@dynamic-labs/wallet-book 0.19.0-alpha.10 → 0.19.0-alpha.11

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,19 @@
1
1
 
2
+ ## [0.19.0-alpha.11](https://github.com/dynamic-labs/DynamicAuth/compare/v0.19.0-alpha.10...v0.19.0-alpha.11) (2023-10-02)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * **AuthProviderIcon:** ensure social icon shows up ([#3439](https://github.com/dynamic-labs/DynamicAuth/issues/3439)) ([5064f28](https://github.com/dynamic-labs/DynamicAuth/commit/5064f28af9125699c8e23597812c6c526bb8a213))
8
+ * fix passkey on Windows ([#3440](https://github.com/dynamic-labs/DynamicAuth/issues/3440)) ([c0da96c](https://github.com/dynamic-labs/DynamicAuth/commit/c0da96c17c6c10a736fb394b6b1e6be3ccd616b2))
9
+ * missing popper provider ([#3488](https://github.com/dynamic-labs/DynamicAuth/issues/3488)) ([d7ca76e](https://github.com/dynamic-labs/DynamicAuth/commit/d7ca76e21dc5e842c316a654cb20d9dd115d7204))
10
+ * passkey intro view should have a logout button ([#3466](https://github.com/dynamic-labs/DynamicAuth/issues/3466)) ([7ae626f](https://github.com/dynamic-labs/DynamicAuth/commit/7ae626fd2b2b6f685e48257c38ed00dae95d06e4))
11
+ * passkey intro view should not be closed until user create wallet ([#3458](https://github.com/dynamic-labs/DynamicAuth/issues/3458)) ([651459b](https://github.com/dynamic-labs/DynamicAuth/commit/651459b8d8a4ad131381ed8de52c9ef0c42191df))
12
+ * removing weird passkey intro logout button hover background ([#3490](https://github.com/dynamic-labs/DynamicAuth/issues/3490)) ([1adedfa](https://github.com/dynamic-labs/DynamicAuth/commit/1adedfaf87e6fd01e8528ff43ccf75fcb020ef65))
13
+ * resolve promise if there's no error, even if result is falsy ([#3477](https://github.com/dynamic-labs/DynamicAuth/issues/3477)) ([1b570dc](https://github.com/dynamic-labs/DynamicAuth/commit/1b570dc8ae6b104567790d93ebb57efed032ba1c))
14
+ * return promise from createEmbeddedWallet ([#3476](https://github.com/dynamic-labs/DynamicAuth/issues/3476)) ([5a9591e](https://github.com/dynamic-labs/DynamicAuth/commit/5a9591e0808d5d16fb886901902d763eabd8ec61))
15
+ * utilize the wallet connector key when looking up the wallet in localstorage during getWalletConnectorByKey ([#3386](https://github.com/dynamic-labs/DynamicAuth/issues/3386)) ([13a8ef4](https://github.com/dynamic-labs/DynamicAuth/commit/13a8ef4581e7799cc467bddb7cd1435dc4ab4de5))
16
+
2
17
  ## [0.19.0-alpha.10](https://github.com/dynamic-labs/DynamicAuth/compare/v0.19.0-alpha.9...v0.19.0-alpha.10) (2023-09-28)
3
18
 
4
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wallet-book",
3
- "version": "0.19.0-alpha.10",
3
+ "version": "0.19.0-alpha.11",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dynamic-labs/DynamicAuth.git",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "zod": "3.21.4",
29
- "@dynamic-labs/logger": "0.19.0-alpha.10"
29
+ "@dynamic-labs/logger": "0.19.0-alpha.11"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "react": "^17.0.2 || ^18.0.0",
@@ -10,13 +10,6 @@ export declare const walletConnectSourceData: Record<string, {
10
10
  universal: string | null;
11
11
  };
12
12
  sdks: string[];
13
- metadata: {
14
- shortName: string | null;
15
- colors: {
16
- primary: string | null;
17
- secondary: string | null;
18
- };
19
- };
20
13
  app: {
21
14
  android: string | null;
22
15
  ios: string | null;
@@ -44,12 +37,19 @@ export declare const walletConnectSourceData: Record<string, {
44
37
  injected_id: string;
45
38
  namespace: string;
46
39
  }[] | null;
40
+ metadata: {
41
+ shortName: string | null;
42
+ colors: {
43
+ primary: string | null;
44
+ secondary: string | null;
45
+ };
46
+ };
47
47
  slug: string;
48
48
  supported_standards: {
49
- title: string;
50
49
  id: string;
51
50
  standard_id: number;
52
51
  standard_prefix: string;
52
+ title: string;
53
53
  url: string;
54
54
  }[];
55
55
  updatedAt: string;
@@ -233,6 +233,9 @@ var wallets = {
233
233
  flag: "isRainbow",
234
234
  value: true
235
235
  }
236
+ ],
237
+ windowLocations: [
238
+ "rainbow"
236
239
  ]
237
240
  }
238
241
  ],
@@ -229,6 +229,9 @@ var wallets = {
229
229
  flag: "isRainbow",
230
230
  value: true
231
231
  }
232
+ ],
233
+ windowLocations: [
234
+ "rainbow"
232
235
  ]
233
236
  }
234
237
  ],