@dynamic-labs/ethereum-aa 4.8.6 → 4.9.1-preview.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 +15 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +9 -9
- package/src/ZeroDevConnector.cjs +1 -1
- package/src/ZeroDevConnector.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,19 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.9.1-preview.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.9.0...v4.9.1-preview.0) (2025-03-07)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* 7702 on sepolia ([#8242](https://github.com/dynamic-labs/dynamic-auth/issues/8242)) ([8e1c63f](https://github.com/dynamic-labs/dynamic-auth/commit/8e1c63f240024f419e12787636dd2ebaacf8da94))
|
|
8
|
+
* embedded widget race condition that would show both embedded and non-embedded widgets at the same time ([8a52778](https://github.com/dynamic-labs/dynamic-auth/commit/8a5277888489e03871532331760c197aa6216495))
|
|
9
|
+
|
|
10
|
+
## [4.9.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.8.6...v4.9.0) (2025-03-07)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* add utility to use sdk-react-core in iframe ([#8219](https://github.com/dynamic-labs/dynamic-auth/issues/8219)) ([b7b0429](https://github.com/dynamic-labs/dynamic-auth/commit/b7b04292b18085d9cc95edae80100fd8dd667ed6))
|
|
16
|
+
|
|
2
17
|
### [4.8.6](https://github.com/dynamic-labs/dynamic-auth/compare/v4.8.5...v4.8.6) (2025-03-07)
|
|
3
18
|
|
|
4
19
|
|
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",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.9.1-preview.0",
|
|
4
4
|
"description": "A React SDK for implementing wallet web3 authentication and authorization to your website.",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"@dynamic-labs/sdk-api-core": "0.0.638",
|
|
22
22
|
"@zerodev/ecdsa-validator": "5.4.4",
|
|
23
23
|
"@zerodev/multi-chain-ecdsa-validator": "5.4.3",
|
|
24
|
-
"@zerodev/sdk": "5.4.
|
|
25
|
-
"@dynamic-labs/assert-package-version": "4.
|
|
26
|
-
"@dynamic-labs/ethereum-core": "4.
|
|
27
|
-
"@dynamic-labs/logger": "4.
|
|
28
|
-
"@dynamic-labs/types": "4.
|
|
29
|
-
"@dynamic-labs/utils": "4.
|
|
30
|
-
"@dynamic-labs/wallet-book": "4.
|
|
31
|
-
"@dynamic-labs/wallet-connector-core": "4.
|
|
24
|
+
"@zerodev/sdk": "5.4.26",
|
|
25
|
+
"@dynamic-labs/assert-package-version": "4.9.1-preview.0",
|
|
26
|
+
"@dynamic-labs/ethereum-core": "4.9.1-preview.0",
|
|
27
|
+
"@dynamic-labs/logger": "4.9.1-preview.0",
|
|
28
|
+
"@dynamic-labs/types": "4.9.1-preview.0",
|
|
29
|
+
"@dynamic-labs/utils": "4.9.1-preview.0",
|
|
30
|
+
"@dynamic-labs/wallet-book": "4.9.1-preview.0",
|
|
31
|
+
"@dynamic-labs/wallet-connector-core": "4.9.1-preview.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"viem": "^2.21.55"
|
package/src/ZeroDevConnector.cjs
CHANGED
|
@@ -299,7 +299,7 @@ class ZeroDevConnector extends walletConnectorCore.WalletConnectorBase {
|
|
|
299
299
|
ecdsaValidator: getEcdsaValidator.getEcdsaValidator(this.ecdsaProviderType),
|
|
300
300
|
enableKernelV3Migration: this.enableKernelV3Migration,
|
|
301
301
|
entryPoint: this.entryPoint,
|
|
302
|
-
kernelVersion:
|
|
302
|
+
kernelVersion: constants$1.KERNEL_V3_3_BETA,
|
|
303
303
|
paymaster,
|
|
304
304
|
paymasterRpc: ZeroDevConnector.paymasterRpc,
|
|
305
305
|
projectId,
|
package/src/ZeroDevConnector.js
CHANGED
|
@@ -295,7 +295,7 @@ class ZeroDevConnector extends WalletConnectorBase {
|
|
|
295
295
|
ecdsaValidator: getEcdsaValidator(this.ecdsaProviderType),
|
|
296
296
|
enableKernelV3Migration: this.enableKernelV3Migration,
|
|
297
297
|
entryPoint: this.entryPoint,
|
|
298
|
-
kernelVersion:
|
|
298
|
+
kernelVersion: KERNEL_V3_3_BETA,
|
|
299
299
|
paymaster,
|
|
300
300
|
paymasterRpc: ZeroDevConnector.paymasterRpc,
|
|
301
301
|
projectId,
|