vlt 0.0.0-0.1727464479666 → 0.0.0-0.1727472455017
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/cache-unzip/unzip.js +7 -4
- package/cache-unzip/unzip.js.map +1 -1
- package/commands/config.js +5 -2
- package/commands/config.js.map +1 -1
- package/commands/exec.js +5 -2
- package/commands/exec.js.map +1 -1
- package/commands/help.js +5 -2
- package/commands/help.js.map +1 -1
- package/commands/install-exec.js +5 -2
- package/commands/install-exec.js.map +1 -1
- package/commands/install.js +9 -6
- package/commands/install.js.map +1 -1
- package/commands/pkg.js +5 -2
- package/commands/pkg.js.map +1 -1
- package/commands/run-exec.js +5 -2
- package/commands/run-exec.js.map +1 -1
- package/commands/run.js +5 -2
- package/commands/run.js.map +1 -1
- package/commands/uninstall.js +9 -6
- package/commands/uninstall.js.map +1 -1
- package/package.json +1 -1
- package/rollback-remove/remove.js +7 -4
- package/rollback-remove/remove.js.map +1 -1
- package/tar/worker.js +6 -3
- package/tar/worker.js.map +1 -1
- package/vlix.js +7 -4
- package/vlix.js.map +1 -1
- package/vlr.js +7 -4
- package/vlr.js.map +1 -1
- package/vlrx.js +7 -4
- package/vlrx.js.map +1 -1
- package/vlt.js +7 -4
- package/vlt.js.map +1 -1
- package/vlx.js +7 -4
- package/vlx.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import process from 'node:process'
|
|
2
2
|
import {Buffer} from 'node:buffer'
|
|
3
3
|
import {setImmediate,clearImmediate} from 'node:timers'
|
|
4
|
-
import {
|
|
5
|
-
const require = createRequire_400540474b02(import.meta.filename)
|
|
4
|
+
import {resolve as resolve_90101d9af499} from 'node:path'
|
|
6
5
|
const global = globalThis
|
|
6
|
+
const __build_dirname_90101d9af499 = resolve_90101d9af499(import.meta.dirname,"..")
|
|
7
|
+
const __build_filename_90101d9af499 = resolve_90101d9af499(__build_dirname_90101d9af499,"remove.js")
|
|
8
|
+
import {createRequire as createRequire_90101d9af499} from 'node:module'
|
|
9
|
+
const require = createRequire_90101d9af499(__build_filename_90101d9af499)
|
|
7
10
|
var __create = Object.create;
|
|
8
11
|
var __defProp = Object.defineProperty;
|
|
9
12
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -7381,7 +7384,7 @@ var rimraf = Object.assign(rimraf_, {
|
|
|
7381
7384
|
rimraf.rimraf = rimraf;
|
|
7382
7385
|
|
|
7383
7386
|
// ../../src/rollback-remove/dist/esm/remove.js
|
|
7384
|
-
var __CODE_SPLIT_SCRIPT_NAME =
|
|
7387
|
+
var __CODE_SPLIT_SCRIPT_NAME = __build_filename_90101d9af499.replace(/\.ts$/, ".js");
|
|
7385
7388
|
var main = () => {
|
|
7386
7389
|
const input = [];
|
|
7387
7390
|
process.stdin.on("data", (c) => input.push(c));
|
|
@@ -7391,7 +7394,7 @@ var main = () => {
|
|
|
7391
7394
|
void rimraf(paths);
|
|
7392
7395
|
});
|
|
7393
7396
|
};
|
|
7394
|
-
if (process.argv[1] ===
|
|
7397
|
+
if (process.argv[1] === __build_filename_90101d9af499) {
|
|
7395
7398
|
main();
|
|
7396
7399
|
}
|
|
7397
7400
|
export {
|