filecat 1.0.19 → 1.0.23
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 +2 -1
- package/build/dist/181.bundle.js +1 -1
- package/build/dist/34.bundle.js +1 -1
- package/build/dist/421.bundle.js +2 -1
- package/build/dist/47.bundle.js +2 -0
- package/build/dist/502.bundle.js +2 -0
- package/build/dist/502.bundle.js.LICENSE.txt +1 -0
- package/build/dist/623.bundle.js +1 -1
- package/build/dist/665.bundle.js +1 -1
- package/build/dist/674.bundle.js +1 -1
- package/build/dist/734.bundle.js +1 -1
- package/build/dist/811.bundle.js +1 -1
- package/build/dist/854.bundle.js +2 -0
- package/build/dist/854.bundle.js.LICENSE.txt +12 -0
- 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 +2 -2
- package/package.json +6 -4
- package/build/dist/470.bundle.js +0 -2
- package/build/dist/802.bundle.js +0 -2
- package/build/dist/826.bundle.js +0 -1
- /package/build/dist/{802.bundle.js.LICENSE.txt → 421.bundle.js.LICENSE.txt} +0 -0
- /package/build/dist/{470.bundle.js.LICENSE.txt → 47.bundle.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "filecat",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.23",
|
|
4
4
|
"description": "filecat 文件管理器",
|
|
5
5
|
"author": "xiaobaidadada",
|
|
6
6
|
"scripts": {
|
|
@@ -45,6 +45,8 @@
|
|
|
45
45
|
"远程桌面",
|
|
46
46
|
"浏览器代理",
|
|
47
47
|
"简洁",
|
|
48
|
+
"日志",
|
|
49
|
+
"log",
|
|
48
50
|
"filebrowser",
|
|
49
51
|
"administrator",
|
|
50
52
|
"filemanager",
|
|
@@ -85,8 +87,9 @@
|
|
|
85
87
|
"@excalidraw/excalidraw": "^0.17.6",
|
|
86
88
|
"@koa/cors": "^5.0.0",
|
|
87
89
|
"@xiaobaidadada/prebuild": "^13.0.1-7",
|
|
88
|
-
"@xterm/addon-fit": "^0.
|
|
89
|
-
"@xterm/
|
|
90
|
+
"@xterm/addon-fit": "^0.11.0-beta.70",
|
|
91
|
+
"@xterm/addon-search": "^0.16.0-beta.70",
|
|
92
|
+
"@xterm/xterm": "^5.6.0-beta.70",
|
|
90
93
|
"ace-builds": "^1.32.9",
|
|
91
94
|
"archiver": "^7.0.1",
|
|
92
95
|
"axios": "^1.7.7",
|
|
@@ -122,7 +125,6 @@
|
|
|
122
125
|
"pkg": "^5.8.1",
|
|
123
126
|
"protobufjs-cli": "^1.1.3",
|
|
124
127
|
"react": "^18.3.1",
|
|
125
|
-
"react-ace": "^12.0.0",
|
|
126
128
|
"react-dom": "^18.3.1",
|
|
127
129
|
"react-i18next": "^15.0.0",
|
|
128
130
|
"react-router-dom": "^6.26.2",
|