@dynamic-labs/wallet-book
Advanced tools
Comparing version 4.4.2 to 4.4.3
'use client' | ||
var version = "4.4.2"; | ||
var version = "4.4.3"; | ||
export { version }; |
{ | ||
"name": "@dynamic-labs/wallet-book", | ||
"version": "4.4.2", | ||
"version": "4.4.3", | ||
"author": "Dynamic Labs, Inc.", | ||
@@ -20,6 +20,6 @@ "license": "MIT", | ||
"zod": "3.22.4", | ||
"@dynamic-labs/assert-package-version": "4.4.2", | ||
"@dynamic-labs/iconic": "4.4.2", | ||
"@dynamic-labs/logger": "4.4.2", | ||
"@dynamic-labs/utils": "4.4.2", | ||
"@dynamic-labs/assert-package-version": "4.4.3", | ||
"@dynamic-labs/iconic": "4.4.3", | ||
"@dynamic-labs/logger": "4.4.3", | ||
"@dynamic-labs/utils": "4.4.3", | ||
"eventemitter3": "5.0.1", | ||
@@ -26,0 +26,0 @@ "util": "0.12.5" |
@@ -13,1 +13,2 @@ export * from './getWalletIconUrl'; | ||
export * from './isWalletBookPopulated'; | ||
export * from './findWalletBookWalletByNameAndChain'; |
@@ -13,3 +13,3 @@ /** | ||
*/ | ||
export { getWalletBookWallet, getWalletIconUrl, getWalletGroup, getWalletBookCdnUrl, findWalletBookWallet, findWalletGroup, getBrandIconUrl, findWalletGroupOverride, renderTemplate, isWalletBookPopulated, logger, } from './helpers'; | ||
export { getWalletBookWallet, getWalletIconUrl, getWalletGroup, getWalletBookCdnUrl, findWalletBookWallet, findWalletGroup, getBrandIconUrl, findWalletGroupOverride, renderTemplate, isWalletBookPopulated, findWalletBookWalletByNameAndChain, logger, } from './helpers'; | ||
/** | ||
@@ -16,0 +16,0 @@ * HOOKS |
@@ -16,2 +16,3 @@ 'use client' | ||
export { isWalletBookPopulated } from './helpers/isWalletBookPopulated.js'; | ||
export { findWalletBookWalletByNameAndChain } from './helpers/findWalletBookWalletByNameAndChain.js'; | ||
export { useWalletBookCdn } from './hooks/useWalletBookCdn.js'; | ||
@@ -18,0 +19,0 @@ export { WalletIcon } from './components/WalletIcon.js'; |
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
660496
118
8446
+ Added@dynamic-labs/assert-package-version@4.4.3(transitive)
+ Added@dynamic-labs/iconic@4.4.3(transitive)
+ Added@dynamic-labs/logger@4.4.3(transitive)
+ Added@dynamic-labs/types@4.4.3(transitive)
+ Added@dynamic-labs/utils@4.4.3(transitive)
- Removed@dynamic-labs/assert-package-version@4.4.2(transitive)
- Removed@dynamic-labs/iconic@4.4.2(transitive)
- Removed@dynamic-labs/logger@4.4.2(transitive)
- Removed@dynamic-labs/types@4.4.2(transitive)
- Removed@dynamic-labs/utils@4.4.2(transitive)
Updated@dynamic-labs/iconic@4.4.3
Updated@dynamic-labs/logger@4.4.3
Updated@dynamic-labs/utils@4.4.3