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/vlrx.js CHANGED
@@ -1,13 +1,15 @@
1
1
  #!/usr/bin/env node
2
- import process from 'node:process'
3
- import {Buffer} from 'node:buffer'
4
- import {setImmediate,clearImmediate} from 'node:timers'
5
- import {resolve as resolve_70b279c061d4} from 'node:path'
6
- const global = globalThis
7
- const __build_dirname_70b279c061d4 = resolve_70b279c061d4(import.meta.dirname,"")
8
- const __build_filename_70b279c061d4 = resolve_70b279c061d4(__build_dirname_70b279c061d4,"vlrx.js")
9
- import {createRequire as createRequire_70b279c061d4} from 'node:module'
10
- const require = createRequire_70b279c061d4(__build_filename_70b279c061d4)
2
+ import process from"node:process"
3
+ import {Buffer} from"node:buffer"
4
+ import {setImmediate, clearImmediate} from"node:timers"
5
+ import {resolve as resolve_d210bb4c6fa7} from"node:path"
6
+ import {pathToFileURL as pathToFileURL_d210bb4c6fa7} from"node:url"
7
+ import {createRequire as createRequire_d210bb4c6fa7} from"node:module"
8
+ var global = globalThis
9
+ var __bundleDirname_d210bb4c6fa7 = resolve_d210bb4c6fa7(import.meta.dirname, "")
10
+ var __bundleFilename_d210bb4c6fa7 = resolve_d210bb4c6fa7(__bundleDirname_d210bb4c6fa7, "vlrx.js")
11
+ var __bundleUrl_d210bb4c6fa7 = pathToFileURL_d210bb4c6fa7(__bundleFilename_d210bb4c6fa7).toString()
12
+ var require = createRequire_d210bb4c6fa7(__bundleFilename_d210bb4c6fa7)
11
13
  var __create = Object.create;
12
14
  var __defProp = Object.defineProperty;
13
15
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -12086,8 +12088,8 @@ var init_esm19 = __esm({
12086
12088
  init_esm();
12087
12089
  loadCommand = async (command) => {
12088
12090
  try {
12089
- const _364a9ce428ea = `./commands/${command}.js`;
12090
- return await import(_364a9ce428ea);
12091
+ const __commandPath_773bb5494960 = `./commands/${command}.js`;
12092
+ return await import(__commandPath_773bb5494960);
12091
12093
  } catch (e) {
12092
12094
  throw error("Command not implemented", {
12093
12095
  found: command,