fitbit-sdk-types
Advanced tools
Comparing version 4.1.3 to 4.1.4
{ | ||
"name": "fitbit-sdk-types", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"author": "Sergio Morchón Poveda <sergio.morchon@outlook.com>", | ||
@@ -34,8 +34,8 @@ "description": "Types for Fitbit SDK.", | ||
"devDependencies": { | ||
"@types/node": "^11.11.3", | ||
"@types/node": "^11.13.4", | ||
"prettier": "^1.16.4", | ||
"tslint": "^5.14.0", | ||
"tslint": "^5.15.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.3.3333" | ||
"typescript": "^3.4.3" | ||
} | ||
} |
@@ -23,3 +23,3 @@ declare module 'file-transfer' { | ||
): Promise<FileTransfer>; | ||
enumerate(): Promise<FileTransfer>; | ||
enumerate(): Promise<FileTransfer[]>; | ||
} | ||
@@ -26,0 +26,0 @@ const outbox: Outbox; |
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
48662