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/vlr.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_da85bd482a78} from 'node:path'
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)
2
+ import process from"node:process"
3
+ import {Buffer} from"node:buffer"
4
+ import {setImmediate, clearImmediate} from"node:timers"
5
+ import {resolve as resolve_3f2409553897} from"node:path"
6
+ import {pathToFileURL as pathToFileURL_3f2409553897} from"node:url"
7
+ import {createRequire as createRequire_3f2409553897} from"node:module"
8
+ var global = globalThis
9
+ var __bundleDirname_3f2409553897 = resolve_3f2409553897(import.meta.dirname, "")
10
+ var __bundleFilename_3f2409553897 = resolve_3f2409553897(__bundleDirname_3f2409553897, "vlr.js")
11
+ var __bundleUrl_3f2409553897 = pathToFileURL_3f2409553897(__bundleFilename_3f2409553897).toString()
12
+ var require = createRequire_3f2409553897(__bundleFilename_3f2409553897)
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 _9a397d5d6bff = `./commands/${command}.js`;
12090
- return await import(_9a397d5d6bff);
12091
+ const __commandPath_a618b8cafab3 = `./commands/${command}.js`;
12092
+ return await import(__commandPath_a618b8cafab3);
12091
12093
  } catch (e) {
12092
12094
  throw error("Command not implemented", {
12093
12095
  found: command,