@dynamic-labs/ethereum-aa-zksync 4.20.4 → 4.20.6

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,26 @@
1
1
 
2
+ ### [4.20.6](https://github.com/dynamic-labs/dynamic-auth/compare/v4.20.5...v4.20.6) (2025-06-18)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * parse input to eth_signTypedData_v4 with global wallets ([#8964](https://github.com/dynamic-labs/dynamic-auth/issues/8964)) ([6035b5a](https://github.com/dynamic-labs/dynamic-auth/commit/6035b5afcb3af44833e5f9dd9f423b865c06e729))
8
+ * utilize wallet zerodev properties when available in react native ([#8974](https://github.com/dynamic-labs/dynamic-auth/issues/8974)) ([a2390b3](https://github.com/dynamic-labs/dynamic-auth/commit/a2390b367999fd7bfc4e142c1b4ea8d5fab0eece))
9
+
10
+ ### [4.20.5](https://github.com/dynamic-labs/dynamic-auth/compare/v4.20.4...v4.20.5) (2025-06-16)
11
+
12
+
13
+ ### Features
14
+
15
+ * add mpc methods to RN ([#8952](https://github.com/dynamic-labs/dynamic-auth/issues/8952)) ([67383fc](https://github.com/dynamic-labs/dynamic-auth/commit/67383fcd92bc88875d65b520bd1951822a0d7d43))
16
+ * manually create v3 wallets on RN ([#8947](https://github.com/dynamic-labs/dynamic-auth/issues/8947)) ([d534b44](https://github.com/dynamic-labs/dynamic-auth/commit/d534b44bec28302791f789bd762ae5940ef00f58))
17
+ * update Bitget wallet logo with new SVG design ([#8961](https://github.com/dynamic-labs/dynamic-auth/issues/8961)) ([c47aaa6](https://github.com/dynamic-labs/dynamic-auth/commit/c47aaa6e3ee388831ca62f7e8b913cd15e57060f))
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * clean user op cache on network switch ([#8966](https://github.com/dynamic-labs/dynamic-auth/issues/8966)) ([d1783d3](https://github.com/dynamic-labs/dynamic-auth/commit/d1783d3bd627e7c31dd3433385218767e69a4fbc))
23
+
2
24
  ### [4.20.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.20.3...v4.20.4) (2025-06-13)
3
25
 
4
26
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.20.4";
6
+ var version = "4.20.6";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.20.4";
2
+ var version = "4.20.6";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/ethereum-aa-zksync",
3
- "version": "4.20.4",
3
+ "version": "4.20.6",
4
4
  "description": "Core package for Ethereum Account Abstraction utilities and types",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -18,15 +18,15 @@
18
18
  },
19
19
  "homepage": "https://www.dynamic.xyz/",
20
20
  "dependencies": {
21
- "@dynamic-labs/sdk-api-core": "0.0.681",
21
+ "@dynamic-labs/sdk-api-core": "0.0.688",
22
22
  "zksync-sso": "0.2.0",
23
- "@dynamic-labs/assert-package-version": "4.20.4",
24
- "@dynamic-labs/ethereum-aa-core": "4.20.4",
25
- "@dynamic-labs/ethereum-core": "4.20.4",
26
- "@dynamic-labs/types": "4.20.4",
27
- "@dynamic-labs/utils": "4.20.4",
28
- "@dynamic-labs/wallet-book": "4.20.4",
29
- "@dynamic-labs/wallet-connector-core": "4.20.4"
23
+ "@dynamic-labs/assert-package-version": "4.20.6",
24
+ "@dynamic-labs/ethereum-aa-core": "4.20.6",
25
+ "@dynamic-labs/ethereum-core": "4.20.6",
26
+ "@dynamic-labs/types": "4.20.6",
27
+ "@dynamic-labs/utils": "4.20.6",
28
+ "@dynamic-labs/wallet-book": "4.20.6",
29
+ "@dynamic-labs/wallet-connector-core": "4.20.6"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "viem": "^2.28.4"