@dynamic-labs/ethereum-aa-zksync 4.66.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,23 @@
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
+
2
21
  ## [4.66.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.65.0...v4.66.0) (2026-03-02)
3
22
 
4
23
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.66.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.66.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-zksync",
3
- "version": "4.66.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,15 +18,15 @@
18
18
  },
19
19
  "homepage": "https://www.dynamic.xyz/",
20
20
  "dependencies": {
21
- "@dynamic-labs/sdk-api-core": "0.0.875",
21
+ "@dynamic-labs/sdk-api-core": "0.0.881",
22
22
  "zksync-sso": "0.2.0",
23
- "@dynamic-labs/assert-package-version": "4.66.0",
24
- "@dynamic-labs/ethereum-aa-core": "4.66.0",
25
- "@dynamic-labs/ethereum-core": "4.66.0",
26
- "@dynamic-labs/types": "4.66.0",
27
- "@dynamic-labs/utils": "4.66.0",
28
- "@dynamic-labs/wallet-book": "4.66.0",
29
- "@dynamic-labs/wallet-connector-core": "4.66.0"
23
+ "@dynamic-labs/assert-package-version": "4.67.0",
24
+ "@dynamic-labs/ethereum-aa-core": "4.67.0",
25
+ "@dynamic-labs/ethereum-core": "4.67.0",
26
+ "@dynamic-labs/types": "4.67.0",
27
+ "@dynamic-labs/utils": "4.67.0",
28
+ "@dynamic-labs/wallet-book": "4.67.0",
29
+ "@dynamic-labs/wallet-connector-core": "4.67.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "viem": "^2.28.4"
@@ -16277,7 +16277,7 @@ export declare class ZKsyncConnector extends AccountAbstractionBaseConnector imp
16277
16277
  [x: `address[${string}]`]: undefined;
16278
16278
  [x: `bool[${string}]`]: undefined;
16279
16279
  [x: `bytes[${string}]`]: undefined;
16280
- [x: `bytes16[${string}]`]: undefined;
16280
+ [x: `bytes17[${string}]`]: undefined;
16281
16281
  [x: `bytes1[${string}]`]: undefined;
16282
16282
  [x: `bytes2[${string}]`]: undefined;
16283
16283
  [x: `bytes3[${string}]`]: undefined;
@@ -16293,7 +16293,7 @@ export declare class ZKsyncConnector extends AccountAbstractionBaseConnector imp
16293
16293
  [x: `bytes13[${string}]`]: undefined;
16294
16294
  [x: `bytes14[${string}]`]: undefined;
16295
16295
  [x: `bytes15[${string}]`]: undefined;
16296
- [x: `bytes17[${string}]`]: undefined;
16296
+ [x: `bytes16[${string}]`]: undefined;
16297
16297
  [x: `bytes18[${string}]`]: undefined;
16298
16298
  [x: `bytes19[${string}]`]: undefined;
16299
16299
  [x: `bytes20[${string}]`]: undefined;
@@ -16310,8 +16310,8 @@ export declare class ZKsyncConnector extends AccountAbstractionBaseConnector imp
16310
16310
  [x: `bytes31[${string}]`]: undefined;
16311
16311
  [x: `bytes32[${string}]`]: undefined;
16312
16312
  [x: `int[${string}]`]: undefined;
16313
- [x: `int16[${string}]`]: undefined;
16314
16313
  [x: `int8[${string}]`]: undefined;
16314
+ [x: `int16[${string}]`]: undefined;
16315
16315
  [x: `int24[${string}]`]: undefined;
16316
16316
  [x: `int32[${string}]`]: undefined;
16317
16317
  [x: `int40[${string}]`]: undefined;
@@ -16343,8 +16343,8 @@ export declare class ZKsyncConnector extends AccountAbstractionBaseConnector imp
16343
16343
  [x: `int248[${string}]`]: undefined;
16344
16344
  [x: `int256[${string}]`]: undefined;
16345
16345
  [x: `uint[${string}]`]: undefined;
16346
- [x: `uint16[${string}]`]: undefined;
16347
16346
  [x: `uint8[${string}]`]: undefined;
16347
+ [x: `uint16[${string}]`]: undefined;
16348
16348
  [x: `uint24[${string}]`]: undefined;
16349
16349
  [x: `uint32[${string}]`]: undefined;
16350
16350
  [x: `uint40[${string}]`]: undefined;
@@ -16379,7 +16379,7 @@ export declare class ZKsyncConnector extends AccountAbstractionBaseConnector imp
16379
16379
  address?: undefined;
16380
16380
  bool?: undefined;
16381
16381
  bytes?: undefined;
16382
- bytes16?: undefined;
16382
+ bytes17?: undefined;
16383
16383
  bytes1?: undefined;
16384
16384
  bytes2?: undefined;
16385
16385
  bytes3?: undefined;
@@ -16395,7 +16395,7 @@ export declare class ZKsyncConnector extends AccountAbstractionBaseConnector imp
16395
16395
  bytes13?: undefined;
16396
16396
  bytes14?: undefined;
16397
16397
  bytes15?: undefined;
16398
- bytes17?: undefined;
16398
+ bytes16?: undefined;
16399
16399
  bytes18?: undefined;
16400
16400
  bytes19?: undefined;
16401
16401
  bytes20?: undefined;
@@ -16411,8 +16411,8 @@ export declare class ZKsyncConnector extends AccountAbstractionBaseConnector imp
16411
16411
  bytes30?: undefined;
16412
16412
  bytes31?: undefined;
16413
16413
  bytes32?: undefined;
16414
- int16?: undefined;
16415
16414
  int8?: undefined;
16415
+ int16?: undefined;
16416
16416
  int24?: undefined;
16417
16417
  int32?: undefined;
16418
16418
  int40?: undefined;
@@ -16443,8 +16443,8 @@ export declare class ZKsyncConnector extends AccountAbstractionBaseConnector imp
16443
16443
  int240?: undefined;
16444
16444
  int248?: undefined;
16445
16445
  int256?: undefined;
16446
- uint16?: undefined;
16447
16446
  uint8?: undefined;
16447
+ uint16?: undefined;
16448
16448
  uint24?: undefined;
16449
16449
  uint32?: undefined;
16450
16450
  uint40?: undefined;