filecat 5.38.0 → 5.38.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "filecat",
3
- "version": "5.38.0",
3
+ "version": "5.38.2",
4
4
  "description": "FileCat Server Manager",
5
5
  "author": "xiaobaidadada",
6
6
  "scripts": {
@@ -21,9 +21,7 @@ module.exports = {
21
21
  rules: _node_rules
22
22
  },
23
23
  externalsPresets: { node: true },
24
- externals: [
25
- pkg_externals
26
- ],
24
+ externals: pkg_externals,
27
25
  // externals: [nodeExternals()], // 将所有的外部模块排除打包
28
26
  plugins:get_exe_plugins(),
29
27
  optimization: {