@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 +8 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +9 -9
- package/src/connector/ZKsyncConnector.d.ts +4 -4
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
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/ethereum-aa-zksync",
|
|
3
|
-
"version": "4.
|
|
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.
|
|
21
|
+
"@dynamic-labs/sdk-api-core": "0.0.923",
|
|
22
22
|
"zksync-sso": "0.2.0",
|
|
23
|
-
"@dynamic-labs/assert-package-version": "4.
|
|
24
|
-
"@dynamic-labs/ethereum-aa-core": "4.
|
|
25
|
-
"@dynamic-labs/ethereum-core": "4.
|
|
26
|
-
"@dynamic-labs/types": "4.
|
|
27
|
-
"@dynamic-labs/utils": "4.
|
|
28
|
-
"@dynamic-labs/wallet-book": "4.
|
|
29
|
-
"@dynamic-labs/wallet-connector-core": "4.
|
|
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: `
|
|
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: `
|
|
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
|
-
|
|
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
|
-
|
|
16836
|
+
bytes18?: undefined;
|
|
16837
16837
|
bytes20?: undefined;
|
|
16838
16838
|
bytes21?: undefined;
|
|
16839
16839
|
bytes22?: undefined;
|