filecat 5.8.3 → 5.8.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 +10 -11
- package/build/dist/{523.25e937d9e30710306164.js → 523.e95d61e0bb1902f5d632.js} +2 -2
- package/build/dist/{681.b1575941c179ec7648d0.js → 681.f9daa1a54204f8834732.js} +2 -2
- package/build/dist/{859.81bbcfe75f599a24775f.js → 859.7311e27563385e7ee135.js} +2 -2
- package/build/dist/{859.81bbcfe75f599a24775f.js.LICENSE.txt → 859.7311e27563385e7ee135.js.LICENSE.txt} +1 -1
- package/build/dist/{943.2705a94ae835b6354579.js → 943.1850f45b6755afac6955.js} +2 -2
- package/build/dist/index.html +1 -1
- package/build/dist/{main.ccc4cc59ff4a1a16af43.js → main.eace8fa31f56e6fefbc0.js} +2 -2
- package/build/main.js +1 -1
- package/package.json +1 -3
- /package/build/dist/{523.25e937d9e30710306164.js.LICENSE.txt → 523.e95d61e0bb1902f5d632.js.LICENSE.txt} +0 -0
- /package/build/dist/{681.b1575941c179ec7648d0.js.LICENSE.txt → 681.f9daa1a54204f8834732.js.LICENSE.txt} +0 -0
- /package/build/dist/{943.2705a94ae835b6354579.js.LICENSE.txt → 943.1850f45b6755afac6955.js.LICENSE.txt} +0 -0
- /package/build/dist/{main.ccc4cc59ff4a1a16af43.js.LICENSE.txt → main.eace8fa31f56e6fefbc0.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "filecat",
|
|
3
|
-
"version": "5.8.
|
|
3
|
+
"version": "5.8.5",
|
|
4
4
|
"description": "FileCat Server Manager",
|
|
5
5
|
"author": "xiaobaidadada",
|
|
6
6
|
"scripts": {
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"server-dev": "node --require ts-node/register ./src/main/server.ts --env ./env",
|
|
12
12
|
"webpack-dev": "npx webpack serve --mode development --config shell/config/webpack.web.config.js",
|
|
13
13
|
"generate-proto": "node --require ts-node/register ./src/common/proto/proto.generate.ts",
|
|
14
|
-
"hot-server-dev": "node --require ts-node/register ./src/main/piping.main.ts ",
|
|
15
14
|
"webpack-build": "npx webpack --config shell/config/webpack.web.config.js",
|
|
16
15
|
"i-dev": "npm i --omit=dev",
|
|
17
16
|
"build": "npm run npm-build",
|
|
@@ -133,7 +132,6 @@
|
|
|
133
132
|
"node-unrar-js": "^2.0.2",
|
|
134
133
|
"normalize.css": "^8.0.1",
|
|
135
134
|
"noty": "^3.2.0-beta-deprecated",
|
|
136
|
-
"piping": "^1.0.0-rc.4",
|
|
137
135
|
"protobufjs-cli": "^1.1.3",
|
|
138
136
|
"pty-shell": "^1.1.0",
|
|
139
137
|
"react": "^18.3.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|