@quireco/cli 0.0.9 → 0.0.10

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,2 +1,2 @@
1
- import { i as ExitCode, n as main, r as CliError, t as cli } from "./cli-C2HyQykL.mjs";
1
+ import { i as ExitCode, n as main, r as CliError, t as cli } from "./cli-CqxFgCaa.mjs";
2
2
  export { CliError, ExitCode, cli, main };
package/dist/quire.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { n as main } from "./cli-C2HyQykL.mjs";
2
+ import { n as main } from "./cli-CqxFgCaa.mjs";
3
3
  //#region bin/quire.ts
4
4
  await main();
5
5
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quireco/cli",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "Triage and investigation CLI for Quire.",
5
5
  "homepage": "https://github.com/quireco/quire-mono#readme",
6
6
  "bugs": {
@@ -32,6 +32,7 @@
32
32
  "build": "vp pack && node scripts/prepare-package-json.mjs && node scripts/verify-package.mjs",
33
33
  "dev": "vp pack --watch",
34
34
  "quire": "node dist/quire.mjs",
35
+ "quire:local": "QUIRE_API_URL=http://localhost:3000 node dist/quire.mjs",
35
36
  "test": "vp test",
36
37
  "check": "vp check",
37
38
  "prepublishOnly": "vp check && node scripts/verify-package.mjs"