vite-plugin-singlefile-compression 2.0.0 → 2.0.2
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 -1
- package/dist/template/assets.js +1 -1
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -109,7 +109,7 @@ vite v6.0.11 building for production...
|
|
|
109
109
|
✓ 45 modules transformed.
|
|
110
110
|
rendering chunks (1)...
|
|
111
111
|
|
|
112
|
-
vite-plugin-singlefile-compression 2.0.
|
|
112
|
+
vite-plugin-singlefile-compression 2.0.1 building...
|
|
113
113
|
|
|
114
114
|
file:///D:/bddjr/Desktop/code/js/vite-plugin-singlefile-compression/test/dist/index.html
|
|
115
115
|
101.6 KiB -> 46.39 KiB
|
package/dist/template/assets.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{let e={"":""};for(let o in e)
|
|
1
|
+
{let e={"":""};for(let o in e)for(let s of document.querySelectorAll(`[src="data:${o}"]`))s.src=e[o]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vite-plugin-singlefile-compression",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -36,20 +36,20 @@
|
|
|
36
36
|
"css"
|
|
37
37
|
],
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"base128-ascii": "
|
|
40
|
-
"html-minifier-terser": "
|
|
41
|
-
"jsdom": "
|
|
42
|
-
"mime": "
|
|
43
|
-
"mini-svg-data-uri": "
|
|
44
|
-
"picocolors": "
|
|
45
|
-
"rimraf": "
|
|
46
|
-
"vite": "
|
|
47
|
-
"@types/html-minifier-terser": "
|
|
48
|
-
"@types/node": "
|
|
49
|
-
"@types/jsdom": "
|
|
39
|
+
"base128-ascii": ">=2.1.0",
|
|
40
|
+
"html-minifier-terser": ">=7.2.0",
|
|
41
|
+
"jsdom": ">=26.0.0",
|
|
42
|
+
"mime": ">=4.0.4",
|
|
43
|
+
"mini-svg-data-uri": ">=1.4.4",
|
|
44
|
+
"picocolors": ">=1.1.1",
|
|
45
|
+
"rimraf": ">=6.0.1",
|
|
46
|
+
"vite": ">=6.0.13",
|
|
47
|
+
"@types/html-minifier-terser": ">=7.0.2",
|
|
48
|
+
"@types/node": ">=22.10.7",
|
|
49
|
+
"@types/jsdom": ">=21.1.7"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"esbuild": "
|
|
53
|
-
"typescript": "
|
|
52
|
+
"esbuild": ">=0.25.0",
|
|
53
|
+
"typescript": ">=5.7.2"
|
|
54
54
|
}
|
|
55
55
|
}
|