vlt 0.0.0-0 → 0.0.0-0.1727472455017

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
@@ -2,9 +2,12 @@
2
2
  import process from 'node:process'
3
3
  import {Buffer} from 'node:buffer'
4
4
  import {setImmediate,clearImmediate} from 'node:timers'
5
- import {createRequire as createRequire_5e2b5e38c2f1} from 'node:module'
6
- const require = createRequire_5e2b5e38c2f1(import.meta.filename)
5
+ import {resolve as resolve_70b279c061d4} from 'node:path'
7
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)
8
11
  var __create = Object.create;
9
12
  var __defProp = Object.defineProperty;
10
13
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -12083,8 +12086,8 @@ var init_esm19 = __esm({
12083
12086
  init_esm();
12084
12087
  loadCommand = async (command) => {
12085
12088
  try {
12086
- const _7922f2311436 = `./commands/${command}.js`;
12087
- return await import(_7922f2311436);
12089
+ const _364a9ce428ea = `./commands/${command}.js`;
12090
+ return await import(_364a9ce428ea);
12088
12091
  } catch (e) {
12089
12092
  throw error("Command not implemented", {
12090
12093
  found: command,