@dynamic-labs/global-wallet-client 4.18.3 → 4.18.4
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.18.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.18.3...v4.18.4) (2025-05-15)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* global connectivity confirmation UI should be forced ([#8658](https://github.com/dynamic-labs/dynamic-auth/issues/8658)) ([b1f437b](https://github.com/dynamic-labs/dynamic-auth/commit/b1f437b40ef748db765dac76687abd8d2668a79d))
|
|
8
|
+
* onekey typo ([#8698](https://github.com/dynamic-labs/dynamic-auth/issues/8698)) ([b1f21bf](https://github.com/dynamic-labs/dynamic-auth/commit/b1f21bfacdb42ccbb68bff5e2dd398308fc3d4c3))
|
|
9
|
+
* use correct chain kernel client for AA SIWE ([#8657](https://github.com/dynamic-labs/dynamic-auth/issues/8657)) ([6dfd677](https://github.com/dynamic-labs/dynamic-auth/commit/6dfd677d804fc40994a5be6b696e6e199ada82d4))
|
|
10
|
+
|
|
2
11
|
### [4.18.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.18.2...v4.18.3) (2025-05-12)
|
|
3
12
|
|
|
4
13
|
### [4.18.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.18.1...v4.18.2) (2025-05-09)
|
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.18.
|
|
3
|
+
"version": "4.18.4",
|
|
4
4
|
"description": "Core package for building Dynamic's Global Wallet",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
},
|
|
48
48
|
"homepage": "https://www.dynamic.xyz/",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@dynamic-labs/assert-package-version": "4.18.
|
|
51
|
-
"@dynamic-labs/logger": "4.18.
|
|
52
|
-
"@dynamic-labs/message-transport": "4.18.
|
|
53
|
-
"@dynamic-labs/store": "4.18.
|
|
54
|
-
"@dynamic-labs/types": "4.18.
|
|
55
|
-
"@dynamic-labs/utils": "4.18.
|
|
50
|
+
"@dynamic-labs/assert-package-version": "4.18.4",
|
|
51
|
+
"@dynamic-labs/logger": "4.18.4",
|
|
52
|
+
"@dynamic-labs/message-transport": "4.18.4",
|
|
53
|
+
"@dynamic-labs/store": "4.18.4",
|
|
54
|
+
"@dynamic-labs/types": "4.18.4",
|
|
55
|
+
"@dynamic-labs/utils": "4.18.4",
|
|
56
56
|
"eventemitter3": "5.0.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|