@jentrix/runner 0.5.13 → 0.5.14
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/chunk-HN5DR7DX.js +7 -0
- package/dist/{chunk-QBB7WO4L.js.map → chunk-HN5DR7DX.js.map} +1 -1
- package/dist/runner-cli.js +2 -2
- package/dist/{session-host-X4B43PJJ.js → session-host-ELAJLLL4.js} +2 -2
- package/dist/workflow-runner.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-QBB7WO4L.js +0 -7
- /package/dist/{session-host-X4B43PJJ.js.map → session-host-ELAJLLL4.js.map} +0 -0
package/dist/runner-cli.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
RUNNER_VERSION
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HN5DR7DX.js";
|
|
5
5
|
|
|
6
6
|
// runner-cli.ts
|
|
7
7
|
import { fileURLToPath } from "node:url";
|
|
@@ -219,7 +219,7 @@ async function main(args = process.argv.slice(2)) {
|
|
|
219
219
|
return runConfiguredRunner(args.includes("--once"));
|
|
220
220
|
}
|
|
221
221
|
if (command === "session-run" && (args.includes("--plan-stdin") || args.includes("--plan-file"))) {
|
|
222
|
-
const { runSessionHost } = await import("./session-host-
|
|
222
|
+
const { runSessionHost } = await import("./session-host-ELAJLLL4.js");
|
|
223
223
|
let raw;
|
|
224
224
|
const planFile = valueAfter(args, "--plan-file");
|
|
225
225
|
if (planFile) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
RUNNER_VERSION
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-HN5DR7DX.js";
|
|
4
4
|
import {
|
|
5
5
|
appendHookEvent,
|
|
6
6
|
readHookLines,
|
|
@@ -2001,4 +2001,4 @@ export {
|
|
|
2001
2001
|
safeParse,
|
|
2002
2002
|
sessionCallTool
|
|
2003
2003
|
};
|
|
2004
|
-
//# sourceMappingURL=session-host-
|
|
2004
|
+
//# sourceMappingURL=session-host-ELAJLLL4.js.map
|
package/dist/workflow-runner.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
RUNNER_VERSION
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-HN5DR7DX.js";
|
|
4
4
|
|
|
5
5
|
// workflow-runner.ts
|
|
6
6
|
import { createHmac, timingSafeEqual } from "node:crypto";
|
|
@@ -6351,7 +6351,7 @@ function stampSchemaRevision() {
|
|
|
6351
6351
|
process.env.STACKS_SCHEMA_REVISION = "20260906000000_session_review_taxonomy_gap_issue";
|
|
6352
6352
|
}
|
|
6353
6353
|
if (!process.env.STACKS_APP_REVISION && true) {
|
|
6354
|
-
process.env.STACKS_APP_REVISION = "
|
|
6354
|
+
process.env.STACKS_APP_REVISION = "412549b403d4d97d4de43f117eb51acd9eed371a";
|
|
6355
6355
|
}
|
|
6356
6356
|
const resolved = resolveSchemaRevision(process.env, (p) => readdirSync(p));
|
|
6357
6357
|
if (resolved.source === "migrations" && resolved.revision) {
|
package/package.json
CHANGED
package/dist/chunk-QBB7WO4L.js
DELETED
|
File without changes
|