@ledgerhq/types-live
Advanced tools
Comparing version 6.24.0-next.0 to 6.24.0
# @ledgerhq/types-live | ||
## 6.24.0 | ||
### Minor Changes | ||
- [#998](https://github.com/LedgerHQ/ledger-live/pull/998) [`c7aaafa769`](https://github.com/LedgerHQ/ledger-live/commit/c7aaafa76924252f3c7e30371012bd0e69d8100a) Thanks [@github-actions](https://github.com/apps/github-actions)! - Added development/QA tool for feature flags [Desktop] | ||
### Patch Changes | ||
- [#958](https://github.com/LedgerHQ/ledger-live/pull/958) [`68c50cd94b`](https://github.com/LedgerHQ/ledger-live/commit/68c50cd94bbe50a1bf284a2e9e5aed3781788754) Thanks [@ofreyssinet-ledger](https://github.com/ofreyssinet-ledger)! - Add properties to Feature type: "overridesRemote", "enabledOverriddenForCurrentLanguage" | ||
## 6.24.0-next.0 | ||
@@ -4,0 +14,0 @@ |
/** Add others with union (e.g. "learn" | "market" | "foo") */ | ||
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "ptxSmartRoutingMobile" | string; | ||
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "currencyOsmosisMobile" | "ptxSmartRoutingMobile" | string; | ||
/** We use objects instead of direct booleans for potential future improvements | ||
@@ -4,0 +4,0 @@ like feature versioning etc */ |
@@ -6,2 +6,3 @@ export * from "./account"; | ||
export * from "./manager"; | ||
export * from "./languages"; | ||
export * from "./nft"; | ||
@@ -8,0 +9,0 @@ export * from "./operation"; |
@@ -6,2 +6,3 @@ export * from "./account"; | ||
export * from "./manager"; | ||
export * from "./languages"; | ||
export * from "./nft"; | ||
@@ -8,0 +9,0 @@ export * from "./operation"; |
@@ -37,2 +37,5 @@ /// <reference types="node" /> | ||
hasDevFirmware?: boolean; | ||
bootloaderVersion?: string; | ||
hardwareVersion?: number; | ||
languageId?: number; | ||
}; | ||
@@ -104,2 +107,5 @@ /** | ||
flags: Buffer; | ||
bootloaderVersion?: string; | ||
hardwareVersion?: number; | ||
languageId?: number; | ||
}; | ||
@@ -106,0 +112,0 @@ declare type BaseFirmware = { |
/** Add others with union (e.g. "learn" | "market" | "foo") */ | ||
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "ptxSmartRoutingMobile" | string; | ||
export declare type FeatureId = "learn" | "pushNotifications" | "llmUsbFirmwareUpdate" | "ratings" | "counterValue" | "buyDeviceFromLive" | "ptxSmartRouting" | "currencyOsmosis" | "currencyOsmosisMobile" | "ptxSmartRoutingMobile" | string; | ||
/** We use objects instead of direct booleans for potential future improvements | ||
@@ -4,0 +4,0 @@ like feature versioning etc */ |
@@ -6,2 +6,3 @@ export * from "./account"; | ||
export * from "./manager"; | ||
export * from "./languages"; | ||
export * from "./nft"; | ||
@@ -8,0 +9,0 @@ export * from "./operation"; |
@@ -22,2 +22,3 @@ "use strict"; | ||
__exportStar(require("./manager"), exports); | ||
__exportStar(require("./languages"), exports); | ||
__exportStar(require("./nft"), exports); | ||
@@ -24,0 +25,0 @@ __exportStar(require("./operation"), exports); |
@@ -37,2 +37,5 @@ /// <reference types="node" /> | ||
hasDevFirmware?: boolean; | ||
bootloaderVersion?: string; | ||
hardwareVersion?: number; | ||
languageId?: number; | ||
}; | ||
@@ -104,2 +107,5 @@ /** | ||
flags: Buffer; | ||
bootloaderVersion?: string; | ||
hardwareVersion?: number; | ||
languageId?: number; | ||
}; | ||
@@ -106,0 +112,0 @@ declare type BaseFirmware = { |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.24.0-next.0", | ||
"version": "6.24.0", | ||
"description": "Ledger Live main types.", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"@ledgerhq/types-cryptoassets": "^6.23.0", | ||
"@ledgerhq/types-devices": "^6.22.1-next.0" | ||
"@ledgerhq/types-devices": "^6.22.1" | ||
}, | ||
@@ -32,0 +32,0 @@ "scripts": { |
@@ -11,2 +11,3 @@ /** Add others with union (e.g. "learn" | "market" | "foo") */ | ||
| "currencyOsmosis" | ||
| "currencyOsmosisMobile" | ||
| "ptxSmartRoutingMobile" | ||
@@ -13,0 +14,0 @@ | string; |
@@ -6,2 +6,3 @@ export * from "./account"; | ||
export * from "./manager"; | ||
export * from "./languages"; | ||
export * from "./nft"; | ||
@@ -8,0 +9,0 @@ export * from "./operation"; |
@@ -43,2 +43,5 @@ import type { DeviceModelId } from "@ledgerhq/types-devices"; | ||
hasDevFirmware?: boolean; | ||
bootloaderVersion?: string; | ||
hardwareVersion?: number; | ||
languageId?: number; | ||
}; | ||
@@ -115,2 +118,5 @@ | ||
flags: Buffer; | ||
bootloaderVersion?: string; | ||
hardwareVersion?: number; | ||
languageId?: number; | ||
}; | ||
@@ -117,0 +123,0 @@ type BaseFirmware = { |
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 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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
297694
123
3737
0
1177