@dynamic-labs/wallet-book 1.1.0-alpha.4 → 1.1.0-alpha.6
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 +21 -0
- package/package.json +2 -2
- package/wallet-book-fallbacks.cjs +1 -5
- package/wallet-book-fallbacks.js +1 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,25 @@
|
|
|
1
1
|
|
|
2
|
+
## [1.1.0-alpha.6](https://github.com/dynamic-labs/DynamicAuth/compare/v1.1.0-alpha.5...v1.1.0-alpha.6) (2023-12-27)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add multi-wallet-prompts-widget ([#4166](https://github.com/dynamic-labs/DynamicAuth/issues/4166)) ([151e3d2](https://github.com/dynamic-labs/DynamicAuth/commit/151e3d2e7bebbf18448e4af8eecbf660f713cd3d))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* coinbase solana signMessage ([#4254](https://github.com/dynamic-labs/DynamicAuth/issues/4254)) ([f0300a9](https://github.com/dynamic-labs/DynamicAuth/commit/f0300a93ed6c9ba9dfab613820d8cedbe72abb87))
|
|
13
|
+
* make useConnectWithEmailOtp work cross views ([#4252](https://github.com/dynamic-labs/DynamicAuth/issues/4252)) ([a097119](https://github.com/dynamic-labs/DynamicAuth/commit/a097119556c38a22f338a783f79d512b99203cf5))
|
|
14
|
+
|
|
15
|
+
## [1.1.0-alpha.5](https://github.com/dynamic-labs/DynamicAuth/compare/v1.1.0-alpha.4...v1.1.0-alpha.5) (2023-12-21)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* add support for xverse wallet ([#4245](https://github.com/dynamic-labs/DynamicAuth/issues/4245)) ([7b68546](https://github.com/dynamic-labs/DynamicAuth/commit/7b6854684412007bcb33896555900936395176df))
|
|
21
|
+
* **gvty-526:** add embedded reveal ([#4233](https://github.com/dynamic-labs/DynamicAuth/issues/4233)) ([c2d0f90](https://github.com/dynamic-labs/DynamicAuth/commit/c2d0f903f4a4646f86c71834540fd49d51a4a7ae))
|
|
22
|
+
|
|
2
23
|
## [1.1.0-alpha.4](https://github.com/dynamic-labs/DynamicAuth/compare/v1.1.0-alpha.3...v1.1.0-alpha.4) (2023-12-21)
|
|
3
24
|
|
|
4
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/wallet-book",
|
|
3
|
-
"version": "1.1.0-alpha.
|
|
3
|
+
"version": "1.1.0-alpha.6",
|
|
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.22.4",
|
|
29
|
-
"@dynamic-labs/logger": "1.1.0-alpha.
|
|
29
|
+
"@dynamic-labs/logger": "1.1.0-alpha.6"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": "^17.0.2 || ^18.0.0",
|
|
@@ -99,10 +99,6 @@ var wallets = {
|
|
|
99
99
|
flag: "isExodus",
|
|
100
100
|
value: false
|
|
101
101
|
},
|
|
102
|
-
{
|
|
103
|
-
flag: "isPhantom",
|
|
104
|
-
value: false
|
|
105
|
-
},
|
|
106
102
|
{
|
|
107
103
|
flag: "isZerion",
|
|
108
104
|
value: false
|
|
@@ -163,7 +159,7 @@ var wallets = {
|
|
|
163
159
|
chromeId: "hnfanknocfeofbddgcijnmhnfnkdnaad"
|
|
164
160
|
},
|
|
165
161
|
eip6963Config: {
|
|
166
|
-
rdns: "com.coinbase"
|
|
162
|
+
rdns: "com.coinbase.wallet"
|
|
167
163
|
},
|
|
168
164
|
group: "coinbase",
|
|
169
165
|
injectedConfig: [
|
package/wallet-book-fallbacks.js
CHANGED
|
@@ -95,10 +95,6 @@ var wallets = {
|
|
|
95
95
|
flag: "isExodus",
|
|
96
96
|
value: false
|
|
97
97
|
},
|
|
98
|
-
{
|
|
99
|
-
flag: "isPhantom",
|
|
100
|
-
value: false
|
|
101
|
-
},
|
|
102
98
|
{
|
|
103
99
|
flag: "isZerion",
|
|
104
100
|
value: false
|
|
@@ -159,7 +155,7 @@ var wallets = {
|
|
|
159
155
|
chromeId: "hnfanknocfeofbddgcijnmhnfnkdnaad"
|
|
160
156
|
},
|
|
161
157
|
eip6963Config: {
|
|
162
|
-
rdns: "com.coinbase"
|
|
158
|
+
rdns: "com.coinbase.wallet"
|
|
163
159
|
},
|
|
164
160
|
group: "coinbase",
|
|
165
161
|
injectedConfig: [
|