@dynamic-labs/multi-wallet 0.15.7 → 0.15.8
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 +12 -0
- package/package.json +3 -3
- package/src/data/wallet-connect-wallets.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
|
|
2
|
+
### [0.15.8](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.7...v0.15.8) (2023-03-17)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* add modal backdrop css variables ([8d7d52b](https://github.com/dynamic-labs/DynamicAuth/commit/8d7d52bbfab6820f7020f238fb30b5fa1cd3b136))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* coolwallet icon id ([ee1df9c](https://github.com/dynamic-labs/DynamicAuth/commit/ee1df9c37016e38c3ad1b61d6ff3ef6901105fb6))
|
|
13
|
+
|
|
2
14
|
### [0.15.7](https://github.com/dynamic-labs/DynamicAuth/compare/v0.15.6...v0.15.7) (2023-03-16)
|
|
3
15
|
|
|
4
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/multi-wallet",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.8",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/dynamic-labs/DynamicAuth.git",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"magic-sdk": "13.4.0",
|
|
24
24
|
"starknet": "3.19.0",
|
|
25
25
|
"tslib": "2.4.1",
|
|
26
|
-
"@dynamic-labs/logger": "0.15.
|
|
27
|
-
"@dynamic-labs/wallet-connector-core": "0.15.
|
|
26
|
+
"@dynamic-labs/logger": "0.15.8",
|
|
27
|
+
"@dynamic-labs/wallet-connector-core": "0.15.8"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@walletconnect/types": "^2.2.1"
|
|
@@ -1095,11 +1095,11 @@
|
|
|
1095
1095
|
"versions": ["1", "2"],
|
|
1096
1096
|
"sdks": ["sign_v1", "sign_v2"],
|
|
1097
1097
|
"app_type": "wallet",
|
|
1098
|
-
"image_id": "
|
|
1098
|
+
"image_id": "f581365d-e844-4d21-8e35-44a755a32d00",
|
|
1099
1099
|
"image_url": {
|
|
1100
|
-
"sm": "https://registry.walletconnect.org/v2/logo/sm/
|
|
1101
|
-
"md": "https://registry.walletconnect.org/v2/logo/md/
|
|
1102
|
-
"lg": "https://registry.walletconnect.org/v2/logo/lg/
|
|
1100
|
+
"sm": "https://registry.walletconnect.org/v2/logo/sm/f581365d-e844-4d21-8e35-44a755a32d00",
|
|
1101
|
+
"md": "https://registry.walletconnect.org/v2/logo/md/f581365d-e844-4d21-8e35-44a755a32d00",
|
|
1102
|
+
"lg": "https://registry.walletconnect.org/v2/logo/lg/f581365d-e844-4d21-8e35-44a755a32d00"
|
|
1103
1103
|
},
|
|
1104
1104
|
"app": {
|
|
1105
1105
|
"browser": null,
|