@dynamic-labs/sui-extension 4.30.1 → 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 +8 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
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
|
+
|
|
2
10
|
### [4.30.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.30.0...v4.30.1) (2025-09-04)
|
|
3
11
|
|
|
4
12
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/sui-extension",
|
|
3
|
-
"version": "4.30.
|
|
3
|
+
"version": "4.30.2",
|
|
4
4
|
"main": "./src/index.cjs",
|
|
5
5
|
"module": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"@mysten/sui": "1.24.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@dynamic-labs/assert-package-version": "4.30.
|
|
21
|
-
"@dynamic-labs/client": "4.30.
|
|
22
|
-
"@dynamic-labs/message-transport": "4.30.
|
|
23
|
-
"@dynamic-labs/types": "4.30.
|
|
24
|
-
"@dynamic-labs/webview-messages": "4.30.
|
|
20
|
+
"@dynamic-labs/assert-package-version": "4.30.2",
|
|
21
|
+
"@dynamic-labs/client": "4.30.2",
|
|
22
|
+
"@dynamic-labs/message-transport": "4.30.2",
|
|
23
|
+
"@dynamic-labs/types": "4.30.2",
|
|
24
|
+
"@dynamic-labs/webview-messages": "4.30.2"
|
|
25
25
|
}
|
|
26
26
|
}
|