fitbit-sdk-types
Advanced tools
Comparing version 4.3.5 to 4.3.6
{ | ||
"name": "fitbit-sdk-types", | ||
"version": "4.3.5", | ||
"version": "4.3.6", | ||
"author": "Sergio Morchón Poveda <sergio.morchon@outlook.com>", | ||
@@ -32,5 +32,5 @@ "description": "Types for Fitbit SDK.", | ||
"test": "npm run test:app && npm run test:companion && npm run test:settings", | ||
"prettier": "prettier \"**/*.ts\" \"**/*.tsx\" \"**/*.json\" \"**/*.yml\" \"**/*.md\"", | ||
"prettier": "prettier -l \"**/*.ts\" \"**/*.tsx\" \"**/*.json\" \"**/*.yml\" \"**/*.md\"", | ||
"lint": "eslint types/**/*.ts", | ||
"check-code": "npm run lint && npm run prettier -- -l", | ||
"check-code": "npm run lint && npm run prettier", | ||
"fix-code": "npm run lint -- --fix types/**/*.ts && npm run prettier -- --write", | ||
@@ -40,10 +40,10 @@ "prepublishOnly": "npm run check-code && npm test" | ||
"devDependencies": { | ||
"@types/node": "^12.12.29", | ||
"@typescript-eslint/eslint-plugin": "^2.21.0", | ||
"@typescript-eslint/parser": "^2.21.0", | ||
"@types/node": "^13.11.0", | ||
"@typescript-eslint/eslint-plugin": "^2.27.0", | ||
"@typescript-eslint/parser": "^2.27.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.10.0", | ||
"prettier": "^1.19.1", | ||
"eslint-config-prettier": "^6.10.1", | ||
"prettier": "^2.0.4", | ||
"typescript": "^3.8.3" | ||
} | ||
} |
@@ -50,2 +50,3 @@ declare const Fragment: (props: { children: JSX.Element }) => JSX.Element; | ||
settingsKey?: string; | ||
useSimpleValue?: boolean; | ||
onChange?: (newValue: string) => void; | ||
@@ -52,0 +53,0 @@ onAutocomplete?: (newValue: string) => ReadonlyArray<Option>; |
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
52097
1741