@dynamic-labs/wallet-book 4.46.2 → 4.47.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,18 @@
|
|
|
1
1
|
|
|
2
|
+
## [4.47.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.46.3...v4.47.0) (2025-11-21)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add Google Drive backup functionality to widget ([#9899](https://github.com/dynamic-labs/dynamic-auth/issues/9899)) ([c787c5b](https://github.com/dynamic-labs/dynamic-auth/commit/c787c5baa7cf4ec4522418fdbe915923b1481312))
|
|
8
|
+
|
|
9
|
+
### [4.46.3](https://github.com/dynamic-labs/dynamic-auth/compare/v4.46.2...v4.46.3) (2025-11-20)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* 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))
|
|
15
|
+
|
|
2
16
|
### [4.46.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.46.1...v4.46.2) (2025-11-20)
|
|
3
17
|
|
|
4
18
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/wallet-book",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.47.0",
|
|
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.
|
|
21
|
-
"@dynamic-labs/iconic": "4.
|
|
22
|
-
"@dynamic-labs/logger": "4.
|
|
23
|
-
"@dynamic-labs/utils": "4.
|
|
20
|
+
"@dynamic-labs/assert-package-version": "4.47.0",
|
|
21
|
+
"@dynamic-labs/iconic": "4.47.0",
|
|
22
|
+
"@dynamic-labs/logger": "4.47.0",
|
|
23
|
+
"@dynamic-labs/utils": "4.47.0",
|
|
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: "
|
|
1281
|
+
native: "okex://main/wc"
|
|
1282
1282
|
},
|
|
1283
1283
|
name: "OKX Wallet",
|
|
1284
1284
|
shortName: "OKX Wallet",
|
package/wallet-book-fallbacks.js
CHANGED
|
@@ -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: "
|
|
1277
|
+
native: "okex://main/wc"
|
|
1278
1278
|
},
|
|
1279
1279
|
name: "OKX Wallet",
|
|
1280
1280
|
shortName: "OKX Wallet",
|