@dynamic-labs/wallet-book
Advanced tools
Comparing version 4.0.0-alpha.41 to 4.0.0-alpha.42
'use client' | ||
var version = "4.0.0-alpha.41"; | ||
var version = "4.0.0-alpha.42"; | ||
export { version }; |
{ | ||
"name": "@dynamic-labs/wallet-book", | ||
"version": "4.0.0-alpha.41", | ||
"version": "4.0.0-alpha.42", | ||
"author": "Dynamic Labs, Inc.", | ||
@@ -20,6 +20,6 @@ "license": "MIT", | ||
"zod": "3.22.4", | ||
"@dynamic-labs/assert-package-version": "4.0.0-alpha.41", | ||
"@dynamic-labs/iconic": "4.0.0-alpha.41", | ||
"@dynamic-labs/logger": "4.0.0-alpha.41", | ||
"@dynamic-labs/utils": "4.0.0-alpha.41", | ||
"@dynamic-labs/assert-package-version": "4.0.0-alpha.42", | ||
"@dynamic-labs/iconic": "4.0.0-alpha.42", | ||
"@dynamic-labs/logger": "4.0.0-alpha.42", | ||
"@dynamic-labs/utils": "4.0.0-alpha.42", | ||
"eventemitter3": "5.0.1", | ||
@@ -26,0 +26,0 @@ "util": "0.12.5" |
@@ -12,1 +12,2 @@ export * from './getWalletIconUrl'; | ||
export * from './getWalletIconData'; | ||
export * from './isWalletBookPopulated'; |
@@ -13,3 +13,3 @@ /** | ||
*/ | ||
export { getWalletBookWallet, getWalletIconUrl, getWalletGroup, getWalletBookCdnUrl, findWalletBookWallet, findWalletGroup, getBrandIconUrl, findWalletGroupOverride, renderTemplate, } from './helpers'; | ||
export { getWalletBookWallet, getWalletIconUrl, getWalletGroup, getWalletBookCdnUrl, findWalletBookWallet, findWalletGroup, getBrandIconUrl, findWalletGroupOverride, renderTemplate, isWalletBookPopulated, } from './helpers'; | ||
/** | ||
@@ -16,0 +16,0 @@ * HOOKS |
@@ -15,2 +15,3 @@ 'use client' | ||
export { findWalletGroupOverride } from './helpers/findWalletGroupOverride.js'; | ||
export { isWalletBookPopulated } from './helpers/isWalletBookPopulated.js'; | ||
export { useWalletBookCdn } from './hooks/useWalletBookCdn.js'; | ||
@@ -17,0 +18,0 @@ export { WalletIcon } from './components/WalletIcon.js'; |
@@ -150,3 +150,3 @@ 'use client' | ||
alt: "OneKey Wallet", | ||
spriteId: "12bebb3f-8030-4892-8452-c60a6bac1500" | ||
spriteId: "onekey" | ||
}, | ||
@@ -1410,2 +1410,28 @@ key: "onekey", | ||
}, | ||
onekeybtc: { | ||
brand: { | ||
alt: "OneKey Wallet", | ||
spriteId: "onekey" | ||
}, | ||
chainGroup: "onekey", | ||
desktop: { | ||
chromeId: "jnmbobjmhlngoefaiojfljckilhhlhcj" | ||
}, | ||
group: "onekey", | ||
injectedConfig: [ | ||
{ | ||
chain: "btc", | ||
extensionLocators: [ | ||
], | ||
windowLocations: [ | ||
"$onekey.btc" | ||
] | ||
} | ||
], | ||
mobile: { | ||
androidId: "so.onekey.app.wallet", | ||
iosId: "id1609559473" | ||
}, | ||
name: "OneKey" | ||
}, | ||
intersend: { | ||
@@ -1412,0 +1438,0 @@ brand: { |
Sorry, the diff of this file is too big to display
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
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
629867
115
8050
+ Added@dynamic-labs/assert-package-version@4.0.0-alpha.42(transitive)
+ Added@dynamic-labs/iconic@4.0.0-alpha.42(transitive)
+ Added@dynamic-labs/logger@4.0.0-alpha.42(transitive)
+ Added@dynamic-labs/types@4.0.0-alpha.42(transitive)
+ Added@dynamic-labs/utils@4.0.0-alpha.42(transitive)
- Removed@dynamic-labs/assert-package-version@4.0.0-alpha.41(transitive)
- Removed@dynamic-labs/iconic@4.0.0-alpha.41(transitive)
- Removed@dynamic-labs/logger@4.0.0-alpha.41(transitive)
- Removed@dynamic-labs/types@4.0.0-alpha.41(transitive)
- Removed@dynamic-labs/utils@4.0.0-alpha.41(transitive)