@ledgerhq/types-live
Advanced tools
Comparing version 6.40.0-nightly.0 to 6.40.0-nightly.1
# @ledgerhq/types-live | ||
## 6.40.0-nightly.1 | ||
### Patch Changes | ||
- [#4843](https://github.com/LedgerHQ/ledger-live/pull/4843) [`304bb461ec`](https://github.com/LedgerHQ/ledger-live/commit/304bb461ec3a2786c8309ecc15334367b8d163ff) Thanks [@kallen-ledger](https://github.com/kallen-ledger)! - Add feature_ptx_swap_live_app feature flag and logic | ||
## 6.40.0-nightly.0 | ||
@@ -4,0 +10,0 @@ |
@@ -162,2 +162,4 @@ import { CexDepositEntryPointsLocationsDesktop, CexDepositEntryPointsLocationsMobile } from "./cexDeposit"; | ||
cexDepositEntryPointsMobile: Feature_CexDepositEntryPointsMobile; | ||
fetchAdditionalCoins: Feature_FetchAdditionalCoins; | ||
ptxSwapLiveApp: Feature_PtxSwapLiveApp; | ||
}; | ||
@@ -403,2 +405,6 @@ /** | ||
}>; | ||
export type Feature_PtxSwapLiveApp = Feature<{ | ||
currencies?: Array<string>; | ||
families?: Array<string>; | ||
}>; | ||
export type Feature_LlmNewFirmwareUpdateUx = DefaultFeature; | ||
@@ -428,2 +434,3 @@ export type Feature_CounterValue = DefaultFeature; | ||
export type Feature_LlmWalletQuickActions = DefaultFeature; | ||
export type Feature_FetchAdditionalCoins = DefaultFeature; | ||
/** | ||
@@ -430,0 +437,0 @@ * Utils types. |
@@ -162,2 +162,4 @@ import { CexDepositEntryPointsLocationsDesktop, CexDepositEntryPointsLocationsMobile } from "./cexDeposit"; | ||
cexDepositEntryPointsMobile: Feature_CexDepositEntryPointsMobile; | ||
fetchAdditionalCoins: Feature_FetchAdditionalCoins; | ||
ptxSwapLiveApp: Feature_PtxSwapLiveApp; | ||
}; | ||
@@ -403,2 +405,6 @@ /** | ||
}>; | ||
export type Feature_PtxSwapLiveApp = Feature<{ | ||
currencies?: Array<string>; | ||
families?: Array<string>; | ||
}>; | ||
export type Feature_LlmNewFirmwareUpdateUx = DefaultFeature; | ||
@@ -428,2 +434,3 @@ export type Feature_CounterValue = DefaultFeature; | ||
export type Feature_LlmWalletQuickActions = DefaultFeature; | ||
export type Feature_FetchAdditionalCoins = DefaultFeature; | ||
/** | ||
@@ -430,0 +437,0 @@ * Utils types. |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.40.0-nightly.0", | ||
"version": "6.40.0-nightly.1", | ||
"description": "Ledger Live main types.", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"bignumber.js": "^9.1.2", | ||
"rxjs": "6" | ||
"rxjs": "^7.8.1" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
@@ -179,2 +179,4 @@ import { | ||
cexDepositEntryPointsMobile: Feature_CexDepositEntryPointsMobile; | ||
fetchAdditionalCoins: Feature_FetchAdditionalCoins; | ||
ptxSwapLiveApp: Feature_PtxSwapLiveApp; | ||
}; | ||
@@ -440,2 +442,7 @@ | ||
export type Feature_PtxSwapLiveApp = Feature<{ | ||
currencies?: Array<string>; | ||
families?: Array<string>; | ||
}>; | ||
export type Feature_LlmNewFirmwareUpdateUx = DefaultFeature; | ||
@@ -465,2 +472,3 @@ export type Feature_CounterValue = DefaultFeature; | ||
export type Feature_LlmWalletQuickActions = DefaultFeature; | ||
export type Feature_FetchAdditionalCoins = DefaultFeature; | ||
@@ -467,0 +475,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
445673
5911
+ Addedrxjs@7.8.1(transitive)
+ Addedtslib@2.8.1(transitive)
- Removedrxjs@6.6.7(transitive)
- Removedtslib@1.14.1(transitive)
Updatedrxjs@^7.8.1