@dynamic-labs/wallet-book 4.37.2 → 4.39.0
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 +23 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +5 -5
- package/wallet-book-fallbacks.cjs +12 -0
- package/wallet-book-fallbacks.js +12 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,27 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.39.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.38.0...v4.39.0) (2025-10-17)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add crypto.com as an onramp option in deposit ([#9580](https://github.com/dynamic-labs/dynamic-auth/issues/9580)) ([4988acc](https://github.com/dynamic-labs/dynamic-auth/commit/4988accfeafa5556297ad6e9873073e30c504c7f)), closes [#3](https://github.com/dynamic-labs/dynamic-auth/issues/3)
|
|
8
|
+
* add sui non-native token sending thru dynamic widget ([#9715](https://github.com/dynamic-labs/dynamic-auth/issues/9715)) ([9d9ea3b](https://github.com/dynamic-labs/dynamic-auth/commit/9d9ea3b233706766516b89d725a52d63cceb01f6))
|
|
9
|
+
|
|
10
|
+
## [4.38.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.37.2...v4.38.0) (2025-10-14)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add client.ui.updateUser.show method to update user with dynamic ui ([#9702](https://github.com/dynamic-labs/dynamic-auth/issues/9702)) ([9554e98](https://github.com/dynamic-labs/dynamic-auth/commit/9554e98eadf3f801a5ebe8b22493a87cc87b8178))
|
|
16
|
+
* add locale to react-native client ([#9698](https://github.com/dynamic-labs/dynamic-auth/issues/9698)) ([fe577fc](https://github.com/dynamic-labs/dynamic-auth/commit/fe577fccd3cc92e5153f66f401357035bb5baec3))
|
|
17
|
+
* add updateUser to react-native client ([#9701](https://github.com/dynamic-labs/dynamic-auth/issues/9701)) ([124fbf7](https://github.com/dynamic-labs/dynamic-auth/commit/124fbf7a350bfa6404e65def7b436686d38847ed))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* notes and trigger ([#9697](https://github.com/dynamic-labs/dynamic-auth/issues/9697)) ([5d24a77](https://github.com/dynamic-labs/dynamic-auth/commit/5d24a77faa8030434bc7dd0f35986984bc2576d5))
|
|
23
|
+
* **zerodev-extension:** allow zerodev kernel client to send user operation ([#9706](https://github.com/dynamic-labs/dynamic-auth/issues/9706)) ([b57afc9](https://github.com/dynamic-labs/dynamic-auth/commit/b57afc9f378d6b2423ca46faec5f6b2861d3cbf6))
|
|
24
|
+
|
|
2
25
|
### [4.37.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.37.1...v4.37.2) (2025-10-13)
|
|
3
26
|
|
|
4
27
|
|
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.
|
|
3
|
+
"version": "4.39.0",
|
|
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.
|
|
21
|
-
"@dynamic-labs/iconic": "4.
|
|
22
|
-
"@dynamic-labs/logger": "4.
|
|
23
|
-
"@dynamic-labs/utils": "4.
|
|
20
|
+
"@dynamic-labs/assert-package-version": "4.39.0",
|
|
21
|
+
"@dynamic-labs/iconic": "4.39.0",
|
|
22
|
+
"@dynamic-labs/logger": "4.39.0",
|
|
23
|
+
"@dynamic-labs/utils": "4.39.0",
|
|
24
24
|
"eventemitter3": "5.0.1",
|
|
25
25
|
"util": "0.12.5"
|
|
26
26
|
},
|
|
@@ -587,6 +587,18 @@ var wallets = {
|
|
|
587
587
|
name: "WalletConnect",
|
|
588
588
|
shortName: "WalletConnect"
|
|
589
589
|
},
|
|
590
|
+
walletconnectsol: {
|
|
591
|
+
brand: {
|
|
592
|
+
alt: "WalletConnect Solana",
|
|
593
|
+
primaryColor: "#3182CE",
|
|
594
|
+
spriteId: "walletconnect"
|
|
595
|
+
},
|
|
596
|
+
mobile: {
|
|
597
|
+
androidId: "enable-android",
|
|
598
|
+
iosId: "id1438144202"
|
|
599
|
+
},
|
|
600
|
+
name: "WalletConnect Solana"
|
|
601
|
+
},
|
|
590
602
|
argentx: {
|
|
591
603
|
brand: {
|
|
592
604
|
alt: "Argent X Wallet",
|
package/wallet-book-fallbacks.js
CHANGED
|
@@ -583,6 +583,18 @@ var wallets = {
|
|
|
583
583
|
name: "WalletConnect",
|
|
584
584
|
shortName: "WalletConnect"
|
|
585
585
|
},
|
|
586
|
+
walletconnectsol: {
|
|
587
|
+
brand: {
|
|
588
|
+
alt: "WalletConnect Solana",
|
|
589
|
+
primaryColor: "#3182CE",
|
|
590
|
+
spriteId: "walletconnect"
|
|
591
|
+
},
|
|
592
|
+
mobile: {
|
|
593
|
+
androidId: "enable-android",
|
|
594
|
+
iosId: "id1438144202"
|
|
595
|
+
},
|
|
596
|
+
name: "WalletConnect Solana"
|
|
597
|
+
},
|
|
586
598
|
argentx: {
|
|
587
599
|
brand: {
|
|
588
600
|
alt: "Argent X Wallet",
|