@dynamic-labs/multi-wallet 4.88.4 → 4.88.5
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 +9 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.88.5](https://github.com/dynamic-labs/dynamic-auth/compare/v4.88.4...v4.88.5) (2026-06-11)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **fix(webview):** fix issue where stepupauth is enabled and after it's completed the export private key window doesn't show up automatically
|
|
8
|
+
* **fix(global-wallet):** correctly sign ethereum messages ([#11548](https://github.com/dynamic-labs/dynamic-auth/issues/11548))
|
|
9
|
+
|
|
10
|
+
|
|
2
11
|
### [4.88.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.88.3...v4.88.4) (2026-06-10)
|
|
3
12
|
|
|
4
13
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/multi-wallet",
|
|
3
|
-
"version": "4.88.
|
|
3
|
+
"version": "4.88.5",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@dynamic-labs/sdk-api-core": "0.0.1015",
|
|
6
6
|
"tslib": "2.4.1",
|
|
7
|
-
"@dynamic-labs/assert-package-version": "4.88.
|
|
8
|
-
"@dynamic-labs/rpc-providers": "4.88.
|
|
9
|
-
"@dynamic-labs/types": "4.88.
|
|
10
|
-
"@dynamic-labs/utils": "4.88.
|
|
11
|
-
"@dynamic-labs/wallet-book": "4.88.
|
|
12
|
-
"@dynamic-labs/wallet-connector-core": "4.88.
|
|
7
|
+
"@dynamic-labs/assert-package-version": "4.88.5",
|
|
8
|
+
"@dynamic-labs/rpc-providers": "4.88.5",
|
|
9
|
+
"@dynamic-labs/types": "4.88.5",
|
|
10
|
+
"@dynamic-labs/utils": "4.88.5",
|
|
11
|
+
"@dynamic-labs/wallet-book": "4.88.5",
|
|
12
|
+
"@dynamic-labs/wallet-connector-core": "4.88.5"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@walletconnect/types": "2.21.5"
|