filecat 4.4.0 → 4.4.1

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.
Files changed (23) hide show
  1. package/build/dist/{523.6cb340cb89eb40cdcade.js → 523.73f879d631b09947c04f.js} +2 -2
  2. package/build/dist/859.f38e42e308fe8117d239.js +2 -0
  3. package/build/dist/{859.b7ddfa663ba2c84040a7.js.LICENSE.txt → 859.f38e42e308fe8117d239.js.LICENSE.txt} +1 -1
  4. package/build/dist/874.65c53193302161627183.js +2 -0
  5. package/build/dist/{943.11588b1aa955375943b4.js → 943.3a14189acbab12c0a31d.js} +2 -2
  6. package/build/dist/966.eef529a24d239e48bb10.js +2 -0
  7. package/build/dist/index.html +1 -1
  8. package/build/dist/main.69244bbd6c7ebf45bfc0.js +2 -0
  9. package/build/dist/{main.aa0cf31b47286cea66ac.js.LICENSE.txt → main.69244bbd6c7ebf45bfc0.js.LICENSE.txt} +3 -3
  10. package/build/main.js +25 -25
  11. package/package.json +1 -1
  12. package/shell/config/prebuild-file-path.js +17 -17
  13. package/shell/docker-build.sh +2 -2
  14. package/shell/filecat +1 -1
  15. package/shell/start/run.sh +2 -2
  16. package/build/dist/859.b7ddfa663ba2c84040a7.js +0 -2
  17. package/build/dist/874.bfbe455bc52590b560ff.js +0 -2
  18. package/build/dist/966.e7b4ef0f9436be08b495.js +0 -2
  19. package/build/dist/main.aa0cf31b47286cea66ac.js +0 -2
  20. /package/build/dist/{523.6cb340cb89eb40cdcade.js.LICENSE.txt → 523.73f879d631b09947c04f.js.LICENSE.txt} +0 -0
  21. /package/build/dist/{874.bfbe455bc52590b560ff.js.LICENSE.txt → 874.65c53193302161627183.js.LICENSE.txt} +0 -0
  22. /package/build/dist/{943.11588b1aa955375943b4.js.LICENSE.txt → 943.3a14189acbab12c0a31d.js.LICENSE.txt} +0 -0
  23. /package/build/dist/{966.e7b4ef0f9436be08b495.js.LICENSE.txt → 966.eef529a24d239e48bb10.js.LICENSE.txt} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "filecat",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "filecat",
5
5
  "author": "xiaobaidadada",
6
6
  "scripts": {
@@ -1,18 +1,18 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ptyPath = void 0;
4
- var fs = require("fs");
5
- var os = require("os");
6
- var path = require("path");
7
- function prebuildName() {
8
- var tags = [];
9
- tags.push(process.versions.hasOwnProperty('electron') ? 'electron' : 'node');
10
- tags.push('abi' + process.versions.modules);
11
- if (os.platform() === 'linux' && fs.existsSync('/etc/alpine-release')) {
12
- tags.push('musl');
13
- }
14
- return tags.join('.') + '.node';
15
- }
16
- var pathToBuild = path.resolve(__dirname, "../prebuilds/".concat(os.platform(), "-").concat(os.arch(), "/").concat(prebuildName()));
17
- exports.ptyPath = fs.existsSync(pathToBuild) ? pathToBuild : null;
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ptyPath = void 0;
4
+ var fs = require("fs");
5
+ var os = require("os");
6
+ var path = require("path");
7
+ function prebuildName() {
8
+ var tags = [];
9
+ tags.push(process.versions.hasOwnProperty('electron') ? 'electron' : 'node');
10
+ tags.push('abi' + process.versions.modules);
11
+ if (os.platform() === 'linux' && fs.existsSync('/etc/alpine-release')) {
12
+ tags.push('musl');
13
+ }
14
+ return tags.join('.') + '.node';
15
+ }
16
+ var pathToBuild = path.resolve(__dirname, "../prebuilds/".concat(os.platform(), "-").concat(os.arch(), "/").concat(prebuildName()));
17
+ exports.ptyPath = fs.existsSync(pathToBuild) ? pathToBuild : null;
18
18
  //# sourceMappingURL=prebuild-file-path.js.map
@@ -1,3 +1,3 @@
1
-
2
- npm run docker-build
1
+
2
+ npm run docker-build
3
3
  docker build -t test .
package/shell/filecat CHANGED
@@ -1,2 +1,2 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
  require("../build/main.js");
@@ -1,2 +1,2 @@
1
- #!/bin/bash
2
- ./node main.js "$@"
1
+ #!/bin/bash
2
+ ./node main.js "$@"