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.
@@ -1,12 +1,14 @@
1
- import process from 'node:process'
2
- import {Buffer} from 'node:buffer'
3
- import {setImmediate,clearImmediate} from 'node:timers'
4
- import {resolve as resolve_4dc0cafa254d} from 'node:path'
5
- const global = globalThis
6
- const __build_dirname_4dc0cafa254d = resolve_4dc0cafa254d(import.meta.dirname,"..")
7
- const __build_filename_4dc0cafa254d = resolve_4dc0cafa254d(__build_dirname_4dc0cafa254d,"install-exec.js")
8
- import {createRequire as createRequire_4dc0cafa254d} from 'node:module'
9
- const require = createRequire_4dc0cafa254d(__build_filename_4dc0cafa254d)
1
+ import process from"node:process"
2
+ import {Buffer} from"node:buffer"
3
+ import {setImmediate, clearImmediate} from"node:timers"
4
+ import {resolve as resolve_e9584baa8607} from"node:path"
5
+ import {pathToFileURL as pathToFileURL_e9584baa8607} from"node:url"
6
+ import {createRequire as createRequire_e9584baa8607} from"node:module"
7
+ var global = globalThis
8
+ var __bundleDirname_e9584baa8607 = resolve_e9584baa8607(import.meta.dirname, "..")
9
+ var __bundleFilename_e9584baa8607 = resolve_e9584baa8607(__bundleDirname_e9584baa8607, "install-exec.js")
10
+ var __bundleUrl_e9584baa8607 = pathToFileURL_e9584baa8607(__bundleFilename_e9584baa8607).toString()
11
+ var require = createRequire_e9584baa8607(__bundleFilename_e9584baa8607)
10
12
 
11
13
  // ../../src/vlt/dist/esm/commands/install-exec.js
12
14
  var usage = `vlt install-exec [--package=<pkg>] [command...]
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../../../../src/vlt/src/commands/install-exec.ts"],
4
4
  "sourcesContent": ["import { LoadedConfig } from '../config/index.js'\n\nexport const usage = `vlt install-exec [--package=<pkg>] [command...]\nRun a command defined by a package, installing it if necessary`\n\nexport const command = async (conf: LoadedConfig) => {\n console.log('todo: exec, but install if not present')\n console.error(conf.positionals)\n}\n"],
5
- "mappings": ";;;;;;;;;;;AAEO,IAAM,QAAQ;;AAGd,IAAM,UAAU,OAAO,SAAsB;AAClD,UAAQ,IAAI,wCAAwC;AACpD,UAAQ,MAAM,KAAK,WAAW;AAChC;",
5
+ "mappings": ";;;;;;;;;;;;;AAEO,IAAM,QAAQ;;AAGd,IAAM,UAAU,OAAO,SAAsB;AAClD,UAAQ,IAAI,wCAAwC;AACpD,UAAQ,MAAM,KAAK,WAAW;AAChC;",
6
6
  "names": []
7
7
  }
@@ -1,12 +1,14 @@
1
- import process from 'node:process'
2
- import {Buffer} from 'node:buffer'
3
- import {setImmediate,clearImmediate} from 'node:timers'
4
- import {resolve as resolve_97233b90a0d3} from 'node:path'
5
- const global = globalThis
6
- const __build_dirname_97233b90a0d3 = resolve_97233b90a0d3(import.meta.dirname,"..")
7
- const __build_filename_97233b90a0d3 = resolve_97233b90a0d3(__build_dirname_97233b90a0d3,"install.js")
8
- import {createRequire as createRequire_97233b90a0d3} from 'node:module'
9
- const require = createRequire_97233b90a0d3(__build_filename_97233b90a0d3)
1
+ import process from"node:process"
2
+ import {Buffer} from"node:buffer"
3
+ import {setImmediate, clearImmediate} from"node:timers"
4
+ import {resolve as resolve_b2fd9c225740} from"node:path"
5
+ import {pathToFileURL as pathToFileURL_b2fd9c225740} from"node:url"
6
+ import {createRequire as createRequire_b2fd9c225740} from"node:module"
7
+ var global = globalThis
8
+ var __bundleDirname_b2fd9c225740 = resolve_b2fd9c225740(import.meta.dirname, "..")
9
+ var __bundleFilename_b2fd9c225740 = resolve_b2fd9c225740(__bundleDirname_b2fd9c225740, "install.js")
10
+ var __bundleUrl_b2fd9c225740 = pathToFileURL_b2fd9c225740(__bundleFilename_b2fd9c225740).toString()
11
+ var require = createRequire_b2fd9c225740(__bundleFilename_b2fd9c225740)
10
12
  var __create = Object.create;
11
13
  var __defProp = Object.defineProperty;
12
14
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -30617,7 +30619,7 @@ import { spawn as spawn3 } from "node:child_process";
30617
30619
  // ../../src/cache-unzip/dist/esm/unzip.js
30618
30620
  import { resolve as resolve16 } from "node:path";
30619
30621
  var __CODE_SPLIT_SCRIPT_NAME = resolve16(
30620
- __build_dirname_97233b90a0d3,
30622
+ __bundleDirname_b2fd9c225740,
30621
30623
  "cache-unzip/unzip.js"
30622
30624
  );
30623
30625
 
@@ -30649,7 +30651,7 @@ var handleBeforeExit = () => {
30649
30651
  // ../../node_modules/.pnpm/package-json-from-dist@1.0.0/node_modules/package-json-from-dist/dist/esm/index.js
30650
30652
  import { readFileSync as readFileSync5 } from "node:fs";
30651
30653
  import { resolve as resolve17 } from "node:path";
30652
- var findPackageJson = (from) => resolve17(__build_dirname_97233b90a0d3, from, "package.json");
30654
+ var findPackageJson = (from) => resolve17(__bundleDirname_b2fd9c225740, from, "package.json");
30653
30655
  var loadPackageJson = (from) => JSON.parse(readFileSync5(findPackageJson(from), "utf8"));
30654
30656
 
30655
30657
  // ../../src/registry-client/dist/esm/index.js
@@ -31800,7 +31802,7 @@ var UnpackRequest = class {
31800
31802
  // ../../src/tar/dist/esm/worker.js
31801
31803
  import { resolve as resolve19 } from "node:path";
31802
31804
  var __CODE_SPLIT_SCRIPT_NAME2 = resolve19(
31803
- __build_dirname_97233b90a0d3,
31805
+ __bundleDirname_b2fd9c225740,
31804
31806
  "tar/worker.js"
31805
31807
  );
31806
31808
 
@@ -37052,7 +37054,7 @@ import { basename as basename8, dirname as dirname10 } from "node:path";
37052
37054
  // ../../src/rollback-remove/dist/esm/remove.js
37053
37055
  import { resolve as resolve21 } from "node:path";
37054
37056
  var __CODE_SPLIT_SCRIPT_NAME3 = resolve21(
37055
- __build_dirname_97233b90a0d3,
37057
+ __bundleDirname_b2fd9c225740,
37056
37058
  "rollback-remove/remove.js"
37057
37059
  );
37058
37060