@dynamic-labs/wallet-book 4.31.1 → 4.31.2
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 +7 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +5 -5
- package/wallet-book-fallbacks.cjs +2 -2
- package/wallet-book-fallbacks.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.31.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.31.1...v4.31.2) (2025-09-11)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* issue with Safe Wallet not auto-connecting on a Safe App ([#9479](https://github.com/dynamic-labs/dynamic-auth/issues/9479)) ([fc7458d](https://github.com/dynamic-labs/dynamic-auth/commit/fc7458db2481ed1d4cba62297f768f5e409ea0b5))
|
|
8
|
+
|
|
2
9
|
### [4.31.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.31.0...v4.31.1) (2025-09-10)
|
|
3
10
|
|
|
4
11
|
|
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.31.
|
|
3
|
+
"version": "4.31.2",
|
|
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.31.
|
|
21
|
-
"@dynamic-labs/iconic": "4.31.
|
|
22
|
-
"@dynamic-labs/logger": "4.31.
|
|
23
|
-
"@dynamic-labs/utils": "4.31.
|
|
20
|
+
"@dynamic-labs/assert-package-version": "4.31.2",
|
|
21
|
+
"@dynamic-labs/iconic": "4.31.2",
|
|
22
|
+
"@dynamic-labs/logger": "4.31.2",
|
|
23
|
+
"@dynamic-labs/utils": "4.31.2",
|
|
24
24
|
"eventemitter3": "5.0.1",
|
|
25
25
|
"util": "0.12.5"
|
|
26
26
|
},
|
|
@@ -349,8 +349,8 @@ var wallets = {
|
|
|
349
349
|
],
|
|
350
350
|
mobile: {
|
|
351
351
|
androidId: "org.toshi",
|
|
352
|
-
inAppBrowser: "
|
|
353
|
-
inAppBrowserV2: "
|
|
352
|
+
inAppBrowser: "https://go.cb-w.com/dapp?cb_url={{encodedDappURI}}",
|
|
353
|
+
inAppBrowserV2: "https://go.cb-w.com/dapp?cb_url={{encodedDappURI}}",
|
|
354
354
|
iosId: "id1278383455"
|
|
355
355
|
},
|
|
356
356
|
mobileExperience: "in-app-browser",
|
package/wallet-book-fallbacks.js
CHANGED
|
@@ -345,8 +345,8 @@ var wallets = {
|
|
|
345
345
|
],
|
|
346
346
|
mobile: {
|
|
347
347
|
androidId: "org.toshi",
|
|
348
|
-
inAppBrowser: "
|
|
349
|
-
inAppBrowserV2: "
|
|
348
|
+
inAppBrowser: "https://go.cb-w.com/dapp?cb_url={{encodedDappURI}}",
|
|
349
|
+
inAppBrowserV2: "https://go.cb-w.com/dapp?cb_url={{encodedDappURI}}",
|
|
350
350
|
iosId: "id1278383455"
|
|
351
351
|
},
|
|
352
352
|
mobileExperience: "in-app-browser",
|