@jentrix/runner 0.5.15 → 0.5.17
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-3WYN5MUZ.js +7 -0
- package/dist/{chunk-PTARP62V.js.map → chunk-3WYN5MUZ.js.map} +1 -1
- package/dist/runner-cli.js +2 -2
- package/dist/{session-host-DMDLRICG.js → session-host-WBDPNA5C.js} +2 -2
- package/dist/workflow-runner.js +3 -3
- package/package.json +1 -1
- package/dist/chunk-PTARP62V.js +0 -7
- /package/dist/{session-host-DMDLRICG.js.map → session-host-WBDPNA5C.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-3WYN5MUZ.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-WBDPNA5C.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-3WYN5MUZ.js";
|
|
4
4
|
import {
|
|
5
5
|
appendHookEvent,
|
|
6
6
|
readHookLines,
|
|
@@ -2007,4 +2007,4 @@ export {
|
|
|
2007
2007
|
safeParse,
|
|
2008
2008
|
sessionCallTool
|
|
2009
2009
|
};
|
|
2010
|
-
//# sourceMappingURL=session-host-
|
|
2010
|
+
//# sourceMappingURL=session-host-WBDPNA5C.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-3WYN5MUZ.js";
|
|
4
4
|
|
|
5
5
|
// workflow-runner.ts
|
|
6
6
|
import { createHmac, timingSafeEqual } from "node:crypto";
|
|
@@ -6355,10 +6355,10 @@ async function assertReposUsable() {
|
|
|
6355
6355
|
}
|
|
6356
6356
|
function stampSchemaRevision() {
|
|
6357
6357
|
if (!process.env.STACKS_SCHEMA_REVISION && true) {
|
|
6358
|
-
process.env.STACKS_SCHEMA_REVISION = "
|
|
6358
|
+
process.env.STACKS_SCHEMA_REVISION = "20260912000000_product_feedback";
|
|
6359
6359
|
}
|
|
6360
6360
|
if (!process.env.STACKS_APP_REVISION && true) {
|
|
6361
|
-
process.env.STACKS_APP_REVISION = "
|
|
6361
|
+
process.env.STACKS_APP_REVISION = "99905655c1d2d486a22dfd804e645fb7c233c737";
|
|
6362
6362
|
}
|
|
6363
6363
|
const resolved = resolveSchemaRevision(process.env, (p) => readdirSync(p));
|
|
6364
6364
|
if (resolved.source === "migrations" && resolved.revision) {
|
package/package.json
CHANGED
package/dist/chunk-PTARP62V.js
DELETED
|
File without changes
|