@dynamic-labs/webview-messages 4.92.3 → 4.93.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,28 @@
1
1
 
2
+ ## [4.93.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.92.4...v4.93.0) (2026-07-20)
3
+
4
+
5
+ ### Features
6
+
7
+ * **react-native:** add retry API and granular loading state ([#11938](https://github.com/dynamic-labs/dynamic-auth/issues/11938)) ([#11999](https://github.com/dynamic-labs/dynamic-auth/issues/11999)) ([8f4e6aa](https://github.com/dynamic-labs/dynamic-auth/commit/8f4e6aa2466da5e6b4d8ee802c814c51e79cf27c))
8
+
9
+ ### [4.92.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.92.3...v4.92.4) (2026-07-16)
10
+
11
+
12
+ ### Features
13
+
14
+ * **bitcoin:** per-network address switching and dust-limit send validation [v4] ([#11970](https://github.com/dynamic-labs/dynamic-auth/issues/11970)) ([76a4a9a](https://github.com/dynamic-labs/dynamic-auth/commit/76a4a9a5025d78798ebd1beffe6c0af59d2d029a)), closes [#11896](https://github.com/dynamic-labs/dynamic-auth/issues/11896) [#11800](https://github.com/dynamic-labs/dynamic-auth/issues/11800)
15
+ * **midnight:** per-network addresses in deposit and wallet info views [v4] ([#11949](https://github.com/dynamic-labs/dynamic-auth/issues/11949)) ([978446a](https://github.com/dynamic-labs/dynamic-auth/commit/978446aca8546eb038ba9ed3be0503d10594ee15))
16
+ * **midnight:** resolve wallet address per selected network [v4] ([#11948](https://github.com/dynamic-labs/dynamic-auth/issues/11948)) ([d6f858c](https://github.com/dynamic-labs/dynamic-auth/commit/d6f858c5e35defda7ed73cf97b3fdbe5ed9d131d))
17
+ * set useMetamaskSdk to true by default ([#11926](https://github.com/dynamic-labs/dynamic-auth/issues/11926)) ([75b5a4a](https://github.com/dynamic-labs/dynamic-auth/commit/75b5a4a0fe8b1a375afce145c0b8bdc3ce761117))
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **midnight:** align per-network code with the final main iteration [v4] ([#11971](https://github.com/dynamic-labs/dynamic-auth/issues/11971)) ([3ef3ba8](https://github.com/dynamic-labs/dynamic-auth/commit/3ef3ba8c090dfd9e4286b4e51bf350ea5e6feac7))
23
+ * settle social sign-in when captcha is backed out or oauth popup never responds (v4) ([#11956](https://github.com/dynamic-labs/dynamic-auth/issues/11956)) ([ad49477](https://github.com/dynamic-labs/dynamic-auth/commit/ad49477f2acf61a154bb79cbe26b24f803cdb0e2))
24
+ * validate that private key is not empty before upgrading to WaaS ([#11952](https://github.com/dynamic-labs/dynamic-auth/issues/11952)) ([21dfb83](https://github.com/dynamic-labs/dynamic-auth/commit/21dfb83cb29e42b335bc94a0cdd2062cf14a262a))
25
+
2
26
  ### [4.92.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.92.2...v4.92.3) (2026-07-10)
3
27
 
4
28
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.92.3";
6
+ var version = "4.93.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.92.3";
2
+ var version = "4.93.0";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/webview-messages",
3
- "version": "4.92.3",
3
+ "version": "4.93.0",
4
4
  "description": "A package to define messages for the webview-controller",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -18,16 +18,16 @@
18
18
  "./package.json": "./package.json"
19
19
  },
20
20
  "dependencies": {
21
- "@dynamic-labs/ethereum-gasless-core": "4.92.3",
22
- "@dynamic-labs/sdk-api-core": "0.0.1067",
23
- "@dynamic-labs-sdk/client": "1.18.0",
24
- "@dynamic-labs/assert-package-version": "4.92.3",
25
- "@dynamic-labs/locale": "4.92.3",
26
- "@dynamic-labs/logger": "4.92.3",
27
- "@dynamic-labs/message-transport": "4.92.3",
28
- "@dynamic-labs/types": "4.92.3",
29
- "@dynamic-labs/wallet-connector-core": "4.92.3",
30
- "@dynamic-labs/webauthn": "4.92.3"
21
+ "@dynamic-labs/ethereum-gasless-core": "4.93.0",
22
+ "@dynamic-labs/sdk-api-core": "0.0.1082",
23
+ "@dynamic-labs-sdk/client": "1.20.0",
24
+ "@dynamic-labs/assert-package-version": "4.93.0",
25
+ "@dynamic-labs/locale": "4.93.0",
26
+ "@dynamic-labs/logger": "4.93.0",
27
+ "@dynamic-labs/message-transport": "4.93.0",
28
+ "@dynamic-labs/types": "4.93.0",
29
+ "@dynamic-labs/wallet-connector-core": "4.93.0",
30
+ "@dynamic-labs/webauthn": "4.93.0"
31
31
  },
32
32
  "peerDependencies": {}
33
33
  }
@@ -62,9 +62,9 @@ export type ClientManifest = {
62
62
  };
63
63
  /**
64
64
  * If true, use MetaMask SDK for MetaMask connections.
65
- * If false or undefined, use WalletConnect for MetaMask connections.
65
+ * If false, use WalletConnect for MetaMask connections.
66
66
  * Only applies to mobile platforms (react-native, flutter, swift).
67
- * @default false
67
+ * @default true
68
68
  */
69
69
  useMetamaskSdk?: boolean;
70
70
  /**
@@ -44,8 +44,9 @@ export type SignRawMessageArgs = {
44
44
  password?: string;
45
45
  /**
46
46
  * Sign context forwarded to the MPC relay policy engine (e.g. the
47
- * transaction or user operation the raw digest was derived from). Required
48
- * by environments whose signing policy rejects context-less raw signs.
47
+ * transaction or user operation the raw digest was derived from, or the
48
+ * chain-agnostic `rawSign` pre-image descriptor). Required by environments
49
+ * whose signing policy rejects context-less raw signs.
49
50
  */
50
51
  context?: SignMessageContext;
51
52
  };