filecat 1.0.2 → 1.0.5
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 +6 -3
- package/build/dist/916.bundle.js +1 -1
- package/build/dist/943.bundle.js +1 -1
- package/build/dist/977.bundle.js +1 -1
- package/build/dist/bundle.js +1 -1
- package/build/main.js +1 -1
- package/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "filecat",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "filecat 文件管理器",
|
|
5
5
|
"author": "xiaobaidadada",
|
|
6
6
|
"scripts": {
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"generate-proto": "node --require ts-node/register ./src/common/proto/proto.generate.ts",
|
|
12
12
|
"hot-server-dev": "node --require ts-node/register ./src/main/piping.main.ts ",
|
|
13
13
|
"webpack-build": "npx webpack --config shell/config/webpack.config.js",
|
|
14
|
+
"i-dev": "npm i --omit=dev",
|
|
14
15
|
"build": "tsc && node shell/build.js",
|
|
15
16
|
"start": "node build/main.js",
|
|
16
17
|
"pkg-win-amd64": "npm run build && pkg . --targets node18-win-x64 --output filecat-win.exe",
|
|
@@ -23,7 +24,7 @@
|
|
|
23
24
|
]
|
|
24
25
|
},
|
|
25
26
|
"bin": {
|
|
26
|
-
"filecat": "shell/filecat
|
|
27
|
+
"filecat": "shell/filecat"
|
|
27
28
|
},
|
|
28
29
|
"keywords": [
|
|
29
30
|
"administrator",
|
|
@@ -67,6 +68,7 @@
|
|
|
67
68
|
"node-forge": "^1.3.1",
|
|
68
69
|
"node-process-watcher": "^1.0.2",
|
|
69
70
|
"node-unrar-js": "^2.0.2",
|
|
71
|
+
"protobufjs-cli": "^1.1.3",
|
|
70
72
|
"reflect-metadata": "^0.2.1",
|
|
71
73
|
"rimraf": "^5.0.5",
|
|
72
74
|
"routing-controllers": "^0.10.4",
|
|
@@ -78,6 +80,7 @@
|
|
|
78
80
|
"tar": "^7.4.3",
|
|
79
81
|
"tencentcloud-sdk-nodejs": "^4.0.858",
|
|
80
82
|
"tldts": "^6.1.20",
|
|
83
|
+
"tslib": "^2.6.3",
|
|
81
84
|
"typedi": "^0.10.0",
|
|
82
85
|
"unzipper": "^0.12.2",
|
|
83
86
|
"ws": "^8.16.0"
|
|
@@ -113,7 +116,6 @@
|
|
|
113
116
|
"noty": "^3.2.0-beta-deprecated",
|
|
114
117
|
"piping": "^1.0.0-rc.4",
|
|
115
118
|
"pkg": "^5.8.1",
|
|
116
|
-
"protobufjs-cli": "^1.1.3",
|
|
117
119
|
"react": "^18.3.1",
|
|
118
120
|
"react-ace": "^12.0.0",
|
|
119
121
|
"react-dom": "^18.3.1",
|
|
@@ -122,7 +124,7 @@
|
|
|
122
124
|
"recoil": "^0.7.7",
|
|
123
125
|
"style-loader": "^3.3.4",
|
|
124
126
|
"ts-node": "^10.9.2",
|
|
125
|
-
"typescript": "^5.
|
|
127
|
+
"typescript": "^5.6.3",
|
|
126
128
|
"video.js": "^8.17.2",
|
|
127
129
|
"videojs-hotkeys": "^0.2.28",
|
|
128
130
|
"webpack": "^5.91.0",
|