agent-yes 1.60.0 → 1.60.1
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.
|
@@ -9381,7 +9381,7 @@ function tryCatch(catchFn, fn) {
|
|
|
9381
9381
|
//#endregion
|
|
9382
9382
|
//#region package.json
|
|
9383
9383
|
var name = "agent-yes";
|
|
9384
|
-
var version = "1.60.
|
|
9384
|
+
var version = "1.60.1";
|
|
9385
9385
|
|
|
9386
9386
|
//#endregion
|
|
9387
9387
|
//#region ts/pty-fix.ts
|
|
@@ -10428,4 +10428,4 @@ const SUPPORTED_CLIS = Object.keys(CLIS_CONFIG);
|
|
|
10428
10428
|
|
|
10429
10429
|
//#endregion
|
|
10430
10430
|
export { AgentContext as a, PidStore as c, config as i, removeControlCharacters as l, CLIS_CONFIG as n, name as o, agentYes as r, version as s, SUPPORTED_CLIS as t };
|
|
10431
|
-
//# sourceMappingURL=SUPPORTED_CLIS-
|
|
10431
|
+
//# sourceMappingURL=SUPPORTED_CLIS-nJ4Lx02F.js.map
|
package/dist/cli.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env bun
|
|
2
2
|
import { c as __toESM, i as __commonJSMin, r as require_ms, t as logger } from "./logger-DH1Rx9HI.js";
|
|
3
3
|
import "./agent-yes.config-CrgoI5sj.js";
|
|
4
|
-
import { c as PidStore, o as name, s as version, t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-
|
|
4
|
+
import { c as PidStore, o as name, s as version, t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-nJ4Lx02F.js";
|
|
5
5
|
import { createRequire } from "node:module";
|
|
6
6
|
import { argv } from "process";
|
|
7
7
|
import { spawn } from "child_process";
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import "./logger-DH1Rx9HI.js";
|
|
2
|
-
import { a as AgentContext, i as config, l as removeControlCharacters, n as CLIS_CONFIG, r as agentYes } from "./SUPPORTED_CLIS-
|
|
2
|
+
import { a as AgentContext, i as config, l as removeControlCharacters, n as CLIS_CONFIG, r as agentYes } from "./SUPPORTED_CLIS-nJ4Lx02F.js";
|
|
3
3
|
|
|
4
4
|
export { AgentContext, CLIS_CONFIG, config, agentYes as default, removeControlCharacters };
|
package/package.json
CHANGED