vite-plugin-zip-file 3.1.1 → 3.1.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.
Files changed (2) hide show
  1. package/README.md +5 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,6 +32,7 @@ npm install vite-plugin-zip-file --save-dev
32
32
  | deleteFolder | Boolean | false | false | Whether to delete source files after compression is completed |
33
33
  | withoutMainFolder | Boolean | false | false | The compressed file whether removes the outermost main folder. |
34
34
 
35
+ <br />
35
36
 
36
37
  # Options(中文)
37
38
 
@@ -40,8 +41,8 @@ npm install vite-plugin-zip-file --save-dev
40
41
  <tr>
41
42
  <th>参数</th>
42
43
  <th>类型</th>
43
- <th width="60">必填</th>
44
- <th width="80">默认值</th>
44
+ <th width="75">必填</th>
45
+ <th width="95">默认值</th>
45
46
  <th>说明</th>
46
47
  </tr>
47
48
  </thead>
@@ -89,15 +90,9 @@ npm install vite-plugin-zip-file --save-dev
89
90
  <td>压缩后的文件是否去掉最外层文件夹</td>
90
91
  </tr>
91
92
  </tbody>
92
- </table> |
93
-
94
-
95
-
96
-
97
-
98
-
99
-
93
+ </table>
100
94
 
95
+ <br />
101
96
 
102
97
  # Usage
103
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-plugin-zip-file",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "zip files at build time.",
5
5
  "type": "module",
6
6
  "main": "lib/index.cjs",