@dynamic-labs/global-wallet-client 4.20.15 → 4.20.17
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 +16 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.20.17](https://github.com/dynamic-labs/dynamic-auth/compare/v4.20.16...v4.20.17) (2025-07-04)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* accidentally setting primary wallet back after logout ([#9095](https://github.com/dynamic-labs/dynamic-auth/issues/9095)) ([9fc029c](https://github.com/dynamic-labs/dynamic-auth/commit/9fc029c3e83a946e134715549fdf5b81699df9bc))
|
|
8
|
+
* make export handler static to avoid issues with reconstrucs ([#9092](https://github.com/dynamic-labs/dynamic-auth/issues/9092)) ([5bcd68e](https://github.com/dynamic-labs/dynamic-auth/commit/5bcd68ee8fa81c7ae77680be157417e54edb9533))
|
|
9
|
+
* phantom redirect for mainnet ([#9094](https://github.com/dynamic-labs/dynamic-auth/issues/9094)) ([5e9066f](https://github.com/dynamic-labs/dynamic-auth/commit/5e9066fa9cc0648cb48dda1f553f56c9f98028f3))
|
|
10
|
+
|
|
11
|
+
### [4.20.16](https://github.com/dynamic-labs/dynamic-auth/compare/v4.20.15...v4.20.16) (2025-07-03)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* remove metamask in-app-browser default ([#9086](https://github.com/dynamic-labs/dynamic-auth/issues/9086)) ([f3170d6](https://github.com/dynamic-labs/dynamic-auth/commit/f3170d6a6de251f8d9f6585fbc1bac916aa892a2))
|
|
17
|
+
|
|
2
18
|
### [4.20.15](https://github.com/dynamic-labs/dynamic-auth/compare/v4.20.14...v4.20.15) (2025-07-03)
|
|
3
19
|
|
|
4
20
|
|
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.17",
|
|
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.17",
|
|
67
|
+
"@dynamic-labs/ethereum-aa-zksync": "4.20.17",
|
|
68
|
+
"@dynamic-labs/logger": "4.20.17",
|
|
69
|
+
"@dynamic-labs/message-transport": "4.20.17",
|
|
70
|
+
"@dynamic-labs/store": "4.20.17",
|
|
71
|
+
"@dynamic-labs/types": "4.20.17",
|
|
72
|
+
"@dynamic-labs/utils": "4.20.17",
|
|
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.17"
|
|
85
85
|
},
|
|
86
86
|
"peerDependenciesMeta": {
|
|
87
87
|
"viem": {
|