@dynamic-labs/multi-wallet 0.18.2 → 0.18.4
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 +11 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
|
|
2
|
+
### [0.18.4](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.2...v0.18.4) (2023-08-17)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* always init magic connectors when enabled ([#3018](https://github.com/dynamic-labs/DynamicAuth/issues/3018)) ([e6bb091](https://github.com/dynamic-labs/DynamicAuth/commit/e6bb091d2b5b58242ecd9268496a69e92f840773)), closes [#3014](https://github.com/dynamic-labs/DynamicAuth/issues/3014)
|
|
8
|
+
* guard against null or undefined provider value when logging in w… ([#3027](https://github.com/dynamic-labs/DynamicAuth/issues/3027)) ([7354d5f](https://github.com/dynamic-labs/DynamicAuth/commit/7354d5f1a68603143ddd10d0b2ddb5283ec29ff1)), closes [#3021](https://github.com/dynamic-labs/DynamicAuth/issues/3021)
|
|
9
|
+
* issue where walletconnectors are instantiated without walletbook ([#3020](https://github.com/dynamic-labs/DynamicAuth/issues/3020)) ([#3032](https://github.com/dynamic-labs/DynamicAuth/issues/3032)) ([4452165](https://github.com/dynamic-labs/DynamicAuth/commit/4452165962856ba3ef0dc7aa6b41101fb8c48ad7))
|
|
10
|
+
* only use the production api environment of magicLink ([#3023](https://github.com/dynamic-labs/DynamicAuth/issues/3023)) ([767a1a5](https://github.com/dynamic-labs/DynamicAuth/commit/767a1a59074e992c446632a399f1b45bb0b759a0))
|
|
11
|
+
* switching network in connected state should update wallets to connect list ([#3029](https://github.com/dynamic-labs/DynamicAuth/issues/3029)) ([f07c993](https://github.com/dynamic-labs/DynamicAuth/commit/f07c993792824ce1b1390e38c2bcdb27b5d6ab73))
|
|
12
|
+
|
|
2
13
|
### [0.18.2](https://github.com/dynamic-labs/DynamicAuth/compare/v0.18.1...v0.18.2) (2023-08-15)
|
|
3
14
|
|
|
4
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/multi-wallet",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.4",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/dynamic-labs/DynamicAuth.git",
|
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"@dynamic-labs/sdk-api": "0.0.260",
|
|
11
11
|
"ethers": "5.7.2",
|
|
12
12
|
"tslib": "2.4.1",
|
|
13
|
-
"@dynamic-labs/rpc-providers": "0.18.
|
|
14
|
-
"@dynamic-labs/types": "0.18.
|
|
15
|
-
"@dynamic-labs/utils": "0.18.
|
|
16
|
-
"@dynamic-labs/wallet-book": "0.18.
|
|
17
|
-
"@dynamic-labs/wallet-connector-core": "0.18.
|
|
13
|
+
"@dynamic-labs/rpc-providers": "0.18.4",
|
|
14
|
+
"@dynamic-labs/types": "0.18.4",
|
|
15
|
+
"@dynamic-labs/utils": "0.18.4",
|
|
16
|
+
"@dynamic-labs/wallet-book": "0.18.4",
|
|
17
|
+
"@dynamic-labs/wallet-connector-core": "0.18.4"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@walletconnect/types": "2.4.2"
|