agent-yes 1.60.3 → 1.60.4
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.
|
@@ -902,7 +902,7 @@ function tryCatch(catchFn, fn) {
|
|
|
902
902
|
//#endregion
|
|
903
903
|
//#region package.json
|
|
904
904
|
var name = "agent-yes";
|
|
905
|
-
var version = "1.60.
|
|
905
|
+
var version = "1.60.4";
|
|
906
906
|
|
|
907
907
|
//#endregion
|
|
908
908
|
//#region ts/pty-fix.ts
|
|
@@ -1949,4 +1949,4 @@ const SUPPORTED_CLIS = Object.keys(CLIS_CONFIG);
|
|
|
1949
1949
|
|
|
1950
1950
|
//#endregion
|
|
1951
1951
|
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 };
|
|
1952
|
-
//# sourceMappingURL=SUPPORTED_CLIS-
|
|
1952
|
+
//# sourceMappingURL=SUPPORTED_CLIS-CsIeXGPS.js.map
|
package/dist/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env bun
|
|
2
|
-
import { c as PidStore, o as name, s as version, t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-
|
|
2
|
+
import { c as PidStore, o as name, s as version, t as SUPPORTED_CLIS } from "./SUPPORTED_CLIS-CsIeXGPS.js";
|
|
3
3
|
import "./agent-yes.config-B-sre0vp.js";
|
|
4
4
|
import { t as logger } from "./logger-CY9ormLF.js";
|
|
5
5
|
import { argv } from "process";
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as AgentContext, i as config, l as removeControlCharacters, n as CLIS_CONFIG, r as agentYes } from "./SUPPORTED_CLIS-
|
|
1
|
+
import { a as AgentContext, i as config, l as removeControlCharacters, n as CLIS_CONFIG, r as agentYes } from "./SUPPORTED_CLIS-CsIeXGPS.js";
|
|
2
2
|
import "./logger-CY9ormLF.js";
|
|
3
3
|
|
|
4
4
|
export { AgentContext, CLIS_CONFIG, config, agentYes as default, removeControlCharacters };
|
package/package.json
CHANGED