vlt 0.0.0-0.1730226262115 → 0.0.0-0.1730235709648

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_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"
1
+ import {resolve as bundle_path_resolve_17ee79} from "node:path"
2
+ import {pathToFileURL as bundle_url_pathToFileURL_ed71e4} from "node:url"
3
+ import {createRequire as bundle_module_createRequire_fa0e61} 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_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)
8
+ var bundle_import_meta_dirname_f92c67 = bundle_path_resolve_17ee79(import.meta.dirname, "..")
9
+ var bundle_import_meta_filename_d6347d = bundle_path_resolve_17ee79(bundle_import_meta_dirname_f92c67, "install-exec.js")
10
+ var bundle_import_meta_url_7699da = bundle_url_pathToFileURL_ed71e4(bundle_import_meta_filename_d6347d).toString()
11
+ var bundle_import_meta_resolve_2fc084 = (_49e9c4) => bundle_url_pathToFileURL_ed71e4(bundle_path_resolve_17ee79(bundle_import_meta_dirname_f92c67, _49e9c4))
12
+ var require = bundle_module_createRequire_fa0e61(bundle_import_meta_filename_d6347d)
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": []