@quireco/cli 0.0.4 → 0.0.6

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.
@@ -1,4 +1,4 @@
1
- import { i as __require, t as __commonJSMin } from "./chunk-Vs_PY4HZ.mjs";
1
+ import { n as __require, t as __commonJSMin } from "./chunk-e9Ob2GDo.mjs";
2
2
  //#region ../../node_modules/.pnpm/xdelta3-wasm@1.0.0/node_modules/xdelta3-wasm/dist/xdelta3-wasm.cjs.production.min.js
3
3
  var require_xdelta3_wasm_cjs_production_min = /* @__PURE__ */ __commonJSMin(((exports) => {
4
4
  function t() {
package/dist/index.d.mts CHANGED
@@ -1,8 +1,7 @@
1
1
  import * as _$citty from "citty";
2
- import { CommandDef } from "citty";
3
2
 
4
3
  //#region src/cli.d.ts
5
- declare const cli: CommandDef<_$citty.ArgsDef>;
4
+ declare const cli: _$citty.CommandDef<_$citty.ArgsDef>;
6
5
  declare function main(rawArgs?: string[]): Promise<void>;
7
6
  //#endregion
8
7
  //#region src/exit-codes.d.ts
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-3Mjzx8Vj.mjs";
1
+ import { i as ExitCode, n as main, r as CliError, t as cli } from "./cli-D7sefGte.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-3Mjzx8Vj.mjs";
2
+ import { n as main } from "./cli-D7sefGte.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.4",
3
+ "version": "0.0.6",
4
4
  "description": "Triage and investigation CLI for Quire.",
5
5
  "homepage": "https://github.com/quireco/quire-mono#readme",
6
6
  "bugs": {
@@ -37,21 +37,21 @@
37
37
  "prepublishOnly": "vp check && node scripts/verify-package.mjs"
38
38
  },
39
39
  "dependencies": {
40
- "@clack/prompts": "catalog:",
41
- "@earendil-works/pi-ai": "^0.74.0",
42
- "@earendil-works/pi-coding-agent": "^0.74.0",
40
+ "@clack/prompts": "^1.4.0",
41
+ "@earendil-works/pi-ai": "^0.74.2",
42
+ "@earendil-works/pi-coding-agent": "^0.74.2",
43
43
  "@sinclair/typebox": "^0.34.49",
44
44
  "agent-browser": "^0.27.0",
45
45
  "citty": "^0.2.2",
46
46
  "picocolors": "^1.1.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@types/node": "^25.6.2",
49
+ "@types/node": "^25.9.1",
50
50
  "@typescript/native-preview": "7.0.0-dev.20260509.2",
51
51
  "agent-mobile": "workspace:*",
52
52
  "bumpp": "^11.1.0",
53
53
  "typescript": "^6.0.3",
54
- "vite-plus": "^0.1.20"
54
+ "vite-plus": "^0.1.22"
55
55
  },
56
56
  "inlinedDependencies": {
57
57
  "@limrun/api": "0.28.6",