vlt 0.0.0-0.1727464479666 → 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/vlr.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_5ede496b0dc7} from 'node:module'
6
- const require = createRequire_5ede496b0dc7(import.meta.filename)
5
+ import {resolve as resolve_da85bd482a78} from 'node:path'
7
6
  const global = globalThis
7
+ const __build_dirname_da85bd482a78 = resolve_da85bd482a78(import.meta.dirname,"")
8
+ const __build_filename_da85bd482a78 = resolve_da85bd482a78(__build_dirname_da85bd482a78,"vlr.js")
9
+ import {createRequire as createRequire_da85bd482a78} from 'node:module'
10
+ const require = createRequire_da85bd482a78(__build_filename_da85bd482a78)
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 _e6cd62c4937a = `./commands/${command}.js`;
12087
- return await import(_e6cd62c4937a);
12089
+ const _9a397d5d6bff = `./commands/${command}.js`;
12090
+ return await import(_9a397d5d6bff);
12088
12091
  } catch (e) {
12089
12092
  throw error("Command not implemented", {
12090
12093
  found: command,