@dynamic-labs/ethereum-aa-zksync 4.25.7 → 4.25.9

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,24 @@
1
1
 
2
+ ### [4.25.9](https://github.com/dynamic-labs/dynamic-auth/compare/v4.25.8...v4.25.9) (2025-08-01)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * use zerodev rpc for zerodev calls ([#9280](https://github.com/dynamic-labs/dynamic-auth/issues/9280)) ([87d52f3](https://github.com/dynamic-labs/dynamic-auth/commit/87d52f30de968919d675b0fada15a372b1533b76))
8
+
9
+ ### [4.25.8](https://github.com/dynamic-labs/dynamic-auth/compare/v4.25.7...v4.25.8) (2025-07-31)
10
+
11
+
12
+ ### Features
13
+
14
+ * add link_wallet_message copykey ([#9266](https://github.com/dynamic-labs/dynamic-auth/issues/9266)) ([a465300](https://github.com/dynamic-labs/dynamic-auth/commit/a46530050db5faf6d05dd12723421d33780da034))
15
+ * implement onSignedMessage event trigger for wallet transfer flows ([#9251](https://github.com/dynamic-labs/dynamic-auth/issues/9251)) ([554cd6c](https://github.com/dynamic-labs/dynamic-auth/commit/554cd6c4cb34db5f0096d1de30877c6a6c4dcbee))
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * improve session key handling ([#9249](https://github.com/dynamic-labs/dynamic-auth/issues/9249)) ([fba683a](https://github.com/dynamic-labs/dynamic-auth/commit/fba683abc57bc1ad9bdb6fb2e26b195f616d63cc))
21
+
2
22
  ### [4.25.7](https://github.com/dynamic-labs/dynamic-auth/compare/v4.25.6...v4.25.7) (2025-07-28)
3
23
 
4
24
  ### [4.25.6](https://github.com/dynamic-labs/dynamic-auth/compare/v4.25.5...v4.25.6) (2025-07-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.25.7";
6
+ var version = "4.25.9";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.25.7";
2
+ var version = "4.25.9";
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.25.7",
3
+ "version": "4.25.9",
4
4
  "description": "Core package for Ethereum Account Abstraction utilities and types",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -20,13 +20,13 @@
20
20
  "dependencies": {
21
21
  "@dynamic-labs/sdk-api-core": "0.0.728",
22
22
  "zksync-sso": "0.2.0",
23
- "@dynamic-labs/assert-package-version": "4.25.7",
24
- "@dynamic-labs/ethereum-aa-core": "4.25.7",
25
- "@dynamic-labs/ethereum-core": "4.25.7",
26
- "@dynamic-labs/types": "4.25.7",
27
- "@dynamic-labs/utils": "4.25.7",
28
- "@dynamic-labs/wallet-book": "4.25.7",
29
- "@dynamic-labs/wallet-connector-core": "4.25.7"
23
+ "@dynamic-labs/assert-package-version": "4.25.9",
24
+ "@dynamic-labs/ethereum-aa-core": "4.25.9",
25
+ "@dynamic-labs/ethereum-core": "4.25.9",
26
+ "@dynamic-labs/types": "4.25.9",
27
+ "@dynamic-labs/utils": "4.25.9",
28
+ "@dynamic-labs/wallet-book": "4.25.9",
29
+ "@dynamic-labs/wallet-connector-core": "4.25.9"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "viem": "^2.28.4"