@dynamic-labs/waas-evm 4.30.0 → 4.30.2
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 +20 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,24 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.30.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.30.1...v4.30.2) (2025-09-05)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* 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))
|
|
8
|
+
* 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))
|
|
9
|
+
|
|
10
|
+
### [4.30.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.30.0...v4.30.1) (2025-09-04)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* emit walletConnectionQrCodeReady event when QR code is ready for wallet connection ([#9433](https://github.com/dynamic-labs/dynamic-auth/issues/9433)) ([c9dd9b6](https://github.com/dynamic-labs/dynamic-auth/commit/c9dd9b6e38678af16d71e1d2d3e967a989d128f2))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* add spark to getChainIcon ([#9436](https://github.com/dynamic-labs/dynamic-auth/issues/9436)) ([86aefd7](https://github.com/dynamic-labs/dynamic-auth/commit/86aefd7aa1a973b8c3143ca5ba442f5372e8669e))
|
|
21
|
+
|
|
2
22
|
## [4.30.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.29.6...v4.30.0) (2025-09-02)
|
|
3
23
|
|
|
4
24
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/waas-evm",
|
|
3
|
-
"version": "4.30.
|
|
3
|
+
"version": "4.30.2",
|
|
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",
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@dynamic-labs/sdk-api-core": "0.0.762",
|
|
22
22
|
"viem": "^2.28.4",
|
|
23
|
-
"@dynamic-labs/assert-package-version": "4.30.
|
|
24
|
-
"@dynamic-labs/ethereum-core": "4.30.
|
|
25
|
-
"@dynamic-labs/logger": "4.30.
|
|
26
|
-
"@dynamic-labs/types": "4.30.
|
|
27
|
-
"@dynamic-labs/utils": "4.30.
|
|
28
|
-
"@dynamic-labs/waas": "4.30.
|
|
29
|
-
"@dynamic-labs/wallet-connector-core": "4.30.
|
|
23
|
+
"@dynamic-labs/assert-package-version": "4.30.2",
|
|
24
|
+
"@dynamic-labs/ethereum-core": "4.30.2",
|
|
25
|
+
"@dynamic-labs/logger": "4.30.2",
|
|
26
|
+
"@dynamic-labs/types": "4.30.2",
|
|
27
|
+
"@dynamic-labs/utils": "4.30.2",
|
|
28
|
+
"@dynamic-labs/waas": "4.30.2",
|
|
29
|
+
"@dynamic-labs/wallet-connector-core": "4.30.2"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {}
|
|
32
32
|
}
|