@dynamic-labs/wallet-book 3.0.0-alpha.21 → 3.0.0-alpha.22

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,17 @@
1
1
 
2
+ ## [3.0.0-alpha.22](https://github.com/dynamic-labs/DynamicAuth/compare/v3.0.0-alpha.21...v3.0.0-alpha.22) (2024-07-18)
3
+
4
+
5
+ ### Features
6
+
7
+ * add support for aa kernel 3.1 ([#6333](https://github.com/dynamic-labs/DynamicAuth/issues/6333)) ([93c743a](https://github.com/dynamic-labs/DynamicAuth/commit/93c743a74d1af79f15baec343d15212a2feeac39))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * ensure retryableFn props are passed through ([#6357](https://github.com/dynamic-labs/DynamicAuth/issues/6357)) ([246da78](https://github.com/dynamic-labs/DynamicAuth/commit/246da78ebaa0e623843d93fc990d8a0f3298af54))
13
+ * removes wallet connect qr code from magic eden ([#6360](https://github.com/dynamic-labs/DynamicAuth/issues/6360)) ([5968c2e](https://github.com/dynamic-labs/DynamicAuth/commit/5968c2e220f98b0995a2067e6f5397f27da4dfb0))
14
+
2
15
  ## [3.0.0-alpha.21](https://github.com/dynamic-labs/DynamicAuth/compare/v3.0.0-alpha.20...v3.0.0-alpha.21) (2024-07-17)
3
16
 
4
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wallet-book",
3
- "version": "3.0.0-alpha.21",
3
+ "version": "3.0.0-alpha.22",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dynamic-labs/dynamic-auth.git",
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "zod": "3.22.4",
29
- "@dynamic-labs/iconic": "3.0.0-alpha.21",
30
- "@dynamic-labs/logger": "3.0.0-alpha.21",
31
- "@dynamic-labs/utils": "3.0.0-alpha.21",
29
+ "@dynamic-labs/iconic": "3.0.0-alpha.22",
30
+ "@dynamic-labs/logger": "3.0.0-alpha.22",
31
+ "@dynamic-labs/utils": "3.0.0-alpha.22",
32
32
  "util": "0.12.5"
33
33
  },
34
34
  "peerDependencies": {
@@ -1,12 +1,4 @@
1
1
  export declare const walletConnectSourceData: Record<string, {
2
- id: string;
3
- metadata: {
4
- shortName: string | null;
5
- colors: {
6
- primary: string | null;
7
- secondary: string | null;
8
- };
9
- };
10
2
  name: string;
11
3
  chains: string[];
12
4
  desktop: {
@@ -36,6 +28,7 @@ export declare const walletConnectSourceData: Record<string, {
36
28
  category: string | null;
37
29
  description: string | null;
38
30
  homepage: string;
31
+ id: string;
39
32
  image_id: string;
40
33
  image_url: {
41
34
  lg: string;
@@ -46,15 +39,22 @@ export declare const walletConnectSourceData: Record<string, {
46
39
  injected_id: string;
47
40
  namespace: string;
48
41
  }[] | null;
42
+ metadata: {
43
+ shortName: string | null;
44
+ colors: {
45
+ primary: string | null;
46
+ secondary: string | null;
47
+ };
48
+ };
49
49
  slug: string;
50
50
  updatedAt: string;
51
51
  versions: string[];
52
52
  supported_standards?: {
53
53
  id: string;
54
- title: string;
55
- url: string;
56
54
  standard_id: number;
57
55
  standard_prefix: string;
56
+ title: string;
57
+ url: string;
58
58
  }[] | undefined;
59
59
  }>;
60
60
  export declare const walletConnectTransformedData: Promise<Record<string, {
@@ -60,6 +60,14 @@ export declare const walletConnectOverrides: {
60
60
  value: boolean;
61
61
  };
62
62
  };
63
+ magiceden: {
64
+ walletConnect: {
65
+ sdks: {
66
+ action: string;
67
+ value: null;
68
+ };
69
+ };
70
+ };
63
71
  mathwallet: {
64
72
  group: {
65
73
  action: string;
@@ -772,12 +772,7 @@ var wallets = {
772
772
  ]
773
773
  }
774
774
  ],
775
- name: "Magic Eden",
776
- walletConnect: {
777
- sdks: [
778
- "sign_v1"
779
- ]
780
- }
775
+ name: "Magic Eden"
781
776
  },
782
777
  magicedensol: {
783
778
  brand: {
@@ -768,12 +768,7 @@ var wallets = {
768
768
  ]
769
769
  }
770
770
  ],
771
- name: "Magic Eden",
772
- walletConnect: {
773
- sdks: [
774
- "sign_v1"
775
- ]
776
- }
771
+ name: "Magic Eden"
777
772
  },
778
773
  magicedensol: {
779
774
  brand: {