fitbit-sdk-types
Advanced tools
Comparing version 4.2.0 to 4.2.1
{ | ||
"name": "fitbit-sdk-types", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"author": "Sergio Morchón Poveda <sergio.morchon@outlook.com>", | ||
@@ -38,10 +38,10 @@ "description": "Types for Fitbit SDK.", | ||
"devDependencies": { | ||
"@types/node": "^12.11.7", | ||
"@typescript-eslint/eslint-plugin": "^2.5.0", | ||
"@typescript-eslint/parser": "^2.5.0", | ||
"@types/node": "^12.12.11", | ||
"@typescript-eslint/eslint-plugin": "^2.8.0", | ||
"@typescript-eslint/parser": "^2.8.0", | ||
"eslint": "^6.6.0", | ||
"eslint-config-prettier": "^6.5.0", | ||
"prettier": "^1.18.2", | ||
"typescript": "^3.7.1-rc" | ||
"eslint-config-prettier": "^6.7.0", | ||
"prettier": "^1.19.1", | ||
"typescript": "^3.7.2" | ||
} | ||
} |
# Fitbit SDK Types ✔ | ||
[![npm version](https://badge.fury.io/js/fitbit-sdk-types.svg)](https://badge.fury.io/js/fitbit-sdk-types) | ||
![CI Status](https://github.com/SergioMorchon/fitbit-sdk-types/workflows/CI/badge.svg) | ||
[![npm version](https://badge.fury.io/js/fitbit-sdk-types.svg)](https://www.npmjs.com/package/fitbit-sdk-types) | ||
[![CI Status](https://github.com/SergioMorchon/fitbit-sdk-types/workflows/CI/badge.svg)](https://github.com/SergioMorchon/fitbit-sdk-types/actions?query=workflow%3ACI) | ||
@@ -6,0 +6,0 @@ Add types to your Fitbit CLI project and work safely with TypeScript preventing you of doing stupid mistakes. |
@@ -29,3 +29,3 @@ declare const Fragment: (props: { children: JSX.Element }) => JSX.Element; | ||
declare const Toggle: (props: { | ||
settingsKey: string; | ||
settingsKey?: string; | ||
label?: string; | ||
@@ -32,0 +32,0 @@ onChange?: (newValue: boolean) => void; |
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
52575