@dynamic-labs/global-wallet-client 4.48.0 → 4.48.2
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.48.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.48.1...v4.48.2) (2025-12-03)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* only prompt ready wallet once to connect ([#10013](https://github.com/dynamic-labs/dynamic-auth/issues/10013)) ([fd3e306](https://github.com/dynamic-labs/dynamic-auth/commit/fd3e306f175969efee6d82ce539f77e55c329f38))
|
|
8
|
+
|
|
9
|
+
### [4.48.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.48.0...v4.48.1) (2025-12-02)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* support for linking multiple slush wallets ([#9957](https://github.com/dynamic-labs/dynamic-auth/issues/9957)) ([b1433a4](https://github.com/dynamic-labs/dynamic-auth/commit/b1433a49d1b31abe4806bcc66fc5b03750c953d4))
|
|
15
|
+
|
|
2
16
|
## [4.48.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.47.3...v4.48.0) (2025-12-01)
|
|
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.48.
|
|
3
|
+
"version": "4.48.2",
|
|
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.48.
|
|
75
|
-
"@dynamic-labs/ethereum-aa-zksync": "4.48.
|
|
76
|
-
"@dynamic-labs/logger": "4.48.
|
|
77
|
-
"@dynamic-labs/message-transport": "4.48.
|
|
78
|
-
"@dynamic-labs/store": "4.48.
|
|
79
|
-
"@dynamic-labs/types": "4.48.
|
|
80
|
-
"@dynamic-labs/utils": "4.48.
|
|
74
|
+
"@dynamic-labs/assert-package-version": "4.48.2",
|
|
75
|
+
"@dynamic-labs/ethereum-aa-zksync": "4.48.2",
|
|
76
|
+
"@dynamic-labs/logger": "4.48.2",
|
|
77
|
+
"@dynamic-labs/message-transport": "4.48.2",
|
|
78
|
+
"@dynamic-labs/store": "4.48.2",
|
|
79
|
+
"@dynamic-labs/types": "4.48.2",
|
|
80
|
+
"@dynamic-labs/utils": "4.48.2",
|
|
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.4",
|
|
92
|
-
"@dynamic-labs/ethereum-aa": "4.48.
|
|
92
|
+
"@dynamic-labs/ethereum-aa": "4.48.2"
|
|
93
93
|
},
|
|
94
94
|
"peerDependenciesMeta": {
|
|
95
95
|
"viem": {
|