@quireco/cli 0.0.2 → 0.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { i as __require, t as __commonJSMin } from "./chunk-Vs_PY4HZ.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.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as ExitCode, n as main, r as CliError, t as cli } from "./cli-
|
|
1
|
+
import { i as ExitCode, n as main, r as CliError, t as cli } from "./cli-6V12Qvge.mjs";
|
|
2
2
|
export { CliError, ExitCode, cli, main };
|
package/dist/quire.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quireco/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Triage and investigation CLI for Quire.",
|
|
5
5
|
"homepage": "https://github.com/quireco/quire-mono#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"directory": "apps/cli"
|
|
15
15
|
},
|
|
16
16
|
"bin": {
|
|
17
|
-
"quire": "
|
|
17
|
+
"quire": "dist/quire.mjs"
|
|
18
18
|
},
|
|
19
19
|
"files": [
|
|
20
20
|
"dist"
|
|
@@ -37,9 +37,10 @@
|
|
|
37
37
|
"prepublishOnly": "vp check && node scripts/verify-package.mjs"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@
|
|
41
|
-
"@
|
|
40
|
+
"@earendil-works/pi-ai": "^0.74.0",
|
|
41
|
+
"@earendil-works/pi-coding-agent": "^0.74.0",
|
|
42
42
|
"@sinclair/typebox": "^0.34.49",
|
|
43
|
+
"agent-browser": "^0.27.0",
|
|
43
44
|
"citty": "^0.2.2"
|
|
44
45
|
},
|
|
45
46
|
"devDependencies": {
|