@dynamic-labs/wallet-book 0.17.4 → 0.17.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 +16 -0
- package/package.json +2 -2
- package/wallet-book.cjs +0 -26
- package/wallet-book.js +0 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
### [0.17.6](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.5...v0.17.6) (2023-06-16)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* handle email only without primary wallet state ([#2342](https://github.com/dynamic-labs/DynamicAuth/issues/2342)) ([#2362](https://github.com/dynamic-labs/DynamicAuth/issues/2362)) ([2754f22](https://github.com/dynamic-labs/DynamicAuth/commit/2754f22b1aa733d4b9695e2de7f44c56e3dd23c2))
|
|
8
|
+
|
|
9
|
+
### [0.17.5](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.4...v0.17.5) (2023-06-15)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* don't remove project settings from ls if there's a connected wallet ([#2335](https://github.com/dynamic-labs/DynamicAuth/issues/2335)) ([a4d3f0e](https://github.com/dynamic-labs/DynamicAuth/commit/a4d3f0ef8667d0a67d489b05a7a46e5b401ed1a6))
|
|
15
|
+
* setting initial view when error in auth flow ([#2346](https://github.com/dynamic-labs/DynamicAuth/issues/2346)) ([35e0e47](https://github.com/dynamic-labs/DynamicAuth/commit/35e0e47a649f3a88f12126f539ec12167ce27486))
|
|
16
|
+
* **widget:** add fallback icon when oauth provider does not exist ([#2351](https://github.com/dynamic-labs/DynamicAuth/issues/2351)) ([af9f64f](https://github.com/dynamic-labs/DynamicAuth/commit/af9f64f4f4a287fff666109e19d969b351016b62)), closes [#2349](https://github.com/dynamic-labs/DynamicAuth/issues/2349)
|
|
17
|
+
|
|
2
18
|
### [0.17.4](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.3...v0.17.4) (2023-06-14)
|
|
3
19
|
|
|
4
20
|
### [0.17.3](https://github.com/dynamic-labs/DynamicAuth/compare/v0.17.2...v0.17.3) (2023-06-14)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/wallet-book",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.6",
|
|
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.
|
|
32
|
+
"@dynamic-labs/logger": "0.17.6"
|
|
33
33
|
}
|
|
34
34
|
}
|
package/wallet-book.cjs
CHANGED
|
@@ -3030,32 +3030,6 @@ var wallets = {
|
|
|
3030
3030
|
]
|
|
3031
3031
|
}
|
|
3032
3032
|
},
|
|
3033
|
-
metamaskmobiledev: {
|
|
3034
|
-
brand: {
|
|
3035
|
-
alt: "MetaMaskMobileDEV Wallet",
|
|
3036
|
-
imageId: "cc7f87b2-4419-480a-fb39-c8364ece4600"
|
|
3037
|
-
},
|
|
3038
|
-
chains: [
|
|
3039
|
-
"eip155:1"
|
|
3040
|
-
],
|
|
3041
|
-
desktop: {
|
|
3042
|
-
universal: "https://metamask.app.link/"
|
|
3043
|
-
},
|
|
3044
|
-
mobile: {
|
|
3045
|
-
android: "https://metamask.app.link/bxwkE8oF99",
|
|
3046
|
-
ios: "https://metamask.app.link/skAH3BaF99",
|
|
3047
|
-
native: "metamask://wc",
|
|
3048
|
-
universal: "https://metamask.app.link/wc"
|
|
3049
|
-
},
|
|
3050
|
-
name: "MetaMask Mobile Development",
|
|
3051
|
-
shortName: "MetaMaskMobileDEV",
|
|
3052
|
-
walletConnect: {
|
|
3053
|
-
sdks: [
|
|
3054
|
-
"sign_v1",
|
|
3055
|
-
"sign_v2"
|
|
3056
|
-
]
|
|
3057
|
-
}
|
|
3058
|
-
},
|
|
3059
3033
|
sender: {
|
|
3060
3034
|
brand: {
|
|
3061
3035
|
alt: "Sender Wallet",
|
package/wallet-book.js
CHANGED
|
@@ -3026,32 +3026,6 @@ var wallets = {
|
|
|
3026
3026
|
]
|
|
3027
3027
|
}
|
|
3028
3028
|
},
|
|
3029
|
-
metamaskmobiledev: {
|
|
3030
|
-
brand: {
|
|
3031
|
-
alt: "MetaMaskMobileDEV Wallet",
|
|
3032
|
-
imageId: "cc7f87b2-4419-480a-fb39-c8364ece4600"
|
|
3033
|
-
},
|
|
3034
|
-
chains: [
|
|
3035
|
-
"eip155:1"
|
|
3036
|
-
],
|
|
3037
|
-
desktop: {
|
|
3038
|
-
universal: "https://metamask.app.link/"
|
|
3039
|
-
},
|
|
3040
|
-
mobile: {
|
|
3041
|
-
android: "https://metamask.app.link/bxwkE8oF99",
|
|
3042
|
-
ios: "https://metamask.app.link/skAH3BaF99",
|
|
3043
|
-
native: "metamask://wc",
|
|
3044
|
-
universal: "https://metamask.app.link/wc"
|
|
3045
|
-
},
|
|
3046
|
-
name: "MetaMask Mobile Development",
|
|
3047
|
-
shortName: "MetaMaskMobileDEV",
|
|
3048
|
-
walletConnect: {
|
|
3049
|
-
sdks: [
|
|
3050
|
-
"sign_v1",
|
|
3051
|
-
"sign_v2"
|
|
3052
|
-
]
|
|
3053
|
-
}
|
|
3054
|
-
},
|
|
3055
3029
|
sender: {
|
|
3056
3030
|
brand: {
|
|
3057
3031
|
alt: "Sender Wallet",
|