fitbit-sdk-types
Advanced tools
Comparing version 6.0.1 to 6.0.2
{ | ||
"name": "fitbit-sdk-types", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"author": "Sergio Morchón Poveda <sergio.morchon@outlook.com>", | ||
"description": "Types for Fitbit SDK.", | ||
"bin": "scripts/index.js", | ||
"bin": { | ||
"fitbit-sdk-types": "scripts/index.js" | ||
}, | ||
"files": [ | ||
@@ -39,10 +41,10 @@ "types/**/*.d.ts", | ||
"devDependencies": { | ||
"@types/node": "^14.6.3", | ||
"@typescript-eslint/eslint-plugin": "^4.0.1", | ||
"@typescript-eslint/parser": "^4.0.1", | ||
"eslint": "^7.8.1", | ||
"eslint-config-prettier": "^6.11.0", | ||
"prettier": "^2.1.1", | ||
"typescript": "^4.0.2" | ||
"@types/node": "^14.14.21", | ||
"@typescript-eslint/eslint-plugin": "^4.13.0", | ||
"@typescript-eslint/parser": "^4.13.0", | ||
"eslint": "^7.10.0", | ||
"eslint-config-prettier": "^7.1.0", | ||
"prettier": "^2.2.1", | ||
"typescript": "^4.1.3" | ||
} | ||
} |
@@ -69,3 +69,3 @@ declare module 'document' { | ||
} | ||
interface DocumentModule extends GlobalEvents { | ||
export interface DocumentModule extends GlobalEvents { | ||
readonly location: Location; | ||
@@ -72,0 +72,0 @@ readonly history: History; |
@@ -81,6 +81,8 @@ declare const Fragment: (props: { children: JSX.Element }) => JSX.Element; | ||
}) => JSX.Element; | ||
declare const AdditiveList: <Option extends { | ||
[k: string]: any; | ||
name: string; | ||
}>(props: { | ||
declare const AdditiveList: < | ||
Option extends { | ||
[k: string]: any; | ||
name: string; | ||
} | ||
>(props: { | ||
title?: JSX.Element; | ||
@@ -87,0 +89,0 @@ description?: JSX.Element; |
58620
1896