@dynamic-labs/global-wallet-client 4.52.1 → 4.52.3

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 CHANGED
@@ -1,4 +1,28 @@
1
1
 
2
+ ### [4.52.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.52.2...v4.52.3) (2026-01-06)
3
+
4
+
5
+ ### Features
6
+
7
+ * create waas-bitcoin package ([#10037](https://github.com/dynamic-labs/dynamic-auth/issues/10037)) ([788fb5d](https://github.com/dynamic-labs/dynamic-auth/commit/788fb5d1f4cc1d5f7285f73c384d680215eb2701))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * add export for useWalletBackup ([#10166](https://github.com/dynamic-labs/dynamic-auth/issues/10166)) ([162f180](https://github.com/dynamic-labs/dynamic-auth/commit/162f180cb8689da65467e11239fe7e563892d300))
13
+
14
+ ### [4.52.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.52.1...v4.52.2) (2025-12-27)
15
+
16
+
17
+ ### Features
18
+
19
+ * expose usemetamasksdk in react native ([#10161](https://github.com/dynamic-labs/dynamic-auth/issues/10161)) ([f4dcfe7](https://github.com/dynamic-labs/dynamic-auth/commit/f4dcfe7bcf8c502990b2c2db17a44de1d58498a7))
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * Handle Google consent during authentication flow when it’s required ([#10162](https://github.com/dynamic-labs/dynamic-auth/issues/10162)) ([138f7ff](https://github.com/dynamic-labs/dynamic-auth/commit/138f7ffd1b8660ce27d7e5faac7bd01d56817ff3))
25
+
2
26
  ### [4.52.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.52.0...v4.52.1) (2025-12-23)
3
27
 
4
28
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.52.1";
6
+ var version = "4.52.3";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.52.1";
2
+ var version = "4.52.3";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/global-wallet-client",
3
- "version": "4.52.1",
3
+ "version": "4.52.3",
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.52.1",
75
- "@dynamic-labs/ethereum-aa-zksync": "4.52.1",
76
- "@dynamic-labs/logger": "4.52.1",
77
- "@dynamic-labs/message-transport": "4.52.1",
78
- "@dynamic-labs/store": "4.52.1",
79
- "@dynamic-labs/types": "4.52.1",
80
- "@dynamic-labs/utils": "4.52.1",
74
+ "@dynamic-labs/assert-package-version": "4.52.3",
75
+ "@dynamic-labs/ethereum-aa-zksync": "4.52.3",
76
+ "@dynamic-labs/logger": "4.52.3",
77
+ "@dynamic-labs/message-transport": "4.52.3",
78
+ "@dynamic-labs/store": "4.52.3",
79
+ "@dynamic-labs/types": "4.52.3",
80
+ "@dynamic-labs/utils": "4.52.3",
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.52.1"
92
+ "@dynamic-labs/ethereum-aa": "4.52.3"
93
93
  },
94
94
  "peerDependenciesMeta": {
95
95
  "viem": {