fitbit-sdk-types
Advanced tools
Comparing version 3.2.8 to 3.2.9
{ | ||
"name": "fitbit-sdk-types", | ||
"version": "3.2.8", | ||
"version": "3.2.9", | ||
"author": "Sergio Morchón Poveda <sergio.morchon@outlook.com>", | ||
@@ -5,0 +5,0 @@ "description": "Types for Fitbit SDK.", |
@@ -18,3 +18,3 @@ interface ListScrollEvent extends Event { | ||
interface KeyboardEvent extends Event { | ||
readonly key: 'back' | 'top' | 'down'; | ||
readonly key: 'back' | 'up' | 'down'; | ||
} | ||
@@ -21,0 +21,0 @@ interface MouseEvent extends Event { |
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
47609