@qabyai/qli 1.0.2 → 1.0.3

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/dist/index.mjs CHANGED
@@ -1,5 +1,4 @@
1
1
  #!/usr/bin/env node
2
- #!/usr/bin/env node
3
2
  import { createRequire } from "node:module";
4
3
  import yargs from "yargs";
5
4
  import { hideBin } from "yargs/helpers";
@@ -8247,7 +8246,7 @@ function createConsola(options = {}) {
8247
8246
  defaults: { level },
8248
8247
  stdout: process.stdout,
8249
8248
  stderr: process.stderr,
8250
- prompt: (...args) => import("./prompt-g5Sho3iL.mjs").then((m) => m.prompt(...args)),
8249
+ prompt: (...args) => import("./prompt-Com-0-IZ.mjs").then((m) => m.prompt(...args)),
8251
8250
  reporters: options.reporters || [options.fancy ?? !(T || R) ? new FancyReporter() : new BasicReporter()],
8252
8251
  ...options
8253
8252
  });
@@ -1,4 +1,3 @@
1
- #!/usr/bin/env node
2
1
  import g$1, { stdin, stdout } from "node:process";
3
2
  import { WriteStream } from "node:tty";
4
3
  import f from "node:readline";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qabyai/qli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "QAbyAI CLI tool for browser automation",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -9,7 +9,7 @@
9
9
  "node": ">=24.10.0"
10
10
  },
11
11
  "bin": {
12
- "qli": "./dist/index.js"
12
+ "qli": "./dist/index.mjs"
13
13
  },
14
14
  "files": [
15
15
  "dist"