@dynamic-labs/ethereum-aa-core 4.65.0 → 4.67.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,36 @@
1
1
 
2
+ ## [4.67.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.66.0...v4.67.0) (2026-03-09)
3
+
4
+
5
+ ### Features
6
+
7
+ * add MFA methods to useStepUpAuthentication hook ([#10581](https://github.com/dynamic-labs/dynamic-auth/issues/10581)) ([7903290](https://github.com/dynamic-labs/dynamic-auth/commit/79032906d548ba2d4bcdf69cd9e6eb820064e408)), closes [dynamic-labs/dynamic-js-sdk#1061](https://github.com/dynamic-labs/dynamic-js-sdk/issues/1061) [dynamic-labs/dynamic-js-sdk#1062](https://github.com/dynamic-labs/dynamic-js-sdk/issues/1062)
8
+ * **demo:** add Passkey MFA and TOTP MFA step-up auth demos ([#10582](https://github.com/dynamic-labs/dynamic-auth/issues/10582)) ([92b9e28](https://github.com/dynamic-labs/dynamic-auth/commit/92b9e28e62084031a8bca11216aab39198948e82)), closes [#10581](https://github.com/dynamic-labs/dynamic-auth/issues/10581)
9
+ * **demo:** add Step-up Auth section ([#10483](https://github.com/dynamic-labs/dynamic-auth/issues/10483)) ([4bfff9a](https://github.com/dynamic-labs/dynamic-auth/commit/4bfff9a0fe475b4d8dbb6b8c4fccebb6550aa06f))
10
+ * **react-native:** add minifiedToken support to authModule ([#10595](https://github.com/dynamic-labs/dynamic-auth/issues/10595)) ([6b6e067](https://github.com/dynamic-labs/dynamic-auth/commit/6b6e067e62b97f573a31140967f3a07064e9f3fd))
11
+ * **stellar:** add account activation handling for unfunded recipients ([#10578](https://github.com/dynamic-labs/dynamic-auth/issues/10578)) ([ea5ef7b](https://github.com/dynamic-labs/dynamic-auth/commit/ea5ef7bfce7cf984ff091ea7d6321814dc3eea81))
12
+ * update demo CTA buttons - 'Book a call' and 'Get a free account' ([#10589](https://github.com/dynamic-labs/dynamic-auth/issues/10589)) ([e7d967c](https://github.com/dynamic-labs/dynamic-auth/commit/e7d967c59c5ad616348d9a51ea4bd314ec1ddd9f))
13
+ * **waas:** add password support to upgradeToDynamicWaas ([#10606](https://github.com/dynamic-labs/dynamic-auth/issues/10606)) ([d998a3e](https://github.com/dynamic-labs/dynamic-auth/commit/d998a3e955110f419dc40c4aeaddd93834957eb7))
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * add overflow-y auto to backup codes view to prevent Complete button cutoff ([#10513](https://github.com/dynamic-labs/dynamic-auth/issues/10513)) ([5dfa94e](https://github.com/dynamic-labs/dynamic-auth/commit/5dfa94eaa232535f2e8c6905370dd8d8546485e3))
19
+ * prevent infinite re-render loop in UserPhoneField due to rapid t… ([#10475](https://github.com/dynamic-labs/dynamic-auth/issues/10475)) ([0d79b07](https://github.com/dynamic-labs/dynamic-auth/commit/0d79b0782606c9fa926ed4697a17381211ad2f4a))
20
+
21
+ ## [4.66.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.65.0...v4.66.0) (2026-03-02)
22
+
23
+
24
+ ### Features
25
+
26
+ * **stellar:** send serialized XDR for transaction signing ([#10548](https://github.com/dynamic-labs/dynamic-auth/issues/10548)) ([3ff6438](https://github.com/dynamic-labs/dynamic-auth/commit/3ff64384e16d5fdb32cd6a3fd144757bf05f4456))
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * prevent MFA backup codes screen from being dismissed before acknowledgement ([#10530](https://github.com/dynamic-labs/dynamic-auth/issues/10530)) ([67086f0](https://github.com/dynamic-labs/dynamic-auth/commit/67086f0b4a1302d39853eb2eedcb6f5b8bfca889))
32
+ * **react-native:** add retry when setting items to secure store ([#10576](https://github.com/dynamic-labs/dynamic-auth/issues/10576)) ([22ea162](https://github.com/dynamic-labs/dynamic-auth/commit/22ea162420806a4a67394c99f3691754982a7f1f))
33
+
2
34
  ## [4.65.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.64.0...v4.65.0) (2026-02-27)
3
35
 
4
36
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.65.0";
6
+ var version = "4.67.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.65.0";
2
+ var version = "4.67.0";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/ethereum-aa-core",
3
- "version": "4.65.0",
3
+ "version": "4.67.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.875",
22
- "@dynamic-labs/assert-package-version": "4.65.0",
23
- "@dynamic-labs/ethereum-core": "4.65.0",
24
- "@dynamic-labs/types": "4.65.0",
25
- "@dynamic-labs/utils": "4.65.0",
26
- "@dynamic-labs/wallet-book": "4.65.0",
27
- "@dynamic-labs/wallet-connector-core": "4.65.0"
21
+ "@dynamic-labs/sdk-api-core": "0.0.881",
22
+ "@dynamic-labs/assert-package-version": "4.67.0",
23
+ "@dynamic-labs/ethereum-core": "4.67.0",
24
+ "@dynamic-labs/types": "4.67.0",
25
+ "@dynamic-labs/utils": "4.67.0",
26
+ "@dynamic-labs/wallet-book": "4.67.0",
27
+ "@dynamic-labs/wallet-connector-core": "4.67.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: `bytes16[${string}]`]: undefined;
7548
+ [x: `bytes17[${string}]`]: undefined;
7549
7549
  [x: `bytes1[${string}]`]: undefined;
7550
7550
  [x: `bytes2[${string}]`]: undefined;
7551
7551
  [x: `bytes3[${string}]`]: undefined;
@@ -7561,7 +7561,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
7561
7561
  [x: `bytes13[${string}]`]: undefined;
7562
7562
  [x: `bytes14[${string}]`]: undefined;
7563
7563
  [x: `bytes15[${string}]`]: undefined;
7564
- [x: `bytes17[${string}]`]: undefined;
7564
+ [x: `bytes16[${string}]`]: undefined;
7565
7565
  [x: `bytes18[${string}]`]: undefined;
7566
7566
  [x: `bytes19[${string}]`]: undefined;
7567
7567
  [x: `bytes20[${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: `int16[${string}]`]: undefined;
7582
7581
  [x: `int8[${string}]`]: undefined;
7582
+ [x: `int16[${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: `uint16[${string}]`]: undefined;
7615
7614
  [x: `uint8[${string}]`]: undefined;
7615
+ [x: `uint16[${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
- bytes16?: undefined;
7650
+ bytes17?: undefined;
7651
7651
  bytes1?: undefined;
7652
7652
  bytes2?: undefined;
7653
7653
  bytes3?: undefined;
@@ -7663,7 +7663,7 @@ export declare abstract class AccountAbstractionBaseConnector extends WalletConn
7663
7663
  bytes13?: undefined;
7664
7664
  bytes14?: undefined;
7665
7665
  bytes15?: undefined;
7666
- bytes17?: undefined;
7666
+ bytes16?: undefined;
7667
7667
  bytes18?: undefined;
7668
7668
  bytes19?: undefined;
7669
7669
  bytes20?: 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
- int16?: undefined;
7683
7682
  int8?: undefined;
7683
+ int16?: 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
- uint16?: undefined;
7715
7714
  uint8?: undefined;
7715
+ uint16?: undefined;
7716
7716
  uint24?: undefined;
7717
7717
  uint32?: undefined;
7718
7718
  uint40?: undefined;