@ledgerhq/types-live
Advanced tools
Comparing version 6.23.0-nightly.1 to 6.23.0-nightly.2
# @ledgerhq/types-live | ||
## 6.23.0-nightly.2 | ||
### Minor Changes | ||
- [#764](https://github.com/LedgerHQ/ledger-live/pull/764) [`ebe1adfb7`](https://github.com/LedgerHQ/ledger-live/commit/ebe1adfb7d264da0f8c9e30b84c188eaa931d1e6) Thanks [@juan-cortes](https://github.com/juan-cortes)! - Added development firmware detection to getDeviceInfo | ||
## 6.23.0-nightly.1 | ||
@@ -4,0 +10,0 @@ |
@@ -6,3 +6,10 @@ /** Add others with union (e.g. "learn" | "market" | "foo") */ | ||
export declare type Feature = { | ||
/** If false, the feature is disabled (for every languages regardless of the languages_whitelisted option) */ | ||
enabled: boolean; | ||
/** You can optionnally use one of the two following options (languages_whitelisted and languages_blacklisted) (Only implemented on mobile for now) */ | ||
/** List of languages for which the feature is enabled (it will be disabled by default for all of the others) */ | ||
languages_whitelisted?: [string]; | ||
/** List of languages for which the feature is disabled */ | ||
languages_blacklisted?: [string]; | ||
/** Additional params */ | ||
params?: any; | ||
@@ -9,0 +16,0 @@ }; |
@@ -36,2 +36,3 @@ /// <reference types="node" /> | ||
onboarded?: boolean; | ||
hasDevFirmware?: boolean; | ||
}; | ||
@@ -38,0 +39,0 @@ /** |
@@ -6,3 +6,10 @@ /** Add others with union (e.g. "learn" | "market" | "foo") */ | ||
export declare type Feature = { | ||
/** If false, the feature is disabled (for every languages regardless of the languages_whitelisted option) */ | ||
enabled: boolean; | ||
/** You can optionnally use one of the two following options (languages_whitelisted and languages_blacklisted) (Only implemented on mobile for now) */ | ||
/** List of languages for which the feature is enabled (it will be disabled by default for all of the others) */ | ||
languages_whitelisted?: [string]; | ||
/** List of languages for which the feature is disabled */ | ||
languages_blacklisted?: [string]; | ||
/** Additional params */ | ||
params?: any; | ||
@@ -9,0 +16,0 @@ }; |
@@ -36,2 +36,3 @@ /// <reference types="node" /> | ||
onboarded?: boolean; | ||
hasDevFirmware?: boolean; | ||
}; | ||
@@ -38,0 +39,0 @@ /** |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.23.0-nightly.1", | ||
"version": "6.23.0-nightly.2", | ||
"description": "Ledger Live main types.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -15,3 +15,10 @@ /** Add others with union (e.g. "learn" | "market" | "foo") */ | ||
export type Feature = { | ||
/** If false, the feature is disabled (for every languages regardless of the languages_whitelisted option) */ | ||
enabled: boolean; | ||
/** You can optionnally use one of the two following options (languages_whitelisted and languages_blacklisted) (Only implemented on mobile for now) */ | ||
/** List of languages for which the feature is enabled (it will be disabled by default for all of the others) */ | ||
languages_whitelisted?: [string]; | ||
/** List of languages for which the feature is disabled */ | ||
languages_blacklisted?: [string]; | ||
/** Additional params */ | ||
params?: any; | ||
@@ -18,0 +25,0 @@ }; |
@@ -42,2 +42,3 @@ import type { DeviceModelId } from "@ledgerhq/types-devices"; | ||
onboarded?: boolean; | ||
hasDevFirmware?: boolean; | ||
}; | ||
@@ -44,0 +45,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
286040
3595
1155
0