@dynamic-labs/waas 4.30.1 → 4.30.3

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,19 @@
1
1
 
2
+ ### [4.30.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.30.2...v4.30.3) (2025-09-05)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * serialize eip7702 auth as big int when unformatting ([#9453](https://github.com/dynamic-labs/dynamic-auth/issues/9453)) ([013de4e](https://github.com/dynamic-labs/dynamic-auth/commit/013de4e58be291f97781b05eb4138d295593afbd))
8
+
9
+ ### [4.30.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.30.1...v4.30.2) (2025-09-05)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * don't force baseAccountSdkOpts to be required for EthereumWalletConnectorsWithConfig ([#9448](https://github.com/dynamic-labs/dynamic-auth/issues/9448)) ([2154263](https://github.com/dynamic-labs/dynamic-auth/commit/215426383a388604dd45162397366cc978d0a558))
15
+ * only show registered mfa methods when choosing another mfa methods to auth ([#9450](https://github.com/dynamic-labs/dynamic-auth/issues/9450)) ([6fa4e85](https://github.com/dynamic-labs/dynamic-auth/commit/6fa4e856eeaf5b2a7f4321d094ef77350519b53a))
16
+
2
17
  ### [4.30.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.30.0...v4.30.1) (2025-09-04)
3
18
 
4
19
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.30.1";
6
+ var version = "4.30.3";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.30.1";
2
+ var version = "4.30.3";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/waas",
3
- "version": "4.30.1",
3
+ "version": "4.30.3",
4
4
  "type": "module",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -16,14 +16,14 @@
16
16
  "./package.json": "./package.json"
17
17
  },
18
18
  "dependencies": {
19
- "@dynamic-labs/assert-package-version": "4.30.1",
19
+ "@dynamic-labs/assert-package-version": "4.30.3",
20
20
  "@dynamic-labs/sdk-api-core": "0.0.762",
21
21
  "@dynamic-labs-wallet/browser-wallet-client": "0.0.144",
22
- "@dynamic-labs/ethereum-core": "4.30.1",
23
- "@dynamic-labs/solana-core": "4.30.1",
24
- "@dynamic-labs/sui-core": "4.30.1",
25
- "@dynamic-labs/utils": "4.30.1",
26
- "@dynamic-labs/wallet-book": "4.30.1"
22
+ "@dynamic-labs/ethereum-core": "4.30.3",
23
+ "@dynamic-labs/solana-core": "4.30.3",
24
+ "@dynamic-labs/sui-core": "4.30.3",
25
+ "@dynamic-labs/utils": "4.30.3",
26
+ "@dynamic-labs/wallet-book": "4.30.3"
27
27
  },
28
28
  "peerDependencies": {}
29
29
  }