@web3auth/modal 10.0.0-beta.7 → 10.0.0-beta.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/dist/lib.cjs/packages/modal/src/config.js +1 -1
- package/dist/lib.cjs/packages/modal/src/modalManager.js +3 -1
- package/dist/lib.esm/packages/modal/src/config.js +1 -1
- package/dist/lib.esm/packages/modal/src/modalManager.js +3 -1
- package/dist/modal.umd.min.js +1 -1
- package/dist/modal.umd.min.js.LICENSE.txt +2 -2
- package/package.json +17 -17
|
@@ -62,9 +62,9 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
62
62
|
|
|
63
63
|
/**
|
|
64
64
|
* @license React
|
|
65
|
-
* react.production.js
|
|
65
|
+
* react.production.min.js
|
|
66
66
|
*
|
|
67
|
-
* Copyright (c)
|
|
67
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
68
68
|
*
|
|
69
69
|
* This source code is licensed under the MIT license found in the
|
|
70
70
|
* LICENSE file in the root directory of this source tree.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@web3auth/modal",
|
|
3
|
-
"version": "10.0.0-beta.
|
|
3
|
+
"version": "10.0.0-beta.8",
|
|
4
4
|
"description": "Multi chain wallet aggregator for web3Auth",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web3Auth/ui",
|
|
@@ -59,12 +59,12 @@
|
|
|
59
59
|
"@coinbase/wallet-sdk": "^4.3.x",
|
|
60
60
|
"@solana/web3.js": ">=1.98",
|
|
61
61
|
"@wagmi/core": ">=2.16",
|
|
62
|
-
"@wagmi/vue": ">=0.1
|
|
62
|
+
"@wagmi/vue": ">=0.1",
|
|
63
63
|
"react": ">=18",
|
|
64
64
|
"react-dom": ">=18",
|
|
65
|
-
"viem": "
|
|
65
|
+
"viem": ">=2.23",
|
|
66
66
|
"vue": "^3.x",
|
|
67
|
-
"wagmi": "
|
|
67
|
+
"wagmi": ">=2.14"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@babel/preset-react": "^7.26.3",
|
|
@@ -73,18 +73,18 @@
|
|
|
73
73
|
"@rollup/plugin-json": "^6.1.0",
|
|
74
74
|
"@rollup/plugin-replace": "^6.0.2",
|
|
75
75
|
"@rollup/plugin-url": "^8.0.2",
|
|
76
|
-
"@solana/web3.js": "^1.98.
|
|
76
|
+
"@solana/web3.js": "^1.98.2",
|
|
77
77
|
"@svgr/rollup": "^8.1.0",
|
|
78
78
|
"@svgr/webpack": "^8.1.0",
|
|
79
79
|
"@tanstack/react-query": "^5.74.4",
|
|
80
|
-
"@toruslabs/eslint-config-react": "^4.1.
|
|
81
|
-
"@toruslabs/eslint-config-vue": "^4.1.
|
|
80
|
+
"@toruslabs/eslint-config-react": "^4.1.4",
|
|
81
|
+
"@toruslabs/eslint-config-vue": "^4.1.5",
|
|
82
82
|
"@toruslabs/isomorphic-style-loader": "^5.4.0",
|
|
83
|
-
"@toruslabs/vue-components": "^8.0.
|
|
83
|
+
"@toruslabs/vue-components": "^8.0.7",
|
|
84
84
|
"@types/react": "^19.1.2",
|
|
85
85
|
"@types/react-dom": "^19.1.2",
|
|
86
|
-
"@wagmi/core": "^2.
|
|
87
|
-
"@wagmi/vue": "^0.1.
|
|
86
|
+
"@wagmi/core": "^2.17.0",
|
|
87
|
+
"@wagmi/vue": "^0.1.16",
|
|
88
88
|
"autoprefixer": "^10.4.21",
|
|
89
89
|
"css-loader": "^7.1.2",
|
|
90
90
|
"live-server": "^1.2.2",
|
|
@@ -97,23 +97,23 @@
|
|
|
97
97
|
"style-loader": "^4.0.0",
|
|
98
98
|
"tailwindcss": "^3.4.17",
|
|
99
99
|
"url-loader": "^4.1.1",
|
|
100
|
-
"viem": "^2.
|
|
100
|
+
"viem": "^2.23.2",
|
|
101
101
|
"vue": "^3.5.13",
|
|
102
|
-
"wagmi": "^2.14.
|
|
102
|
+
"wagmi": "^2.14.5"
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
105
|
"@hcaptcha/react-hcaptcha": "^1.12.0",
|
|
106
|
-
"@toruslabs/base-controllers": "^8.4.
|
|
106
|
+
"@toruslabs/base-controllers": "^8.4.3",
|
|
107
107
|
"@toruslabs/http-helpers": "^8.1.1",
|
|
108
108
|
"@web3auth/auth": "^10.4.0",
|
|
109
|
-
"@web3auth/no-modal": "^10.0.0-beta.
|
|
109
|
+
"@web3auth/no-modal": "^10.0.0-beta.8",
|
|
110
110
|
"bowser": "^2.11.0",
|
|
111
111
|
"classnames": "^2.5.1",
|
|
112
112
|
"clsx": "^2.1.1",
|
|
113
113
|
"copy-to-clipboard": "^3.3.3",
|
|
114
114
|
"deepmerge": "^4.3.1",
|
|
115
|
-
"i18next": "^25.0.
|
|
116
|
-
"react-i18next": "^15.
|
|
115
|
+
"i18next": "^25.0.1",
|
|
116
|
+
"react-i18next": "^15.5.1",
|
|
117
117
|
"react-qrcode-logo": "^3.0.0",
|
|
118
118
|
"tailwind-merge": "^3.2.0"
|
|
119
119
|
},
|
|
@@ -193,5 +193,5 @@
|
|
|
193
193
|
"type": "git",
|
|
194
194
|
"url": "git+https://github.com/Web3Auth/Web3Auth.git"
|
|
195
195
|
},
|
|
196
|
-
"gitHead": "
|
|
196
|
+
"gitHead": "5591281cbdd1d030680f6dcbe9241531215dc41f"
|
|
197
197
|
}
|