@web/rollup-plugin-html 0.0.0-canary-20231122093600 → 0.0.0-canary-20240105091725
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@web/rollup-plugin-html",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20240105091725",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"demo:mpa": "rm -rf demo/dist && rollup -c demo/mpa/rollup.config.js --watch & npm run serve-demo",
|
|
30
30
|
"demo:spa": "rm -rf demo/dist && rollup -c demo/spa/rollup.config.js --watch & npm run serve-demo",
|
|
31
31
|
"serve-demo": "node ../dev-server/dist/bin.js --watch --root-dir demo/dist --app-index index.html --compatibility none --open",
|
|
32
|
-
"test": "mocha test/**/*.test.ts --require ts-node/register",
|
|
32
|
+
"test:node": "mocha test/**/*.test.ts --require ts-node/register --reporter dot",
|
|
33
33
|
"test:watch": "mocha test/**/*.test.ts --require ts-node/register --watch --watch-files src,test"
|
|
34
34
|
},
|
|
35
35
|
"files": [
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"html"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@web/parse5-utils": "0.0.0-canary-
|
|
48
|
+
"@web/parse5-utils": "0.0.0-canary-20240105091725",
|
|
49
49
|
"glob": "^10.0.0",
|
|
50
50
|
"html-minifier-terser": "^7.1.0",
|
|
51
51
|
"parse5": "^6.0.1"
|