@dynamic-labs/wallet-book 2.0.0-alpha.11 → 2.0.0-alpha.13
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
|
+
## [2.0.0-alpha.13](https://github.com/dynamic-labs/DynamicAuth/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2024-03-14)
|
|
3
|
+
|
|
4
|
+
## [2.0.0-alpha.12](https://github.com/dynamic-labs/DynamicAuth/compare/v2.0.0-alpha.11...v2.0.0-alpha.12) (2024-03-13)
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* add sign-in with farcaster ([#4947](https://github.com/dynamic-labs/DynamicAuth/issues/4947)) ([3927d24](https://github.com/dynamic-labs/DynamicAuth/commit/3927d24392a8944997ca05431c6ab54757be62d9))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* wallet connect links with query params ([#4948](https://github.com/dynamic-labs/DynamicAuth/issues/4948)) ([0738130](https://github.com/dynamic-labs/DynamicAuth/commit/0738130f82473a197e035b8dd74d996bdbb24c11))
|
|
15
|
+
|
|
2
16
|
## [2.0.0-alpha.11](https://github.com/dynamic-labs/DynamicAuth/compare/v2.0.0-alpha.10...v2.0.0-alpha.11) (2024-03-12)
|
|
3
17
|
|
|
4
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/wallet-book",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.13",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/dynamic-labs/DynamicAuth.git",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"zod": "3.22.4",
|
|
29
|
-
"@dynamic-labs/iconic": "2.0.0-alpha.
|
|
30
|
-
"@dynamic-labs/logger": "2.0.0-alpha.
|
|
31
|
-
"@dynamic-labs/utils": "2.0.0-alpha.
|
|
29
|
+
"@dynamic-labs/iconic": "2.0.0-alpha.13",
|
|
30
|
+
"@dynamic-labs/logger": "2.0.0-alpha.13",
|
|
31
|
+
"@dynamic-labs/utils": "2.0.0-alpha.13",
|
|
32
32
|
"util": "0.12.5"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
@@ -39,6 +39,15 @@ export declare const applyOverrides: (sourceData: any, overrides?: {
|
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
ledger: {
|
|
42
|
+
mobile: {
|
|
43
|
+
action: string;
|
|
44
|
+
value: {
|
|
45
|
+
androidId: string;
|
|
46
|
+
iosId: string;
|
|
47
|
+
native: string;
|
|
48
|
+
universal: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
42
51
|
switchNetworkOnlyFromWallet: {
|
|
43
52
|
action: string;
|
|
44
53
|
value: boolean;
|
|
@@ -173,6 +182,15 @@ export declare const walletConnectOverrides: {
|
|
|
173
182
|
};
|
|
174
183
|
};
|
|
175
184
|
ledger: {
|
|
185
|
+
mobile: {
|
|
186
|
+
action: string;
|
|
187
|
+
value: {
|
|
188
|
+
androidId: string;
|
|
189
|
+
iosId: string;
|
|
190
|
+
native: string;
|
|
191
|
+
universal: string;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
176
194
|
switchNetworkOnlyFromWallet: {
|
|
177
195
|
action: string;
|
|
178
196
|
value: boolean;
|