vlt 0.0.0-0.1727472455017 → 0.0.0-0.1727821659739
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/LICENSE +3 -3
- package/cache-unzip/unzip.js +13 -11
- package/cache-unzip/unzip.js.map +1 -1
- package/commands/config.js +11 -9
- package/commands/config.js.map +1 -1
- package/commands/exec.js +11 -9
- package/commands/exec.js.map +1 -1
- package/commands/help.js +11 -9
- package/commands/help.js.map +1 -1
- package/commands/install-exec.js +11 -9
- package/commands/install-exec.js.map +1 -1
- package/commands/install.js +15 -13
- package/commands/install.js.map +1 -1
- package/commands/pkg.js +11 -9
- package/commands/pkg.js.map +1 -1
- package/commands/run-exec.js +11 -9
- package/commands/run-exec.js.map +1 -1
- package/commands/run.js +11 -9
- package/commands/run.js.map +1 -1
- package/commands/uninstall.js +15 -13
- package/commands/uninstall.js.map +1 -1
- package/package.json +23 -6
- package/rollback-remove/remove.js +13 -11
- package/rollback-remove/remove.js.map +1 -1
- package/tar/worker.js +12 -10
- package/tar/worker.js.map +1 -1
- package/vlix.js +13 -11
- package/vlix.js.map +1 -1
- package/vlr.js +13 -11
- package/vlr.js.map +1 -1
- package/vlrx.js +13 -11
- package/vlrx.js.map +1 -1
- package/vlt.js +13 -11
- package/vlt.js.map +1 -1
- package/vlx.js +13 -11
- package/vlx.js.map +1 -1
package/commands/run.js
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
import process from
|
|
2
|
-
import {Buffer} from
|
|
3
|
-
import {setImmediate,clearImmediate} from
|
|
4
|
-
import {resolve
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import process from"node:process"
|
|
2
|
+
import {Buffer} from"node:buffer"
|
|
3
|
+
import {setImmediate, clearImmediate} from"node:timers"
|
|
4
|
+
import {resolve as resolve_8c494dcd2493} from"node:path"
|
|
5
|
+
import {pathToFileURL as pathToFileURL_8c494dcd2493} from"node:url"
|
|
6
|
+
import {createRequire as createRequire_8c494dcd2493} from"node:module"
|
|
7
|
+
var global = globalThis
|
|
8
|
+
var __bundleDirname_8c494dcd2493 = resolve_8c494dcd2493(import.meta.dirname, "..")
|
|
9
|
+
var __bundleFilename_8c494dcd2493 = resolve_8c494dcd2493(__bundleDirname_8c494dcd2493, "run.js")
|
|
10
|
+
var __bundleUrl_8c494dcd2493 = pathToFileURL_8c494dcd2493(__bundleFilename_8c494dcd2493).toString()
|
|
11
|
+
var require = createRequire_8c494dcd2493(__bundleFilename_8c494dcd2493)
|
|
10
12
|
var __create = Object.create;
|
|
11
13
|
var __defProp = Object.defineProperty;
|
|
12
14
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|