filecat 1.0.26 → 1.0.27
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 +1 -1
- package/build/dist/181.bundle.js +1 -1
- package/build/dist/502.bundle.js +1 -1
- package/build/dist/674.bundle.js +1 -1
- package/build/dist/874.bundle.js +2 -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/dist/bundle.js.LICENSE.txt +2 -2
- package/build/main.js +2 -2
- package/build/main.js.LICENSE.txt +2 -0
- package/package.json +2 -1
- package/build/dist/47.bundle.js +0 -2
- /package/build/dist/{47.bundle.js.LICENSE.txt → 874.bundle.js.LICENSE.txt} +0 -0
|
@@ -353,6 +353,8 @@ See the Apache Version 2.0 License for specific language governing permissions
|
|
|
353
353
|
and limitations under the License.
|
|
354
354
|
***************************************************************************** */
|
|
355
355
|
|
|
356
|
+
/*! chokidar - MIT License (c) 2012 Paul Miller (paulmillr.com) */
|
|
357
|
+
|
|
356
358
|
/*! crc32.js (C) 2014-present SheetJS -- http://sheetjs.com */
|
|
357
359
|
|
|
358
360
|
/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "filecat",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.27",
|
|
4
4
|
"description": "filecat 文件管理器",
|
|
5
5
|
"author": "xiaobaidadada",
|
|
6
6
|
"scripts": {
|
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
"axios": "^1.7.7",
|
|
95
95
|
"babel-loader": "^9.1.3",
|
|
96
96
|
"chart.js": "^4.4.2",
|
|
97
|
+
"chokidar": "^4.0.3",
|
|
97
98
|
"copy-webpack-plugin": "^12.0.2",
|
|
98
99
|
"css-loader": "^6.10.0",
|
|
99
100
|
"fluent-ffmpeg": "^2.1.3",
|