@dynamic-labs/wallet-book 4.0.0-alpha.7 → 4.0.0-alpha.9

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,31 @@
1
1
 
2
+ ## [4.0.0-alpha.9](https://github.com/dynamic-labs/dynamic-auth/compare/v4.0.0-alpha.8...v4.0.0-alpha.9) (2024-10-11)
3
+
4
+
5
+ ### Features
6
+
7
+ * add support for fordefi wallet ([#7109](https://github.com/dynamic-labs/dynamic-auth/issues/7109)) ([1adb6b1](https://github.com/dynamic-labs/dynamic-auth/commit/1adb6b15b7f8e9156207ac7addf4368d27c1e371))
8
+ * support ability to define additional oauth scopes ([#7105](https://github.com/dynamic-labs/dynamic-auth/issues/7105)) ([b303203](https://github.com/dynamic-labs/dynamic-auth/commit/b303203e8041c0cbf5f8968df0d3cde04ed1b22a))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * add eip6963 for exodus evm ([#7094](https://github.com/dynamic-labs/dynamic-auth/issues/7094)) ([c1ec5ef](https://github.com/dynamic-labs/dynamic-auth/commit/c1ec5ef4b6a531c563be4b690aa5f2bd4e7e6a16))
14
+
15
+ ## [4.0.0-alpha.8](https://github.com/dynamic-labs/dynamic-auth/compare/v4.0.0-alpha.7...v4.0.0-alpha.8) (2024-10-07)
16
+
17
+
18
+ ### Features
19
+
20
+ * add support for dynamic event callbacks in rn ([#6997](https://github.com/dynamic-labs/dynamic-auth/issues/6997)) ([f9ac402](https://github.com/dynamic-labs/dynamic-auth/commit/f9ac40259d9168dfe69dafd5fd44478ba0e69505))
21
+ * add support for dynamic handlers in rn ([#7032](https://github.com/dynamic-labs/dynamic-auth/issues/7032)) ([f61f926](https://github.com/dynamic-labs/dynamic-auth/commit/f61f92666b6df8483dde2c47304fd4fb02690f7d))
22
+ * Support for multi-chain AA ([#6829](https://github.com/dynamic-labs/dynamic-auth/issues/6829)) ([b4a0c0a](https://github.com/dynamic-labs/dynamic-auth/commit/b4a0c0a4de48231a3748826600407c25abf6894d))
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * persist isHardwareWalletEnabled on wallet connector ([#7025](https://github.com/dynamic-labs/dynamic-auth/issues/7025)) ([#7034](https://github.com/dynamic-labs/dynamic-auth/issues/7034)) ([4bfc301](https://github.com/dynamic-labs/dynamic-auth/commit/4bfc301d891f10db8c0bd31e5164c489a882c5c3))
28
+
2
29
  ## [4.0.0-alpha.7](https://github.com/dynamic-labs/dynamic-auth/compare/v4.0.0-alpha.6...v4.0.0-alpha.7) (2024-10-03)
3
30
 
4
31
 
package/package.cjs CHANGED
@@ -3,6 +3,6 @@
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
- var version = "4.0.0-alpha.7";
6
+ var version = "4.0.0-alpha.9";
7
7
 
8
8
  exports.version = version;
package/package.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use client'
2
- var version = "4.0.0-alpha.7";
2
+ var version = "4.0.0-alpha.9";
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.0.0-alpha.7",
3
+ "version": "4.0.0-alpha.9",
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.0.0-alpha.7",
21
- "@dynamic-labs/iconic": "4.0.0-alpha.7",
22
- "@dynamic-labs/logger": "4.0.0-alpha.7",
23
- "@dynamic-labs/utils": "4.0.0-alpha.7",
20
+ "@dynamic-labs/assert-package-version": "4.0.0-alpha.9",
21
+ "@dynamic-labs/iconic": "4.0.0-alpha.9",
22
+ "@dynamic-labs/logger": "4.0.0-alpha.9",
23
+ "@dynamic-labs/utils": "4.0.0-alpha.9",
24
24
  "eventemitter3": "5.0.1",
25
25
  "util": "0.12.5"
26
26
  },
@@ -1041,6 +1041,9 @@ var wallets = {
1041
1041
  desktop: {
1042
1042
  chromeId: "aholpfdialjgjfhomihkjbmgjidlcdno"
1043
1043
  },
1044
+ eip6963Config: {
1045
+ rdns: "com.exodus.web3-wallet"
1046
+ },
1044
1047
  filterFromWalletConnect: true,
1045
1048
  group: "exodus",
1046
1049
  injectedConfig: [
@@ -1037,6 +1037,9 @@ var wallets = {
1037
1037
  desktop: {
1038
1038
  chromeId: "aholpfdialjgjfhomihkjbmgjidlcdno"
1039
1039
  },
1040
+ eip6963Config: {
1041
+ rdns: "com.exodus.web3-wallet"
1042
+ },
1040
1043
  filterFromWalletConnect: true,
1041
1044
  group: "exodus",
1042
1045
  injectedConfig: [