@dynamic-labs/ethereum-aa-zksync 4.74.1 → 4.75.0

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,12 @@
1
1
 
2
+ ## [4.75.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.74.1...v4.75.0) (2026-04-03)
3
+
4
+
5
+ ### Features
6
+
7
+ * **midnight:** add midnight base package scaffolding ([#10850](https://github.com/dynamic-labs/dynamic-auth/issues/10850)) ([5844849](https://github.com/dynamic-labs/dynamic-auth/commit/584484916cf49d7ec46ec5cf862e2e6b8308d90f))
8
+ * **tempo:** add FeeTokenSelector component for fee token selection ([#10842](https://github.com/dynamic-labs/dynamic-auth/issues/10842)) ([18bc637](https://github.com/dynamic-labs/dynamic-auth/commit/18bc6374bea6eeff6656edaa725b0620bc8b36dd))
9
+
2
10
  ### [4.74.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.74.0...v4.74.1) (2026-04-02)
3
11
 
4
12
  This was a version bump only, there were no code changes.
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.74.1";
6
+ var version = "4.75.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.74.1";
2
+ var version = "4.75.0";
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.74.1",
3
+ "version": "4.75.0",
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.909",
21
+ "@dynamic-labs/sdk-api-core": "0.0.923",
22
22
  "zksync-sso": "0.2.0",
23
- "@dynamic-labs/assert-package-version": "4.74.1",
24
- "@dynamic-labs/ethereum-aa-core": "4.74.1",
25
- "@dynamic-labs/ethereum-core": "4.74.1",
26
- "@dynamic-labs/types": "4.74.1",
27
- "@dynamic-labs/utils": "4.74.1",
28
- "@dynamic-labs/wallet-book": "4.74.1",
29
- "@dynamic-labs/wallet-connector-core": "4.74.1"
23
+ "@dynamic-labs/assert-package-version": "4.75.0",
24
+ "@dynamic-labs/ethereum-aa-core": "4.75.0",
25
+ "@dynamic-labs/ethereum-core": "4.75.0",
26
+ "@dynamic-labs/types": "4.75.0",
27
+ "@dynamic-labs/utils": "4.75.0",
28
+ "@dynamic-labs/wallet-book": "4.75.0",
29
+ "@dynamic-labs/wallet-connector-core": "4.75.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "viem": "^2.45.3"
@@ -16713,7 +16713,7 @@ export declare class ZKsyncConnector extends AccountAbstractionBaseConnector imp
16713
16713
  [x: `address[${string}]`]: undefined;
16714
16714
  [x: `bool[${string}]`]: undefined;
16715
16715
  [x: `bytes[${string}]`]: undefined;
16716
- [x: `bytes18[${string}]`]: undefined;
16716
+ [x: `bytes19[${string}]`]: undefined;
16717
16717
  [x: `bytes1[${string}]`]: undefined;
16718
16718
  [x: `bytes2[${string}]`]: undefined;
16719
16719
  [x: `bytes3[${string}]`]: undefined;
@@ -16731,7 +16731,7 @@ export declare class ZKsyncConnector extends AccountAbstractionBaseConnector imp
16731
16731
  [x: `bytes15[${string}]`]: undefined;
16732
16732
  [x: `bytes16[${string}]`]: undefined;
16733
16733
  [x: `bytes17[${string}]`]: undefined;
16734
- [x: `bytes19[${string}]`]: undefined;
16734
+ [x: `bytes18[${string}]`]: undefined;
16735
16735
  [x: `bytes20[${string}]`]: undefined;
16736
16736
  [x: `bytes21[${string}]`]: undefined;
16737
16737
  [x: `bytes22[${string}]`]: undefined;
@@ -16815,7 +16815,7 @@ export declare class ZKsyncConnector extends AccountAbstractionBaseConnector imp
16815
16815
  address?: undefined;
16816
16816
  bool?: undefined;
16817
16817
  bytes?: undefined;
16818
- bytes18?: undefined;
16818
+ bytes19?: undefined;
16819
16819
  bytes1?: undefined;
16820
16820
  bytes2?: undefined;
16821
16821
  bytes3?: undefined;
@@ -16833,7 +16833,7 @@ export declare class ZKsyncConnector extends AccountAbstractionBaseConnector imp
16833
16833
  bytes15?: undefined;
16834
16834
  bytes16?: undefined;
16835
16835
  bytes17?: undefined;
16836
- bytes19?: undefined;
16836
+ bytes18?: undefined;
16837
16837
  bytes20?: undefined;
16838
16838
  bytes21?: undefined;
16839
16839
  bytes22?: undefined;