@ledgerhq/types-live
Advanced tools
Comparing version 6.41.1-hotfix.0 to 6.42.0-nightly.0
# @ledgerhq/types-live | ||
## 6.41.1-hotfix.0 | ||
## 6.42.0-nightly.0 | ||
### Patch Changes | ||
### Minor Changes | ||
- [#4895](https://github.com/LedgerHQ/ledger-live/pull/4895) [`ce18546c0a`](https://github.com/LedgerHQ/ledger-live/commit/ce18546c0a0b9dd5ed78b1745cac19b7eef7b5eb) Thanks [@stephane-lieumont-ledger](https://github.com/stephane-lieumont-ledger)! - feat(protect-2592): add other link on firebase for quick access recover | ||
- [#4916](https://github.com/LedgerHQ/ledger-live/pull/4916) [`254ba13ccb`](https://github.com/LedgerHQ/ledger-live/commit/254ba13ccbf0539747110127037de52e1df1ef47) Thanks [@hedi-edelbloute](https://github.com/hedi-edelbloute)! - Integrate SEI Network | ||
@@ -9,0 +9,0 @@ ## 6.41.0 |
@@ -87,2 +87,3 @@ import { CexDepositEntryPointsLocationsDesktop, CexDepositEntryPointsLocationsMobile } from "./cexDeposit"; | ||
currencySecretNetwork: DefaultFeature; | ||
currencySeiNetwork: DefaultFeature; | ||
currencyDesmos: DefaultFeature; | ||
@@ -163,2 +164,4 @@ currencyUmee: DefaultFeature; | ||
cexDepositEntryPointsMobile: Feature_CexDepositEntryPointsMobile; | ||
fetchAdditionalCoins: Feature_FetchAdditionalCoins; | ||
ptxSwapLiveApp: Feature_PtxSwapLiveApp; | ||
}; | ||
@@ -289,8 +292,6 @@ /** | ||
quickAccessURI: string; | ||
alreadyOnboardedURI: string; | ||
}; | ||
}; | ||
account: { | ||
login: { | ||
loginURI: string; | ||
homeURI: string; | ||
}; | ||
@@ -408,2 +409,6 @@ protectId: string; | ||
}>; | ||
export type Feature_PtxSwapLiveApp = Feature<{ | ||
currencies?: Array<string>; | ||
families?: Array<string>; | ||
}>; | ||
export type Feature_LlmNewFirmwareUpdateUx = DefaultFeature; | ||
@@ -433,2 +438,3 @@ export type Feature_CounterValue = DefaultFeature; | ||
export type Feature_LlmWalletQuickActions = DefaultFeature; | ||
export type Feature_FetchAdditionalCoins = DefaultFeature; | ||
/** | ||
@@ -435,0 +441,0 @@ * Utils types. |
@@ -87,2 +87,3 @@ import { CexDepositEntryPointsLocationsDesktop, CexDepositEntryPointsLocationsMobile } from "./cexDeposit"; | ||
currencySecretNetwork: DefaultFeature; | ||
currencySeiNetwork: DefaultFeature; | ||
currencyDesmos: DefaultFeature; | ||
@@ -163,2 +164,4 @@ currencyUmee: DefaultFeature; | ||
cexDepositEntryPointsMobile: Feature_CexDepositEntryPointsMobile; | ||
fetchAdditionalCoins: Feature_FetchAdditionalCoins; | ||
ptxSwapLiveApp: Feature_PtxSwapLiveApp; | ||
}; | ||
@@ -289,8 +292,6 @@ /** | ||
quickAccessURI: string; | ||
alreadyOnboardedURI: string; | ||
}; | ||
}; | ||
account: { | ||
login: { | ||
loginURI: string; | ||
homeURI: string; | ||
}; | ||
@@ -408,2 +409,6 @@ protectId: string; | ||
}>; | ||
export type Feature_PtxSwapLiveApp = Feature<{ | ||
currencies?: Array<string>; | ||
families?: Array<string>; | ||
}>; | ||
export type Feature_LlmNewFirmwareUpdateUx = DefaultFeature; | ||
@@ -433,2 +438,3 @@ export type Feature_CounterValue = DefaultFeature; | ||
export type Feature_LlmWalletQuickActions = DefaultFeature; | ||
export type Feature_FetchAdditionalCoins = DefaultFeature; | ||
/** | ||
@@ -435,0 +441,0 @@ * Utils types. |
{ | ||
"name": "@ledgerhq/types-live", | ||
"version": "6.41.1-hotfix.0", | ||
"version": "6.42.0-nightly.0", | ||
"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": { |
@@ -103,2 +103,3 @@ import { | ||
currencySecretNetwork: DefaultFeature; | ||
currencySeiNetwork: DefaultFeature; | ||
currencyDesmos: DefaultFeature; | ||
@@ -180,2 +181,4 @@ currencyUmee: DefaultFeature; | ||
cexDepositEntryPointsMobile: Feature_CexDepositEntryPointsMobile; | ||
fetchAdditionalCoins: Feature_FetchAdditionalCoins; | ||
ptxSwapLiveApp: Feature_PtxSwapLiveApp; | ||
}; | ||
@@ -313,8 +316,6 @@ | ||
quickAccessURI: string; | ||
alreadyOnboardedURI: string; | ||
}; | ||
}; | ||
account: { | ||
login: { | ||
loginURI: string; | ||
homeURI: string; | ||
}; | ||
@@ -445,2 +446,7 @@ protectId: string; | ||
export type Feature_PtxSwapLiveApp = Feature<{ | ||
currencies?: Array<string>; | ||
families?: Array<string>; | ||
}>; | ||
export type Feature_LlmNewFirmwareUpdateUx = DefaultFeature; | ||
@@ -470,2 +476,3 @@ export type Feature_CounterValue = DefaultFeature; | ||
export type Feature_LlmWalletQuickActions = DefaultFeature; | ||
export type Feature_FetchAdditionalCoins = DefaultFeature; | ||
@@ -472,0 +479,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 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
5917
446357
1477
+ Addedrxjs@7.8.1(transitive)
+ Addedtslib@2.8.1(transitive)
- Removedrxjs@6.6.7(transitive)
- Removedtslib@1.14.1(transitive)
Updatedrxjs@^7.8.1