@dynamic-labs/webview-messages 4.52.1 → 4.52.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 CHANGED
@@ -1,4 +1,16 @@
1
1
 
2
+ ### [4.52.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.52.1...v4.52.2) (2025-12-27)
3
+
4
+
5
+ ### Features
6
+
7
+ * expose usemetamasksdk in react native ([#10161](https://github.com/dynamic-labs/dynamic-auth/issues/10161)) ([f4dcfe7](https://github.com/dynamic-labs/dynamic-auth/commit/f4dcfe7bcf8c502990b2c2db17a44de1d58498a7))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * Handle Google consent during authentication flow when it’s required ([#10162](https://github.com/dynamic-labs/dynamic-auth/issues/10162)) ([138f7ff](https://github.com/dynamic-labs/dynamic-auth/commit/138f7ffd1b8660ce27d7e5faac7bd01d56817ff3))
13
+
2
14
  ### [4.52.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.52.0...v4.52.1) (2025-12-23)
3
15
 
4
16
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.52.1";
6
+ var version = "4.52.2";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.52.1";
2
+ var version = "4.52.2";
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.52.1",
3
+ "version": "4.52.2",
4
4
  "description": "A package to define messages for the webview-controller",
5
5
  "author": "Dynamic Labs, Inc.",
6
6
  "license": "MIT",
@@ -20,12 +20,12 @@
20
20
  "dependencies": {
21
21
  "@dynamic-labs/sdk-api-core": "0.0.843",
22
22
  "@dynamic-labs-sdk/client": "0.1.2",
23
- "@dynamic-labs/assert-package-version": "4.52.1",
24
- "@dynamic-labs/locale": "4.52.1",
25
- "@dynamic-labs/logger": "4.52.1",
26
- "@dynamic-labs/message-transport": "4.52.1",
27
- "@dynamic-labs/types": "4.52.1",
28
- "@dynamic-labs/webauthn": "4.52.1"
23
+ "@dynamic-labs/assert-package-version": "4.52.2",
24
+ "@dynamic-labs/locale": "4.52.2",
25
+ "@dynamic-labs/logger": "4.52.2",
26
+ "@dynamic-labs/message-transport": "4.52.2",
27
+ "@dynamic-labs/types": "4.52.2",
28
+ "@dynamic-labs/webauthn": "4.52.2"
29
29
  },
30
30
  "peerDependencies": {}
31
31
  }
@@ -34,6 +34,13 @@ export type ClientManifest = {
34
34
  * you want to allow wallet connections without full authentication.
35
35
  */
36
36
  connectOnly?: boolean;
37
+ /**
38
+ * If true, use MetaMask SDK for MetaMask connections.
39
+ * If false or undefined, use WalletConnect for MetaMask connections.
40
+ * Only applies to mobile platforms (react-native, flutter, swift).
41
+ * @default false
42
+ */
43
+ useMetamaskSdk?: boolean;
37
44
  };
38
45
  export type SdkModuleState = {
39
46
  /** Indicates the SDK is set up and ready for requests */