@dynamic-labs/wallet-book 4.8.1 → 4.8.2-preview.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,20 @@
1
1
 
2
+ ### [4.8.2-preview.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.8.1...v4.8.2-preview.0) (2025-02-28)
3
+
4
+
5
+ ### Features
6
+
7
+ * add disconnect to wallet action in connect only ([#8152](https://github.com/dynamic-labs/dynamic-auth/issues/8152)) ([4f8fa26](https://github.com/dynamic-labs/dynamic-auth/commit/4f8fa26c293aa249e697cc6494463b3bb545251a))
8
+ * support for onramp options via function, and default support for coinbase ([#8139](https://github.com/dynamic-labs/dynamic-auth/issues/8139)) ([f4dee01](https://github.com/dynamic-labs/dynamic-auth/commit/f4dee0175512de7a15928c577a20cc620863c282))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * embedded widget race condition that would show both embedded and non-embedded widgets at the same time ([4cb1686](https://github.com/dynamic-labs/dynamic-auth/commit/4cb16860cc61f6fcc074eb20ce38f848cdda31f1))
14
+ * filter out networks without a key value when parsing coinbase onramp url ([#8158](https://github.com/dynamic-labs/dynamic-auth/issues/8158)) ([8033299](https://github.com/dynamic-labs/dynamic-auth/commit/80332991551987a29b6ea7c8f66fd373956d875b))
15
+ * **QNTM-2927:** send users back to login on MM cancel ([#8149](https://github.com/dynamic-labs/dynamic-auth/issues/8149)) ([8e92702](https://github.com/dynamic-labs/dynamic-auth/commit/8e9270270220fc781da9c9235f86b29b9c4d2f28))
16
+ * update WC re-connect view on mobile ([45c5241](https://github.com/dynamic-labs/dynamic-auth/commit/45c5241fa8d973b8ad3f8b0e85b5034e429c3c11))
17
+
2
18
  ### [4.8.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.8.0...v4.8.1) (2025-02-25)
3
19
 
4
20
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.8.1";
6
+ var version = "4.8.2-preview.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.8.1";
2
+ var version = "4.8.2-preview.0";
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.8.1",
3
+ "version": "4.8.2-preview.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": "3.22.4",
20
- "@dynamic-labs/assert-package-version": "4.8.1",
21
- "@dynamic-labs/iconic": "4.8.1",
22
- "@dynamic-labs/logger": "4.8.1",
23
- "@dynamic-labs/utils": "4.8.1",
20
+ "@dynamic-labs/assert-package-version": "4.8.2-preview.0",
21
+ "@dynamic-labs/iconic": "4.8.2-preview.0",
22
+ "@dynamic-labs/logger": "4.8.2-preview.0",
23
+ "@dynamic-labs/utils": "4.8.2-preview.0",
24
24
  "eventemitter3": "5.0.1",
25
25
  "util": "0.12.5"
26
26
  },
@@ -346,6 +346,12 @@ var wallets = {
346
346
  ]
347
347
  }
348
348
  ],
349
+ mobile: {
350
+ androidId: "org.toshi",
351
+ inAppBrowser: "cbwallet://dapp?url={{encodedDappURI}}",
352
+ iosId: "id1278383455"
353
+ },
354
+ mobileExperience: "in-app-browser",
349
355
  name: "Coinbase",
350
356
  shortName: "Coinbase Wallet (Solana)",
351
357
  walletLimitations: {
@@ -342,6 +342,12 @@ var wallets = {
342
342
  ]
343
343
  }
344
344
  ],
345
+ mobile: {
346
+ androidId: "org.toshi",
347
+ inAppBrowser: "cbwallet://dapp?url={{encodedDappURI}}",
348
+ iosId: "id1278383455"
349
+ },
350
+ mobileExperience: "in-app-browser",
345
351
  name: "Coinbase",
346
352
  shortName: "Coinbase Wallet (Solana)",
347
353
  walletLimitations: {