@minto-ai/tools 1.0.50 → 1.0.51
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/dist/file/extends/enum.d.ts +1 -0
- package/dist/index.js +2 -1
- package/package.json +2 -3
package/dist/index.js
CHANGED
|
@@ -13205,7 +13205,8 @@ var FileSuffixEnum = {
|
|
|
13205
13205
|
WAV: "wav",
|
|
13206
13206
|
TXT: "txt",
|
|
13207
13207
|
ZIP: "zip",
|
|
13208
|
-
RAR: "rar"
|
|
13208
|
+
RAR: "rar",
|
|
13209
|
+
HTML: "html"
|
|
13209
13210
|
};
|
|
13210
13211
|
var ImageFileSuffixEnum = {
|
|
13211
13212
|
JPG: FileSuffixEnum.JPG,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minto-ai/tools",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.51",
|
|
5
5
|
"description": "明途公共工具库",
|
|
6
6
|
"author": "hcc",
|
|
7
7
|
"license": "ISC",
|
|
@@ -18,8 +18,7 @@
|
|
|
18
18
|
"dist"
|
|
19
19
|
],
|
|
20
20
|
"scripts": {
|
|
21
|
-
"build": "vite build"
|
|
22
|
-
"up": "gulp --gulpfile ../../gulpfile.cjs --cwd ./"
|
|
21
|
+
"build": "vite build"
|
|
23
22
|
},
|
|
24
23
|
"dependencies": {
|
|
25
24
|
"axios": "^1.7.9",
|