vite-plugin-singlefile-compression 2.3.2 → 2.3.3

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 CHANGED
@@ -156,7 +156,7 @@ vite v8.0.8 building client environment for production...
156
156
  ✓ 43 modules transformed.
157
157
  rendering chunks (1)...
158
158
 
159
- vite-plugin-singlefile-compression 2.3.2 deflate-raw base128-ascii
159
+ vite-plugin-singlefile-compression 2.3.3 deflate-raw base128-ascii
160
160
 
161
161
  file:///D:/code/js/vite-plugin-singlefile-compression/test/dist/index.html
162
162
  125.847 kB -> 51.312 kB
@@ -166,7 +166,7 @@ Finish.
166
166
  computing gzip size...
167
167
  dist/index.html 51.31 kB │ gzip: 44.73 kB
168
168
 
169
- ✓ built in 288ms
169
+ ✓ built in 285ms
170
170
  ```
171
171
 
172
172
  ## Clone
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import zlib from "zlib";
9
9
  import svgToTinyDataUri from "mini-svg-data-uri";
10
10
  import { lookup } from "mrmime";
11
11
  //#region package.json
12
- var version = "2.3.2";
12
+ var version = "2.3.3";
13
13
  //#endregion
14
14
  //#region src/compress.ts
15
15
  const compressors = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-singlefile-compression",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "author": "bddjr",
5
5
  "license": "MIT",
6
6
  "description": "Compress all assets and embeds them into dist/index.html, making it convenient to share as a single HTML file.",
@@ -14,6 +14,7 @@
14
14
  "build": "tsc && node build.js && tsc _dist/templateRaw.ts --ignoreConfig --noEmit && cd test && node --run build",
15
15
  "prepublishOnly": "node --run build"
16
16
  },
17
+ "homepage": "https://bddjr.github.io/vite-plugin-singlefile-compression/",
17
18
  "repository": {
18
19
  "type": "git",
19
20
  "url": "git+https://github.com/bddjr/vite-plugin-singlefile-compression.git"
@@ -89,7 +90,7 @@
89
90
  },
90
91
  "dependencies": {
91
92
  "@types/html-minifier-terser": ">=7.0.2",
92
- "base128-ascii": ">=3.1.1",
93
+ "base128-ascii": ">=4.0.1",
93
94
  "html-minifier-terser": ">=7.2.0",
94
95
  "jsdom": ">=29.0.2",
95
96
  "mini-svg-data-uri": ">=1.4.4",
@@ -97,6 +98,7 @@
97
98
  "picocolors": ">=1.1.1"
98
99
  },
99
100
  "devDependencies": {
101
+ "@bddjr/types-rollupoptions-4.43.0": "4.43.0",
100
102
  "@types/jsdom": ">=28.0.1",
101
103
  "@types/node": "^24.12.2",
102
104
  "rolldown": ">=1.0.0-rc.15",