@dynamic-labs/global-wallet-client 4.56.0 → 4.57.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 +13 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.57.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.56.0...v4.57.0) (2026-01-20)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* auto redirect back from wallet connect ([#10257](https://github.com/dynamic-labs/dynamic-auth/issues/10257)) ([92994da](https://github.com/dynamic-labs/dynamic-auth/commit/92994dadaae851e309b5f889c0e415241cb2d00f))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* metamask console noise when signing in with wallet connect ([#10263](https://github.com/dynamic-labs/dynamic-auth/issues/10263)) ([1861e4a](https://github.com/dynamic-labs/dynamic-auth/commit/1861e4a3e78dd7d7a5a250da32f722a7bf972083))
|
|
13
|
+
* only throw webview did not load error after retries ([#10255](https://github.com/dynamic-labs/dynamic-auth/issues/10255)) ([7c11824](https://github.com/dynamic-labs/dynamic-auth/commit/7c11824c32c9058c12aa5d6998b8cc3fe7e75938))
|
|
14
|
+
|
|
2
15
|
## [4.56.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.55.0...v4.56.0) (2026-01-19)
|
|
3
16
|
|
|
4
17
|
|
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.
|
|
3
|
+
"version": "4.57.0",
|
|
4
4
|
"description": "Core package for building Dynamic's Global Wallet",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -71,13 +71,13 @@
|
|
|
71
71
|
},
|
|
72
72
|
"homepage": "https://www.dynamic.xyz/",
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@dynamic-labs/assert-package-version": "4.
|
|
75
|
-
"@dynamic-labs/ethereum-aa-zksync": "4.
|
|
76
|
-
"@dynamic-labs/logger": "4.
|
|
77
|
-
"@dynamic-labs/message-transport": "4.
|
|
78
|
-
"@dynamic-labs/store": "4.
|
|
79
|
-
"@dynamic-labs/types": "4.
|
|
80
|
-
"@dynamic-labs/utils": "4.
|
|
74
|
+
"@dynamic-labs/assert-package-version": "4.57.0",
|
|
75
|
+
"@dynamic-labs/ethereum-aa-zksync": "4.57.0",
|
|
76
|
+
"@dynamic-labs/logger": "4.57.0",
|
|
77
|
+
"@dynamic-labs/message-transport": "4.57.0",
|
|
78
|
+
"@dynamic-labs/store": "4.57.0",
|
|
79
|
+
"@dynamic-labs/types": "4.57.0",
|
|
80
|
+
"@dynamic-labs/utils": "4.57.0",
|
|
81
81
|
"eventemitter3": "5.0.1"
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"zksync-sso": "0.2.0",
|
|
90
90
|
"@wallet-standard/wallet": "^1.1.0",
|
|
91
91
|
"@zerodev/sdk": "5.5.7",
|
|
92
|
-
"@dynamic-labs/ethereum-aa": "4.
|
|
92
|
+
"@dynamic-labs/ethereum-aa": "4.57.0"
|
|
93
93
|
},
|
|
94
94
|
"peerDependenciesMeta": {
|
|
95
95
|
"viem": {
|