@dynamic-labs/global-wallet-client 4.20.5 → 4.20.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 +14 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.20.7](https://github.com/dynamic-labs/dynamic-auth/compare/v4.20.6...v4.20.7) (2025-06-20)
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* re export sui-core exports from sui package ([#8989](https://github.com/dynamic-labs/dynamic-auth/issues/8989)) ([d0369df](https://github.com/dynamic-labs/dynamic-auth/commit/d0369dfda3cc5bb026222cf1524694a4ba817797))
|
|
7
|
+
|
|
8
|
+
### [4.20.6](https://github.com/dynamic-labs/dynamic-auth/compare/v4.20.5...v4.20.6) (2025-06-18)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* parse input to eth_signTypedData_v4 with global wallets ([#8964](https://github.com/dynamic-labs/dynamic-auth/issues/8964)) ([6035b5a](https://github.com/dynamic-labs/dynamic-auth/commit/6035b5afcb3af44833e5f9dd9f423b865c06e729))
|
|
14
|
+
* utilize wallet zerodev properties when available in react native ([#8974](https://github.com/dynamic-labs/dynamic-auth/issues/8974)) ([a2390b3](https://github.com/dynamic-labs/dynamic-auth/commit/a2390b367999fd7bfc4e142c1b4ea8d5fab0eece))
|
|
15
|
+
|
|
2
16
|
### [4.20.5](https://github.com/dynamic-labs/dynamic-auth/compare/v4.20.4...v4.20.5) (2025-06-16)
|
|
3
17
|
|
|
4
18
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/global-wallet-client",
|
|
3
|
-
"version": "4.20.
|
|
3
|
+
"version": "4.20.7",
|
|
4
4
|
"description": "Core package for building Dynamic's Global Wallet",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
},
|
|
64
64
|
"homepage": "https://www.dynamic.xyz/",
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@dynamic-labs/assert-package-version": "4.20.
|
|
67
|
-
"@dynamic-labs/ethereum-aa-zksync": "4.20.
|
|
68
|
-
"@dynamic-labs/logger": "4.20.
|
|
69
|
-
"@dynamic-labs/message-transport": "4.20.
|
|
70
|
-
"@dynamic-labs/store": "4.20.
|
|
71
|
-
"@dynamic-labs/types": "4.20.
|
|
72
|
-
"@dynamic-labs/utils": "4.20.
|
|
66
|
+
"@dynamic-labs/assert-package-version": "4.20.7",
|
|
67
|
+
"@dynamic-labs/ethereum-aa-zksync": "4.20.7",
|
|
68
|
+
"@dynamic-labs/logger": "4.20.7",
|
|
69
|
+
"@dynamic-labs/message-transport": "4.20.7",
|
|
70
|
+
"@dynamic-labs/store": "4.20.7",
|
|
71
|
+
"@dynamic-labs/types": "4.20.7",
|
|
72
|
+
"@dynamic-labs/utils": "4.20.7",
|
|
73
73
|
"eventemitter3": "5.0.1"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"zksync-sso": "0.2.0",
|
|
82
82
|
"@wallet-standard/wallet": "^1.1.0",
|
|
83
83
|
"@zerodev/sdk": "5.4.36",
|
|
84
|
-
"@dynamic-labs/ethereum-aa": "4.20.
|
|
84
|
+
"@dynamic-labs/ethereum-aa": "4.20.7"
|
|
85
85
|
},
|
|
86
86
|
"peerDependenciesMeta": {
|
|
87
87
|
"viem": {
|