vlt 0.0.0-0.1727464479666 → 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,10 +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 {createRequire as createRequire_5ede496b0dc7} from 'node:module'
6
- const require = createRequire_5ede496b0dc7(import.meta.filename)
7
- const global = globalThis
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)
8
13
  var __create = Object.create;
9
14
  var __defProp = Object.defineProperty;
10
15
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -12083,8 +12088,8 @@ var init_esm19 = __esm({
12083
12088
  init_esm();
12084
12089
  loadCommand = async (command) => {
12085
12090
  try {
12086
- const _e6cd62c4937a = `./commands/${command}.js`;
12087
- return await import(_e6cd62c4937a);
12091
+ const __commandPath_773bb5494960 = `./commands/${command}.js`;
12092
+ return await import(__commandPath_773bb5494960);
12088
12093
  } catch (e) {
12089
12094
  throw error("Command not implemented", {
12090
12095
  found: command,