@dynamic-labs/wallet-book 4.15.0 → 4.16.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,13 @@
1
1
 
2
+ ## [4.16.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.15.0...v4.16.0) (2025-05-03)
3
+
4
+
5
+ ### Features
6
+
7
+ * (GVTY-3020) add send balance to waas sui connector ([#8638](https://github.com/dynamic-labs/dynamic-auth/issues/8638)) ([97f0af0](https://github.com/dynamic-labs/dynamic-auth/commit/97f0af0504a0079ebf0958fde1f8edc34c035927))
8
+ * add isAtomicSupported and isPaymasterServiceSupported methods to EthereumWallet ([#8627](https://github.com/dynamic-labs/dynamic-auth/issues/8627)) ([df82b9e](https://github.com/dynamic-labs/dynamic-auth/commit/df82b9e86eafea9dd6c505227722450bc56d7c57))
9
+ * add solana mpc to global wallets ([#8605](https://github.com/dynamic-labs/dynamic-auth/issues/8605)) ([6261bf9](https://github.com/dynamic-labs/dynamic-auth/commit/6261bf9bec45b1d1afa13869cf5d10cda215783e))
10
+
2
11
  ## [4.15.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.14.0...v4.15.0) (2025-04-30)
3
12
 
4
13
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.15.0";
6
+ var version = "4.16.0";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.15.0";
2
+ var version = "4.16.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.15.0",
3
+ "version": "4.16.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.15.0",
21
- "@dynamic-labs/iconic": "4.15.0",
22
- "@dynamic-labs/logger": "4.15.0",
23
- "@dynamic-labs/utils": "4.15.0",
20
+ "@dynamic-labs/assert-package-version": "4.16.0",
21
+ "@dynamic-labs/iconic": "4.16.0",
22
+ "@dynamic-labs/logger": "4.16.0",
23
+ "@dynamic-labs/utils": "4.16.0",
24
24
  "eventemitter3": "5.0.1",
25
25
  "util": "0.12.5"
26
26
  },
@@ -1610,6 +1610,12 @@ var wallets = {
1610
1610
  ]
1611
1611
  }
1612
1612
  ],
1613
+ mobile: {
1614
+ androidId: "app.backpack.mobile",
1615
+ inAppBrowser: "backpack://ul/v1/browse/{{encodedDappURI}}",
1616
+ iosId: "id6445964121"
1617
+ },
1618
+ mobileExperience: "in-app-browser",
1613
1619
  name: "Backpack"
1614
1620
  },
1615
1621
  binancewalletbtc: {
@@ -1606,6 +1606,12 @@ var wallets = {
1606
1606
  ]
1607
1607
  }
1608
1608
  ],
1609
+ mobile: {
1610
+ androidId: "app.backpack.mobile",
1611
+ inAppBrowser: "backpack://ul/v1/browse/{{encodedDappURI}}",
1612
+ iosId: "id6445964121"
1613
+ },
1614
+ mobileExperience: "in-app-browser",
1609
1615
  name: "Backpack"
1610
1616
  },
1611
1617
  binancewalletbtc: {