fitbit-sdk-types
Advanced tools
Comparing version 2.0.2 to 3.0.0
{ | ||
"name": "fitbit-sdk-types", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"author": "Sergio Morchón Poveda <sergio.morchon@outlook.com>", | ||
"description": "Types for Fitbit SDK.", | ||
"keywords": [ | ||
"typescript", | ||
"fitbit", | ||
"sdk", | ||
"fitbitdev" | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/SergioMorchon/fitbit-sdk-types", | ||
"bugs": { | ||
"url": "https://github.com/SergioMorchon/fitbit-sdk-types/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SergioMorchon/fitbit-sdk-types" | ||
}, | ||
"types": "types", | ||
@@ -14,22 +30,11 @@ "scripts": { | ||
"check-code": "npm run dtslint && npm run prettier -- -l", | ||
"fix-code": "tslint --project types --fix && npm run prettier -- --write" | ||
"fix-code": "tslint --project types --fix && npm run prettier -- --write", | ||
"prepublishOnly": "npm run check-code && npm test" | ||
}, | ||
"devDependencies": { | ||
"dtslint": "^0.3.0", | ||
"dtslint": "^0.4.1", | ||
"prettier": "^1.15.3", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.2.1" | ||
}, | ||
"author": "Sergio Morchón Poveda", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SergioMorchon/fitbit-sdk-types" | ||
}, | ||
"license": "ISC", | ||
"keywords": [ | ||
"typescript", | ||
"fitbit", | ||
"sdk", | ||
"fitbitdev" | ||
] | ||
"typescript": "^3.2.2" | ||
} | ||
} |
@@ -102,7 +102,5 @@ # Fitbit SDK Types ✔ | ||
{ | ||
// ... | ||
"compilerOptions": { | ||
"strict": true | ||
} | ||
// ... | ||
} | ||
@@ -109,0 +107,0 @@ ``` |
@@ -11,2 +11,3 @@ /// <reference path="./shared.d.ts" /> | ||
/// <reference path="./device/document/events.d.ts" /> | ||
/// <reference path="./device/exercise.d.ts" /> | ||
/// <reference path="./device/gyroscope.d.ts" /> | ||
@@ -17,2 +18,3 @@ /// <reference path="./device/haptycs.d.ts" /> | ||
/// <reference path="./device/power.d.ts" /> | ||
/// <reference path="./device/scientific.d.ts" /> | ||
/// <reference path="./device/sensor.d.ts" /> | ||
@@ -19,0 +21,0 @@ /// <reference path="./device/system.d.ts" /> |
@@ -20,2 +20,3 @@ declare module 'system' { | ||
const memory: Memory; | ||
function launchApp(uuid: string, launchArguments?: any): void; | ||
} |
@@ -19,3 +19,2 @@ declare module 'file-transfer' { | ||
} | ||
//#region companion | ||
interface Outbox { | ||
@@ -29,4 +28,2 @@ enqueue( | ||
const outbox: Outbox; | ||
//#endregion | ||
//#region device | ||
interface Inbox | ||
@@ -41,3 +38,2 @@ extends EventTarget<{ | ||
const inbox: Inbox; | ||
//#endregion | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
42809
52
1355
0
0
119