@dynamic-labs/wallet-book 0.17.10 → 0.17.12

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
+ ### [0.17.12](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.11...v0.17.12) (2023-06-26)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * more wc2 improvements ([#2484](https://github.com/dynamic-labs/DynamicAuth/issues/2484)) ([482ed5d](https://github.com/dynamic-labs/DynamicAuth/commit/482ed5d699985ff4a96f4af2ce2a3f7565a6cc1f))
8
+
9
+ ### [0.17.11](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.10...v0.17.11) (2023-06-26)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * multiple improvements for WC2 ([#2465](https://github.com/dynamic-labs/DynamicAuth/issues/2465)) ([7d5d7bd](https://github.com/dynamic-labs/DynamicAuth/commit/7d5d7bdcf2dd01ef3810e2fddd46d56a40effa95)), closes [#2458](https://github.com/dynamic-labs/DynamicAuth/issues/2458)
15
+
2
16
  ### [0.17.10](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.9...v0.17.10) (2023-06-23)
3
17
 
4
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wallet-book",
3
- "version": "0.17.10",
3
+ "version": "0.17.12",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dynamic-labs/DynamicAuth.git",
@@ -29,6 +29,6 @@
29
29
  "react-dom": "^17.0.2 || ^18.0.0"
30
30
  },
31
31
  "dependencies": {
32
- "@dynamic-labs/logger": "0.17.10"
32
+ "@dynamic-labs/logger": "0.17.12"
33
33
  }
34
34
  }
@@ -35,6 +35,12 @@ export declare const applyOverrides: (sourceData: any, overrides?: {
35
35
  value: null;
36
36
  };
37
37
  };
38
+ walletConnect: {
39
+ sdks: {
40
+ action: string;
41
+ value: string[];
42
+ };
43
+ };
38
44
  };
39
45
  rainbow: {
40
46
  brand: {
@@ -121,6 +127,12 @@ export declare const walletConnectOverrides: {
121
127
  value: null;
122
128
  };
123
129
  };
130
+ walletConnect: {
131
+ sdks: {
132
+ action: string;
133
+ value: string[];
134
+ };
135
+ };
124
136
  };
125
137
  rainbow: {
126
138
  brand: {