fitbit-sdk-types
Advanced tools
Comparing version 3.2.1 to 3.2.2
{ | ||
"name": "fitbit-sdk-types", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"author": "Sergio Morchón Poveda <sergio.morchon@outlook.com>", | ||
@@ -5,0 +5,0 @@ "description": "Types for Fitbit SDK.", |
@@ -13,3 +13,3 @@ # Fitbit SDK Types ✔ | ||
1. First, create your Fitbit CLI project following the official instructions at https://dev.fitbit.com/build/guides/command-line-interface/. | ||
2. Then, from that project root, run `npx fitbit-sdk-types apply` to apply TypeScript to your existing Fitbir project. | ||
2. Then, from that project root, run `npx fitbit-sdk-types apply` to apply TypeScript to your existing Fitbit project. | ||
3. Profit! | ||
@@ -27,3 +27,3 @@ | ||
"extends": "./node_modules/@fitbit/sdk/sdk-tsconfig.json", | ||
"include": ["node_modules/fitbit-sdk-types", "**/*.ts", "**/*.tsx"] | ||
"include": ["node_modules/fitbit-sdk-types/types", "**/*.ts", "**/*.tsx"] | ||
} | ||
@@ -46,3 +46,3 @@ ``` | ||
#### app/tsconfig.json | ||
**app/tsconfig.json** | ||
@@ -56,3 +56,3 @@ ```json | ||
#### companion/tsconfig.json | ||
**companion/tsconfig.json** | ||
@@ -69,3 +69,3 @@ ```json | ||
#### settings/tsconfig.json | ||
**settings/tsconfig.json** | ||
@@ -77,2 +77,3 @@ ```json | ||
"../node_modules/fitbit-sdk-types/types/settings.d.ts", | ||
"**/*.ts", | ||
"**/*.tsx" | ||
@@ -79,0 +80,0 @@ ] |
@@ -99,3 +99,3 @@ const { name: moduleName, version: moduleVersion } = require('../package.json'); | ||
projectTsConfig.include = [ | ||
'node_modules/fitbit-sdk-types', | ||
'node_modules/fitbit-sdk-types/types', | ||
'**/*.ts', | ||
@@ -102,0 +102,0 @@ '**/*.tsx', |
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
46806
128