@dynamic-labs/ethereum-aa-core 4.56.0 → 4.57.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 +13 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +8 -8
- package/src/connector/AccountAbstractionBaseConnector.d.ts +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.57.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.56.0...v4.57.0) (2026-01-20)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* auto redirect back from wallet connect ([#10257](https://github.com/dynamic-labs/dynamic-auth/issues/10257)) ([92994da](https://github.com/dynamic-labs/dynamic-auth/commit/92994dadaae851e309b5f889c0e415241cb2d00f))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* metamask console noise when signing in with wallet connect ([#10263](https://github.com/dynamic-labs/dynamic-auth/issues/10263)) ([1861e4a](https://github.com/dynamic-labs/dynamic-auth/commit/1861e4a3e78dd7d7a5a250da32f722a7bf972083))
|
|
13
|
+
* only throw webview did not load error after retries ([#10255](https://github.com/dynamic-labs/dynamic-auth/issues/10255)) ([7c11824](https://github.com/dynamic-labs/dynamic-auth/commit/7c11824c32c9058c12aa5d6998b8cc3fe7e75938))
|
|
14
|
+
|
|
2
15
|
## [4.56.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.55.0...v4.56.0) (2026-01-19)
|
|
3
16
|
|
|
4
17
|
|
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.57.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.860",
|
|
22
|
+
"@dynamic-labs/assert-package-version": "4.57.0",
|
|
23
|
+
"@dynamic-labs/ethereum-core": "4.57.0",
|
|
24
|
+
"@dynamic-labs/types": "4.57.0",
|
|
25
|
+
"@dynamic-labs/utils": "4.57.0",
|
|
26
|
+
"@dynamic-labs/wallet-book": "4.57.0",
|
|
27
|
+
"@dynamic-labs/wallet-connector-core": "4.57.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"viem": "^2.28.4"
|
|
@@ -7545,7 +7545,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7545
7545
|
[x: `address[${string}]`]: undefined;
|
|
7546
7546
|
[x: `bool[${string}]`]: undefined;
|
|
7547
7547
|
[x: `bytes[${string}]`]: undefined;
|
|
7548
|
-
[x: `
|
|
7548
|
+
[x: `bytes16[${string}]`]: undefined;
|
|
7549
7549
|
[x: `bytes1[${string}]`]: undefined;
|
|
7550
7550
|
[x: `bytes2[${string}]`]: undefined;
|
|
7551
7551
|
[x: `bytes3[${string}]`]: undefined;
|
|
@@ -7560,7 +7560,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7560
7560
|
[x: `bytes12[${string}]`]: undefined;
|
|
7561
7561
|
[x: `bytes13[${string}]`]: undefined;
|
|
7562
7562
|
[x: `bytes14[${string}]`]: undefined;
|
|
7563
|
-
[x: `
|
|
7563
|
+
[x: `bytes15[${string}]`]: undefined;
|
|
7564
7564
|
[x: `bytes17[${string}]`]: undefined;
|
|
7565
7565
|
[x: `bytes18[${string}]`]: undefined;
|
|
7566
7566
|
[x: `bytes19[${string}]`]: undefined;
|
|
@@ -7578,8 +7578,8 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7578
7578
|
[x: `bytes31[${string}]`]: undefined;
|
|
7579
7579
|
[x: `bytes32[${string}]`]: undefined;
|
|
7580
7580
|
[x: `int[${string}]`]: undefined;
|
|
7581
|
-
[x: `int8[${string}]`]: undefined;
|
|
7582
7581
|
[x: `int16[${string}]`]: undefined;
|
|
7582
|
+
[x: `int8[${string}]`]: undefined;
|
|
7583
7583
|
[x: `int24[${string}]`]: undefined;
|
|
7584
7584
|
[x: `int32[${string}]`]: undefined;
|
|
7585
7585
|
[x: `int40[${string}]`]: undefined;
|
|
@@ -7611,8 +7611,8 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7611
7611
|
[x: `int248[${string}]`]: undefined;
|
|
7612
7612
|
[x: `int256[${string}]`]: undefined;
|
|
7613
7613
|
[x: `uint[${string}]`]: undefined;
|
|
7614
|
-
[x: `uint8[${string}]`]: undefined;
|
|
7615
7614
|
[x: `uint16[${string}]`]: undefined;
|
|
7615
|
+
[x: `uint8[${string}]`]: undefined;
|
|
7616
7616
|
[x: `uint24[${string}]`]: undefined;
|
|
7617
7617
|
[x: `uint32[${string}]`]: undefined;
|
|
7618
7618
|
[x: `uint40[${string}]`]: undefined;
|
|
@@ -7647,7 +7647,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7647
7647
|
address?: undefined;
|
|
7648
7648
|
bool?: undefined;
|
|
7649
7649
|
bytes?: undefined;
|
|
7650
|
-
|
|
7650
|
+
bytes16?: undefined;
|
|
7651
7651
|
bytes1?: undefined;
|
|
7652
7652
|
bytes2?: undefined;
|
|
7653
7653
|
bytes3?: undefined;
|
|
@@ -7662,7 +7662,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7662
7662
|
bytes12?: undefined;
|
|
7663
7663
|
bytes13?: undefined;
|
|
7664
7664
|
bytes14?: undefined;
|
|
7665
|
-
|
|
7665
|
+
bytes15?: undefined;
|
|
7666
7666
|
bytes17?: undefined;
|
|
7667
7667
|
bytes18?: undefined;
|
|
7668
7668
|
bytes19?: undefined;
|
|
@@ -7679,8 +7679,8 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7679
7679
|
bytes30?: undefined;
|
|
7680
7680
|
bytes31?: undefined;
|
|
7681
7681
|
bytes32?: undefined;
|
|
7682
|
-
int8?: undefined;
|
|
7683
7682
|
int16?: undefined;
|
|
7683
|
+
int8?: undefined;
|
|
7684
7684
|
int24?: undefined;
|
|
7685
7685
|
int32?: undefined;
|
|
7686
7686
|
int40?: undefined;
|
|
@@ -7711,8 +7711,8 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
|
|
|
7711
7711
|
int240?: undefined;
|
|
7712
7712
|
int248?: undefined;
|
|
7713
7713
|
int256?: undefined;
|
|
7714
|
-
uint8?: undefined;
|
|
7715
7714
|
uint16?: undefined;
|
|
7715
|
+
uint8?: undefined;
|
|
7716
7716
|
uint24?: undefined;
|
|
7717
7717
|
uint32?: undefined;
|
|
7718
7718
|
uint40?: undefined;
|