fitbit-sdk-types
Advanced tools
Comparing version 7.0.2 to 7.0.3
{ | ||
"name": "fitbit-sdk-types", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"author": "Sergio Morchón Poveda <sergio.morchon@outlook.com>", | ||
@@ -39,10 +39,11 @@ "description": "Types for Fitbit SDK.", | ||
"devDependencies": { | ||
"@types/node": "^16.10.2", | ||
"@typescript-eslint/eslint-plugin": "^4.32.0", | ||
"@typescript-eslint/parser": "^4.32.0", | ||
"eslint": "^7.32.0", | ||
"@types/node": "^16.11.2", | ||
"@typescript-eslint/eslint-plugin": "^5.1.0", | ||
"@typescript-eslint/parser": "^5.1.0", | ||
"eslint": "^8.0.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"prettier": "^2.4.1", | ||
"typescript": "^4.4.3" | ||
} | ||
"typescript": "^4.4.4" | ||
}, | ||
"packageManager": "yarn@3.0.2" | ||
} |
@@ -23,3 +23,4 @@ declare module 'image' { | ||
from(imageUri: string): Promise<Image>; | ||
from(Buffer: ArrayBuffer, mime: string): Promise<Image>; | ||
}; | ||
} |
@@ -16,3 +16,2 @@ declare const Fragment: (props: { children: JSX.Element }) => JSX.Element; | ||
align?: 'left' | 'center' | 'right'; | ||
settingsKey?: string; | ||
children: JSX.Element; | ||
@@ -19,0 +18,0 @@ }) => JSX.Element; |
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
62895