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/vlix.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_3ac27da4c80c} from 'node:path'
6
- const global = globalThis
7
- const __build_dirname_3ac27da4c80c = resolve_3ac27da4c80c(import.meta.dirname,"")
8
- const __build_filename_3ac27da4c80c = resolve_3ac27da4c80c(__build_dirname_3ac27da4c80c,"vlix.js")
9
- import {createRequire as createRequire_3ac27da4c80c} from 'node:module'
10
- const require = createRequire_3ac27da4c80c(__build_filename_3ac27da4c80c)
2
+ import process from"node:process"
3
+ import {Buffer} from"node:buffer"
4
+ import {setImmediate, clearImmediate} from"node:timers"
5
+ import {resolve as resolve_8f56f87cf4fc} from"node:path"
6
+ import {pathToFileURL as pathToFileURL_8f56f87cf4fc} from"node:url"
7
+ import {createRequire as createRequire_8f56f87cf4fc} from"node:module"
8
+ var global = globalThis
9
+ var __bundleDirname_8f56f87cf4fc = resolve_8f56f87cf4fc(import.meta.dirname, "")
10
+ var __bundleFilename_8f56f87cf4fc = resolve_8f56f87cf4fc(__bundleDirname_8f56f87cf4fc, "vlix.js")
11
+ var __bundleUrl_8f56f87cf4fc = pathToFileURL_8f56f87cf4fc(__bundleFilename_8f56f87cf4fc).toString()
12
+ var require = createRequire_8f56f87cf4fc(__bundleFilename_8f56f87cf4fc)
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 _647689c98128 = `./commands/${command}.js`;
12090
- return await import(_647689c98128);
12091
+ const __commandPath_f46e56c9e904 = `./commands/${command}.js`;
12092
+ return await import(__commandPath_f46e56c9e904);
12091
12093
  } catch (e) {
12092
12094
  throw error("Command not implemented", {
12093
12095
  found: command,