@dynamic-labs/sui-extension 4.55.0 → 4.57.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,24 @@
1
1
 
2
+ ## [4.57.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.56.0...v4.57.0) (2026-01-20)
3
+
4
+
5
+ ### Features
6
+
7
+ * auto redirect back from wallet connect ([#10257](https://github.com/dynamic-labs/dynamic-auth/issues/10257)) ([92994da](https://github.com/dynamic-labs/dynamic-auth/commit/92994dadaae851e309b5f889c0e415241cb2d00f))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * metamask console noise when signing in with wallet connect ([#10263](https://github.com/dynamic-labs/dynamic-auth/issues/10263)) ([1861e4a](https://github.com/dynamic-labs/dynamic-auth/commit/1861e4a3e78dd7d7a5a250da32f722a7bf972083))
13
+ * only throw webview did not load error after retries ([#10255](https://github.com/dynamic-labs/dynamic-auth/issues/10255)) ([7c11824](https://github.com/dynamic-labs/dynamic-auth/commit/7c11824c32c9058c12aa5d6998b8cc3fe7e75938))
14
+
15
+ ## [4.56.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.55.0...v4.56.0) (2026-01-19)
16
+
17
+
18
+ ### Features
19
+
20
+ * add iCloud backup support alongside Google Drive ([#10222](https://github.com/dynamic-labs/dynamic-auth/issues/10222)) ([62b3fe6](https://github.com/dynamic-labs/dynamic-auth/commit/62b3fe60756b7f48abb48f9fac82225c514660aa))
21
+
2
22
  ## [4.55.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.54.0...v4.55.0) (2026-01-17)
3
23
 
4
24
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.55.0";
6
+ var version = "4.57.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.55.0";
2
+ var version = "4.57.0";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sui-extension",
3
- "version": "4.55.0",
3
+ "version": "4.57.0",
4
4
  "main": "./src/index.cjs",
5
5
  "module": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -14,13 +14,13 @@
14
14
  "./package.json": "./package.json"
15
15
  },
16
16
  "peerDependencies": {
17
- "@mysten/sui": "1.24.0"
17
+ "@mysten/sui": "1.45.2"
18
18
  },
19
19
  "dependencies": {
20
- "@dynamic-labs/assert-package-version": "4.55.0",
21
- "@dynamic-labs/client": "4.55.0",
22
- "@dynamic-labs/message-transport": "4.55.0",
23
- "@dynamic-labs/types": "4.55.0",
24
- "@dynamic-labs/webview-messages": "4.55.0"
20
+ "@dynamic-labs/assert-package-version": "4.57.0",
21
+ "@dynamic-labs/client": "4.57.0",
22
+ "@dynamic-labs/message-transport": "4.57.0",
23
+ "@dynamic-labs/types": "4.57.0",
24
+ "@dynamic-labs/webview-messages": "4.57.0"
25
25
  }
26
26
  }