@dynamic-labs/wallet-book 4.40.0 → 4.40.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +5 -5
- package/wallet-book-fallbacks.cjs +46 -0
- package/wallet-book-fallbacks.js +46 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.40.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.40.0...v4.40.1) (2025-10-24)
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add support for Keplr in-app browser redirect for cosmos chain ([#9770](https://github.com/dynamic-labs/dynamic-auth/issues/9770)) ([35652f3](https://github.com/dynamic-labs/dynamic-auth/commit/35652f3167a4e768f5d4c634ab1b4f127fd5076a))
|
|
7
|
+
|
|
2
8
|
## [4.40.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.39.0...v4.40.0) (2025-10-22)
|
|
3
9
|
|
|
4
10
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/wallet-book",
|
|
3
|
-
"version": "4.40.
|
|
3
|
+
"version": "4.40.1",
|
|
4
4
|
"author": "Dynamic Labs, Inc.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./src/index.cjs",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"zod": "4.0.5",
|
|
20
|
-
"@dynamic-labs/assert-package-version": "4.40.
|
|
21
|
-
"@dynamic-labs/iconic": "4.40.
|
|
22
|
-
"@dynamic-labs/logger": "4.40.
|
|
23
|
-
"@dynamic-labs/utils": "4.40.
|
|
20
|
+
"@dynamic-labs/assert-package-version": "4.40.1",
|
|
21
|
+
"@dynamic-labs/iconic": "4.40.1",
|
|
22
|
+
"@dynamic-labs/logger": "4.40.1",
|
|
23
|
+
"@dynamic-labs/utils": "4.40.1",
|
|
24
24
|
"eventemitter3": "5.0.1",
|
|
25
25
|
"util": "0.12.5"
|
|
26
26
|
},
|
|
@@ -1747,6 +1747,52 @@ var wallets = {
|
|
|
1747
1747
|
iosId: "id1552272513"
|
|
1748
1748
|
},
|
|
1749
1749
|
name: "Xverse"
|
|
1750
|
+
},
|
|
1751
|
+
xversespark: {
|
|
1752
|
+
brand: {
|
|
1753
|
+
alt: "Xverse Wallet",
|
|
1754
|
+
spriteId: "xverse"
|
|
1755
|
+
},
|
|
1756
|
+
chainGroup: "xverse",
|
|
1757
|
+
desktop: {
|
|
1758
|
+
chromeId: "idnnbdplmphpflfnlkomgpfbpcgelopg"
|
|
1759
|
+
},
|
|
1760
|
+
group: "xverse",
|
|
1761
|
+
hardwareWallets: [
|
|
1762
|
+
"ledger"
|
|
1763
|
+
],
|
|
1764
|
+
injectedConfig: [
|
|
1765
|
+
{
|
|
1766
|
+
chain: "spark",
|
|
1767
|
+
extensionLocators: [
|
|
1768
|
+
],
|
|
1769
|
+
walletStandard: {
|
|
1770
|
+
features: [
|
|
1771
|
+
"sats-connect:"
|
|
1772
|
+
],
|
|
1773
|
+
name: "Xverse",
|
|
1774
|
+
providerId: "XverseProviders.SparkProvider"
|
|
1775
|
+
},
|
|
1776
|
+
windowLocations: [
|
|
1777
|
+
"XverseProviders.SparkProvider"
|
|
1778
|
+
]
|
|
1779
|
+
}
|
|
1780
|
+
],
|
|
1781
|
+
mobile: {
|
|
1782
|
+
androidId: "com.secretkeylabs.xverse",
|
|
1783
|
+
inAppBrowser: "xverse://browser?url={{encodedDappURI}}",
|
|
1784
|
+
inAppBrowserV2: "xverse://browser?url={{encodedDappURI}}",
|
|
1785
|
+
iosId: "id1552272513"
|
|
1786
|
+
},
|
|
1787
|
+
mobileExperience: "in-app-browser",
|
|
1788
|
+
name: "Xverse",
|
|
1789
|
+
walletLimitations: {
|
|
1790
|
+
browserExtension: {
|
|
1791
|
+
unsupportedMethods: [
|
|
1792
|
+
"getConnectedAccounts"
|
|
1793
|
+
]
|
|
1794
|
+
}
|
|
1795
|
+
}
|
|
1750
1796
|
}
|
|
1751
1797
|
};
|
|
1752
1798
|
var walletBookFallbacks = {
|
package/wallet-book-fallbacks.js
CHANGED
|
@@ -1743,6 +1743,52 @@ var wallets = {
|
|
|
1743
1743
|
iosId: "id1552272513"
|
|
1744
1744
|
},
|
|
1745
1745
|
name: "Xverse"
|
|
1746
|
+
},
|
|
1747
|
+
xversespark: {
|
|
1748
|
+
brand: {
|
|
1749
|
+
alt: "Xverse Wallet",
|
|
1750
|
+
spriteId: "xverse"
|
|
1751
|
+
},
|
|
1752
|
+
chainGroup: "xverse",
|
|
1753
|
+
desktop: {
|
|
1754
|
+
chromeId: "idnnbdplmphpflfnlkomgpfbpcgelopg"
|
|
1755
|
+
},
|
|
1756
|
+
group: "xverse",
|
|
1757
|
+
hardwareWallets: [
|
|
1758
|
+
"ledger"
|
|
1759
|
+
],
|
|
1760
|
+
injectedConfig: [
|
|
1761
|
+
{
|
|
1762
|
+
chain: "spark",
|
|
1763
|
+
extensionLocators: [
|
|
1764
|
+
],
|
|
1765
|
+
walletStandard: {
|
|
1766
|
+
features: [
|
|
1767
|
+
"sats-connect:"
|
|
1768
|
+
],
|
|
1769
|
+
name: "Xverse",
|
|
1770
|
+
providerId: "XverseProviders.SparkProvider"
|
|
1771
|
+
},
|
|
1772
|
+
windowLocations: [
|
|
1773
|
+
"XverseProviders.SparkProvider"
|
|
1774
|
+
]
|
|
1775
|
+
}
|
|
1776
|
+
],
|
|
1777
|
+
mobile: {
|
|
1778
|
+
androidId: "com.secretkeylabs.xverse",
|
|
1779
|
+
inAppBrowser: "xverse://browser?url={{encodedDappURI}}",
|
|
1780
|
+
inAppBrowserV2: "xverse://browser?url={{encodedDappURI}}",
|
|
1781
|
+
iosId: "id1552272513"
|
|
1782
|
+
},
|
|
1783
|
+
mobileExperience: "in-app-browser",
|
|
1784
|
+
name: "Xverse",
|
|
1785
|
+
walletLimitations: {
|
|
1786
|
+
browserExtension: {
|
|
1787
|
+
unsupportedMethods: [
|
|
1788
|
+
"getConnectedAccounts"
|
|
1789
|
+
]
|
|
1790
|
+
}
|
|
1791
|
+
}
|
|
1746
1792
|
}
|
|
1747
1793
|
};
|
|
1748
1794
|
var walletBookFallbacks = {
|