@dynamic-labs/wallet-book 4.46.1 → 4.46.3

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,18 @@
1
1
 
2
+ ### [4.46.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.46.2...v4.46.3) (2025-11-20)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * ensure that phantomredirect does not render if the previous request is the same ([#9920](https://github.com/dynamic-labs/dynamic-auth/issues/9920)) ([2bb9665](https://github.com/dynamic-labs/dynamic-auth/commit/2bb96654821518bee6378c65d1353a33aea1363b))
8
+
9
+ ### [4.46.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.46.1...v4.46.2) (2025-11-20)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * patch vulnerability with package @hpke/core ([#9923](https://github.com/dynamic-labs/dynamic-auth/issues/9923)) ([24133c6](https://github.com/dynamic-labs/dynamic-auth/commit/24133c6155fa36cd65cd2befabbdd9cbaa239b61))
15
+
2
16
  ### [4.46.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.46.0...v4.46.1) (2025-11-20)
3
17
 
4
18
  ## [4.46.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.45.3...v4.46.0) (2025-11-19)
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.46.1";
6
+ var version = "4.46.3";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.46.1";
2
+ var version = "4.46.3";
3
3
 
4
4
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wallet-book",
3
- "version": "4.46.1",
3
+ "version": "4.46.3",
4
4
  "author": "Dynamic Labs, Inc.",
5
5
  "license": "MIT",
6
6
  "main": "./src/index.cjs",
@@ -17,10 +17,10 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "zod": "4.0.5",
20
- "@dynamic-labs/assert-package-version": "4.46.1",
21
- "@dynamic-labs/iconic": "4.46.1",
22
- "@dynamic-labs/logger": "4.46.1",
23
- "@dynamic-labs/utils": "4.46.1",
20
+ "@dynamic-labs/assert-package-version": "4.46.3",
21
+ "@dynamic-labs/iconic": "4.46.3",
22
+ "@dynamic-labs/logger": "4.46.3",
23
+ "@dynamic-labs/utils": "4.46.3",
24
24
  "eventemitter3": "5.0.1",
25
25
  "util": "0.12.5"
26
26
  },
@@ -163,6 +163,16 @@ export declare const walletConnectOverrides: {
163
163
  chromeId: string;
164
164
  };
165
165
  };
166
+ mobile: {
167
+ action: string;
168
+ value: {
169
+ androidId: string;
170
+ inAppBrowser: string;
171
+ inAppBrowserV2: string;
172
+ iosId: string;
173
+ native: string;
174
+ };
175
+ };
166
176
  walletConnect: {
167
177
  sdks: {
168
178
  action: string;
@@ -1278,7 +1278,7 @@ var wallets = {
1278
1278
  inAppBrowser: "okx://wallet/dapp/url?dappUrl={{encodedDappURI}}",
1279
1279
  inAppBrowserV2: "okx://wallet/dapp/url?dappUrl={{encodedDappURI}}",
1280
1280
  iosId: "id1327268470",
1281
- native: "okxwallet://main/wc"
1281
+ native: "okex://main/wc"
1282
1282
  },
1283
1283
  name: "OKX Wallet",
1284
1284
  shortName: "OKX Wallet",
@@ -1274,7 +1274,7 @@ var wallets = {
1274
1274
  inAppBrowser: "okx://wallet/dapp/url?dappUrl={{encodedDappURI}}",
1275
1275
  inAppBrowserV2: "okx://wallet/dapp/url?dappUrl={{encodedDappURI}}",
1276
1276
  iosId: "id1327268470",
1277
- native: "okxwallet://main/wc"
1277
+ native: "okex://main/wc"
1278
1278
  },
1279
1279
  name: "OKX Wallet",
1280
1280
  shortName: "OKX Wallet",