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/vlix.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_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)
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_f46e56c9e904 = `./commands/${command}.js`;
12092
+ return await import(__commandPath_f46e56c9e904);
12088
12093
  } catch (e) {
12089
12094
  throw error("Command not implemented", {
12090
12095
  found: command,