@dynamic-labs/wallet-book 4.61.6 → 4.61.7
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 +10 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +5 -5
- package/wallet-book-fallbacks.cjs +3 -3
- package/wallet-book-fallbacks.js +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.61.7](https://github.com/dynamic-labs/dynamic-auth/compare/v4.61.6...v4.61.7) (2026-02-20)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* coinbase deeplink url ([#10468](https://github.com/dynamic-labs/dynamic-auth/issues/10468)) ([5bd249f](https://github.com/dynamic-labs/dynamic-auth/commit/5bd249ff3788a9718aee802840a73b408675a02b))
|
|
8
|
+
* **react-native:** ensure sign transaction with viem ([#10463](https://github.com/dynamic-labs/dynamic-auth/issues/10463)) ([1048694](https://github.com/dynamic-labs/dynamic-auth/commit/1048694f2a468780ce7398c5ed82a38e6d3e0d76))
|
|
9
|
+
* **react-native:** upgrade react-native-passkey to v3.3.2 ([#10453](https://github.com/dynamic-labs/dynamic-auth/issues/10453)) ([db68ec8](https://github.com/dynamic-labs/dynamic-auth/commit/db68ec819fe8d3e326ed7ed36b1701b0cb3caded))
|
|
10
|
+
* **solana:** token 2022 send balance ([#10470](https://github.com/dynamic-labs/dynamic-auth/issues/10470)) ([2c5ee3e](https://github.com/dynamic-labs/dynamic-auth/commit/2c5ee3e007d1e0feb02b632deb6d23f8f6ba55f7))
|
|
11
|
+
|
|
2
12
|
### [4.61.6](https://github.com/dynamic-labs/dynamic-auth/compare/v4.61.5...v4.61.6) (2026-02-19)
|
|
3
13
|
|
|
4
14
|
|
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.61.
|
|
3
|
+
"version": "4.61.7",
|
|
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.61.
|
|
21
|
-
"@dynamic-labs/iconic": "4.61.
|
|
22
|
-
"@dynamic-labs/logger": "4.61.
|
|
23
|
-
"@dynamic-labs/utils": "4.61.
|
|
20
|
+
"@dynamic-labs/assert-package-version": "4.61.7",
|
|
21
|
+
"@dynamic-labs/iconic": "4.61.7",
|
|
22
|
+
"@dynamic-labs/logger": "4.61.7",
|
|
23
|
+
"@dynamic-labs/utils": "4.61.7",
|
|
24
24
|
"eventemitter3": "5.0.1",
|
|
25
25
|
"util": "0.12.5"
|
|
26
26
|
},
|
|
@@ -354,7 +354,7 @@ var wallets = {
|
|
|
354
354
|
],
|
|
355
355
|
mobile: {
|
|
356
356
|
androidId: "org.toshi",
|
|
357
|
-
inAppBrowserV2: "https://go.
|
|
357
|
+
inAppBrowserV2: "https://go.base.app/dapp?cb_url={{encodedDappURI}}",
|
|
358
358
|
iosId: "id1278383455"
|
|
359
359
|
},
|
|
360
360
|
name: "Coinbase",
|
|
@@ -383,8 +383,8 @@ var wallets = {
|
|
|
383
383
|
],
|
|
384
384
|
mobile: {
|
|
385
385
|
androidId: "org.toshi",
|
|
386
|
-
inAppBrowser: "https://go.
|
|
387
|
-
inAppBrowserV2: "https://go.
|
|
386
|
+
inAppBrowser: "https://go.base.app/dapp?cb_url={{encodedDappURI}}",
|
|
387
|
+
inAppBrowserV2: "https://go.base.app/dapp?cb_url={{encodedDappURI}}",
|
|
388
388
|
iosId: "id1278383455"
|
|
389
389
|
},
|
|
390
390
|
mobileExperience: "in-app-browser",
|
package/wallet-book-fallbacks.js
CHANGED
|
@@ -350,7 +350,7 @@ var wallets = {
|
|
|
350
350
|
],
|
|
351
351
|
mobile: {
|
|
352
352
|
androidId: "org.toshi",
|
|
353
|
-
inAppBrowserV2: "https://go.
|
|
353
|
+
inAppBrowserV2: "https://go.base.app/dapp?cb_url={{encodedDappURI}}",
|
|
354
354
|
iosId: "id1278383455"
|
|
355
355
|
},
|
|
356
356
|
name: "Coinbase",
|
|
@@ -379,8 +379,8 @@ var wallets = {
|
|
|
379
379
|
],
|
|
380
380
|
mobile: {
|
|
381
381
|
androidId: "org.toshi",
|
|
382
|
-
inAppBrowser: "https://go.
|
|
383
|
-
inAppBrowserV2: "https://go.
|
|
382
|
+
inAppBrowser: "https://go.base.app/dapp?cb_url={{encodedDappURI}}",
|
|
383
|
+
inAppBrowserV2: "https://go.base.app/dapp?cb_url={{encodedDappURI}}",
|
|
384
384
|
iosId: "id1278383455"
|
|
385
385
|
},
|
|
386
386
|
mobileExperience: "in-app-browser",
|