vlt 0.0.0-0.1738340653580 → 0.0.0-0.1738343208096
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 +9 -9
- package/commands/config.js +8 -8
- package/commands/exec.js +8 -8
- package/commands/gui.js +12 -12
- package/commands/help.js +8 -8
- package/commands/install-exec.js +8 -8
- package/commands/install.js +12 -12
- package/commands/list.js +12 -12
- package/commands/login.js +10 -10
- package/commands/logout.js +10 -10
- package/commands/pkg.js +8 -8
- package/commands/query.js +12 -12
- package/commands/run-exec.js +8 -8
- package/commands/run.js +8 -8
- package/commands/uninstall.js +11 -11
- package/commands/whoami.js +10 -10
- package/gui/index.js +2 -2
- package/gui/index.js.map +2 -2
- package/gui/main.css +1 -1
- package/package.json +1 -1
- package/rollback-remove/remove.js +9 -9
- package/vlix.js +11 -11
- package/vlr.js +11 -11
- package/vlrx.js +11 -11
- package/vlt.js +11 -11
- package/vlx.js +11 -11
package/commands/whoami.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {resolve as
|
|
2
|
-
import {pathToFileURL as
|
|
3
|
-
import {createRequire as
|
|
1
|
+
import {resolve as bundle_path_resolve_fa1fe3} from "node:path"
|
|
2
|
+
import {pathToFileURL as bundle_url_pathToFileURL_bf6937} from "node:url"
|
|
3
|
+
import {createRequire as bundle_module_createRequire_41589d} from "node:module"
|
|
4
4
|
var global = globalThis
|
|
5
5
|
import process from "node:process"
|
|
6
6
|
import {Buffer} from "node:buffer"
|
|
7
7
|
import {setImmediate, clearImmediate} from "node:timers"
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
var require =
|
|
8
|
+
var bundle_import_meta_dirname_516a6a = bundle_path_resolve_fa1fe3(import.meta.dirname, "..")
|
|
9
|
+
var bundle_import_meta_filename_9a076a = bundle_path_resolve_fa1fe3(bundle_import_meta_dirname_516a6a, "whoami.js")
|
|
10
|
+
var bundle_import_meta_url_693bb5 = bundle_url_pathToFileURL_bf6937(bundle_import_meta_filename_9a076a).toString()
|
|
11
|
+
var bundle_import_meta_resolve_ef064f = (_1c6825) => bundle_url_pathToFileURL_bf6937(bundle_path_resolve_fa1fe3(bundle_import_meta_dirname_516a6a, _1c6825))
|
|
12
|
+
var require = bundle_module_createRequire_41589d(bundle_import_meta_filename_9a076a)
|
|
13
13
|
var __create = Object.create;
|
|
14
14
|
var __defProp = Object.defineProperty;
|
|
15
15
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -25632,7 +25632,7 @@ import { spawn } from "node:child_process";
|
|
|
25632
25632
|
// ../../src/cache-unzip/dist/esm/unzip.js
|
|
25633
25633
|
import { resolve as resolve8 } from "node:path";
|
|
25634
25634
|
var __CODE_SPLIT_SCRIPT_NAME = resolve8(
|
|
25635
|
-
|
|
25635
|
+
bundle_import_meta_dirname_516a6a,
|
|
25636
25636
|
"cache-unzip/unzip.js"
|
|
25637
25637
|
);
|
|
25638
25638
|
|
|
@@ -25757,7 +25757,7 @@ import { setTimeout as setTimeout2 } from "node:timers/promises";
|
|
|
25757
25757
|
// ../../node_modules/.pnpm/package-json-from-dist@1.0.1/node_modules/package-json-from-dist/dist/esm/index.js
|
|
25758
25758
|
import { readFileSync as readFileSync2 } from "node:fs";
|
|
25759
25759
|
import { resolve as resolve9 } from "node:path";
|
|
25760
|
-
var findPackageJson = (from) => resolve9(
|
|
25760
|
+
var findPackageJson = (from) => resolve9(bundle_import_meta_dirname_516a6a, from, "package.json");
|
|
25761
25761
|
var loadPackageJson = (from) => JSON.parse(readFileSync2(findPackageJson(from), "utf8"));
|
|
25762
25762
|
|
|
25763
25763
|
// ../../src/registry-client/dist/esm/index.js
|