@ututrust/web-components 2.3.0-alpha.6 → 2.3.0-alpha.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/README.md +1 -2
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -250,7 +250,7 @@ $ npm install
|
|
|
250
250
|
Start watch mode with preview in a browser
|
|
251
251
|
|
|
252
252
|
```bash
|
|
253
|
-
$ npm
|
|
253
|
+
$ npm start
|
|
254
254
|
```
|
|
255
255
|
|
|
256
256
|
Production build
|
|
@@ -282,4 +282,3 @@ This will generate a ```.tgz``` file at the directory’s root with a structure
|
|
|
282
282
|
```bash
|
|
283
283
|
$ npm install <path to the package>/utu-web-components-1.0.0.tgz
|
|
284
284
|
```
|
|
285
|
-
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ututrust/web-components",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.3.0-alpha.
|
|
4
|
+
"version": "2.3.0-alpha.8",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@preact/preset-vite": "^2.8.2",
|
|
28
28
|
"@rollup/plugin-terser": "^0.4.0",
|
|
29
29
|
"@unlock-protocol/contracts": "^0.0.22",
|
|
30
|
-
"@unlock-protocol/networks": "^0.0.
|
|
30
|
+
"@unlock-protocol/networks": "^0.0.20",
|
|
31
31
|
"@unlock-protocol/paywall": "^0.6.8",
|
|
32
32
|
"axios": "^1.3.4",
|
|
33
33
|
"browserify-zlib": "^0.2.0",
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"tus-js-client": "^2.3.0",
|
|
56
56
|
"tus-node-server": "^0.9.0",
|
|
57
57
|
"util": "^0.12.5",
|
|
58
|
-
"vite": "^
|
|
59
|
-
"vite-plugin-dts": "^
|
|
60
|
-
"vite-plugin-node-polyfills": "^0.
|
|
58
|
+
"vite": "^4.3.2",
|
|
59
|
+
"vite-plugin-dts": "^3.8.1",
|
|
60
|
+
"vite-plugin-node-polyfills": "^0.21.0",
|
|
61
61
|
"wagmi": "^0.12.0",
|
|
62
62
|
"web3modal": "^1.4.0"
|
|
63
63
|
},
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"@typescript-eslint/parser": "^5.54.0",
|
|
87
87
|
"autoprefixer": "^10.4.13",
|
|
88
88
|
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
|
|
89
|
-
"browser-sync": "^
|
|
89
|
+
"browser-sync": "^2.26.14",
|
|
90
90
|
"buffer": "^6.0.3",
|
|
91
91
|
"del": "^6.0.0",
|
|
92
92
|
"dotenv": "^16.0.3",
|
|
@@ -98,14 +98,14 @@
|
|
|
98
98
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
99
99
|
"eslint-plugin-react": "^7.22.0",
|
|
100
100
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
101
|
-
"gulp": "^
|
|
101
|
+
"gulp": "^4.0.2",
|
|
102
102
|
"gulp-terser": "^2.0.1",
|
|
103
103
|
"jest": "^29.4.3",
|
|
104
104
|
"postcss": "^8.3.5",
|
|
105
105
|
"prettier": "^2.2.1",
|
|
106
106
|
"process": "^0.11.10",
|
|
107
107
|
"rollup": "^3.18.0",
|
|
108
|
-
"rollup-plugin-filesize": "^
|
|
108
|
+
"rollup-plugin-filesize": "^9.1.0",
|
|
109
109
|
"rollup-plugin-postcss": "^4.0.0",
|
|
110
110
|
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
111
111
|
"rollup-plugin-typescript-paths": "^1.5.0",
|