@donmahallem/flow-api-types
Advanced tools
Comparing version 0.0.1-alpha1 to 0.0.2
{ | ||
"name": "@donmahallem/flow-api-types", | ||
"version": "0.0.1-alpha1", | ||
"version": "0.0.2", | ||
"description": "Api Types and helper for FlowApi", | ||
@@ -38,3 +38,2 @@ "main": "dist/index.js", | ||
"@types/node": "^11.9.0", | ||
"@types/set-cookie-parser": "0.0.4", | ||
"@types/sinon": "^7.0.3", | ||
@@ -45,3 +44,2 @@ "chai": "^4.2.0", | ||
"nyc": "^13.1.0", | ||
"request-debug": "^0.2.0", | ||
"sinon": "^7.2.2", | ||
@@ -78,6 +76,4 @@ "ts-node": "^8.0.1", | ||
"dependencies": { | ||
"jsonschema": "^1.2.4", | ||
"querystring": "^0.2.0", | ||
"request": "^2.88.0", | ||
"set-cookie-parser": "^2.2.1" | ||
"coveralls": "^3.0.2", | ||
"jsonschema": "^1.2.4" | ||
}, | ||
@@ -88,2 +84,2 @@ "files": [ | ||
] | ||
} | ||
} |
This is a small library of tools to handle data from flow.polar.com | ||
[![Build Status](https://travis-ci.com/donmahallem/FlowApiTypes.svg?branch=master)](https://travis-ci.com/donmahallem/FlowApiTypes) [![Coverage Status](https://coveralls.io/repos/github/donmahallem/FlowApiTypes/badge.svg?branch=master)](https://coveralls.io/github/donmahallem/FlowApiTypes?branch=master) |
@@ -0,0 +0,0 @@ import * as flowApiValidator from "./flow-api-validator"; |
@@ -0,0 +0,0 @@ import { DaySummary } from "./model"; |
@@ -0,0 +0,0 @@ import * as index from "./index"; |
@@ -1,5 +0,3 @@ | ||
export * from "./flow-api-client"; | ||
export * from "./flow-api-validator"; | ||
export * from "./summary-merger"; | ||
export * from "./model"; |
@@ -0,0 +0,0 @@ import { ActivityGraphData } from './index' |
@@ -0,0 +0,0 @@ export interface DaySummary { |
@@ -0,0 +0,0 @@ export interface NightSleep { |
@@ -0,0 +0,0 @@ import * as jsonschema from "jsonschema"; |
@@ -0,0 +0,0 @@ import * as merger from "./summary-merger"; |
@@ -0,0 +0,0 @@ import { DayData, DaySummary } from "./model"; |
Sorry, the diff of this file is not supported yet
40347
2
11
32
713
+ Addedcoveralls@^3.0.2
+ Addedargparse@1.0.10(transitive)
+ Addedcoveralls@3.1.1(transitive)
+ Addedesprima@4.0.1(transitive)
+ Addedjs-yaml@3.14.1(transitive)
+ Addedlcov-parse@1.0.0(transitive)
+ Addedlog-driver@1.2.7(transitive)
+ Addedminimist@1.2.8(transitive)
+ Addedsprintf-js@1.0.3(transitive)
- Removedquerystring@^0.2.0
- Removedrequest@^2.88.0
- Removedset-cookie-parser@^2.2.1
- Removedquerystring@0.2.1(transitive)
- Removedset-cookie-parser@2.7.1(transitive)