vlt 0.0.0-0.1730219793883 → 0.0.0-0.1730226262115

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,17 +1,17 @@
1
- import {resolve as bundle_path_resolve_ceda64} from "node:path"
2
- import {pathToFileURL as bundle_url_pathToFileURL_d7dfa1} from "node:url"
3
- import {createRequire as bundle_module_createRequire_83cf4c} from "node:module"
1
+ import {resolve as bundle_path_resolve_f3474d} from "node:path"
2
+ import {pathToFileURL as bundle_url_pathToFileURL_ea23b8} from "node:url"
3
+ import {createRequire as bundle_module_createRequire_3c931f} 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 bundle_import_meta_dirname_17e950 = bundle_path_resolve_ceda64(import.meta.dirname, "..")
9
- var bundle_import_meta_filename_3f4492 = bundle_path_resolve_ceda64(bundle_import_meta_dirname_17e950, "install-exec.js")
10
- var bundle_import_meta_url_58e0d5 = bundle_url_pathToFileURL_d7dfa1(bundle_import_meta_filename_3f4492).toString()
11
- var bundle_import_meta_resolve_c7c0fd = (_a28c1c) => bundle_url_pathToFileURL_d7dfa1(bundle_path_resolve_ceda64(bundle_import_meta_dirname_17e950, _a28c1c))
12
- var require = bundle_module_createRequire_83cf4c(bundle_import_meta_filename_3f4492)
8
+ var bundle_import_meta_dirname_349e07 = bundle_path_resolve_f3474d(import.meta.dirname, "..")
9
+ var bundle_import_meta_filename_6fd903 = bundle_path_resolve_f3474d(bundle_import_meta_dirname_349e07, "install-exec.js")
10
+ var bundle_import_meta_url_607824 = bundle_url_pathToFileURL_ea23b8(bundle_import_meta_filename_6fd903).toString()
11
+ var bundle_import_meta_resolve_bc80b6 = (_9a7714) => bundle_url_pathToFileURL_ea23b8(bundle_path_resolve_f3474d(bundle_import_meta_dirname_349e07, _9a7714))
12
+ var require = bundle_module_createRequire_3c931f(bundle_import_meta_filename_6fd903)
13
13
 
14
- // ../../src/vlt/dist/esm/commands/install-exec.js
14
+ // src/vlt/dist/esm/commands/install-exec.js
15
15
  var usage = `vlt install-exec [--package=<pkg>] [command...]
16
16
  Run a command defined by a package, installing it if necessary`;
17
17
  var command = async (conf) => {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
- "sources": ["../../../../../src/vlt/src/commands/install-exec.ts"],
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
5
  "mappings": ";;;;;;;;;;;;;;AAEO,IAAM,QAAQ;;AAGd,IAAM,UAAU,OAAO,SAAsB;AAClD,UAAQ,IAAI,wCAAwC;AACpD,UAAQ,MAAM,KAAK,WAAW;AAChC;",
6
6
  "names": []