@dynamic-labs/ethereum-aa-core 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 +8 -8
- package/src/connector/AccountAbstractionBaseConnector.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-core",
|
|
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,13 +18,13 @@
|
|
|
18
18
|
},
|
|
19
19
|
"homepage": "https://www.dynamic.xyz/",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@dynamic-labs/sdk-api-core": "0.0.
|
|
22
|
-
"@dynamic-labs/assert-package-version": "4.
|
|
23
|
-
"@dynamic-labs/ethereum-core": "4.
|
|
24
|
-
"@dynamic-labs/types": "4.
|
|
25
|
-
"@dynamic-labs/utils": "4.
|
|
26
|
-
"@dynamic-labs/wallet-book": "4.
|
|
27
|
-
"@dynamic-labs/wallet-connector-core": "4.
|
|
21
|
+
"@dynamic-labs/sdk-api-core": "0.0.923",
|
|
22
|
+
"@dynamic-labs/assert-package-version": "4.75.0",
|
|
23
|
+
"@dynamic-labs/ethereum-core": "4.75.0",
|
|
24
|
+
"@dynamic-labs/types": "4.75.0",
|
|
25
|
+
"@dynamic-labs/utils": "4.75.0",
|
|
26
|
+
"@dynamic-labs/wallet-book": "4.75.0",
|
|
27
|
+
"@dynamic-labs/wallet-connector-core": "4.75.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"viem": "^2.45.3"
|
|
@@ -7565,7 +7565,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7565
7565
|
[x: `address[${string}]`]: undefined;
|
|
7566
7566
|
[x: `bool[${string}]`]: undefined;
|
|
7567
7567
|
[x: `bytes[${string}]`]: undefined;
|
|
7568
|
-
[x: `
|
|
7568
|
+
[x: `bytes19[${string}]`]: undefined;
|
|
7569
7569
|
[x: `bytes1[${string}]`]: undefined;
|
|
7570
7570
|
[x: `bytes2[${string}]`]: undefined;
|
|
7571
7571
|
[x: `bytes3[${string}]`]: undefined;
|
|
@@ -7583,7 +7583,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7583
7583
|
[x: `bytes15[${string}]`]: undefined;
|
|
7584
7584
|
[x: `bytes16[${string}]`]: undefined;
|
|
7585
7585
|
[x: `bytes17[${string}]`]: undefined;
|
|
7586
|
-
[x: `
|
|
7586
|
+
[x: `bytes18[${string}]`]: undefined;
|
|
7587
7587
|
[x: `bytes20[${string}]`]: undefined;
|
|
7588
7588
|
[x: `bytes21[${string}]`]: undefined;
|
|
7589
7589
|
[x: `bytes22[${string}]`]: undefined;
|
|
@@ -7667,7 +7667,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7667
7667
|
address?: undefined;
|
|
7668
7668
|
bool?: undefined;
|
|
7669
7669
|
bytes?: undefined;
|
|
7670
|
-
|
|
7670
|
+
bytes19?: undefined;
|
|
7671
7671
|
bytes1?: undefined;
|
|
7672
7672
|
bytes2?: undefined;
|
|
7673
7673
|
bytes3?: undefined;
|
|
@@ -7685,7 +7685,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7685
7685
|
bytes15?: undefined;
|
|
7686
7686
|
bytes16?: undefined;
|
|
7687
7687
|
bytes17?: undefined;
|
|
7688
|
-
|
|
7688
|
+
bytes18?: undefined;
|
|
7689
7689
|
bytes20?: undefined;
|
|
7690
7690
|
bytes21?: undefined;
|
|
7691
7691
|
bytes22?: undefined;
|