@jentrix/runner 0.5.3 → 0.5.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.
@@ -0,0 +1,7 @@
1
+ // lib/version.ts
2
+ var RUNNER_VERSION = "0.5.4";
3
+
4
+ export {
5
+ RUNNER_VERSION
6
+ };
7
+ //# sourceMappingURL=chunk-W657VMAH.js.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../lib/version.ts"],
4
- "sourcesContent": ["export const RUNNER_VERSION = \"0.5.3\";\n"],
4
+ "sourcesContent": ["export const RUNNER_VERSION = \"0.5.4\";\n"],
5
5
  "mappings": ";AAAO,IAAM,iBAAiB;",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  RUNNER_VERSION
4
- } from "./chunk-A6NTXRVS.js";
4
+ } from "./chunk-W657VMAH.js";
5
5
 
6
6
  // runner-cli.ts
7
7
  import { fileURLToPath } from "node:url";
@@ -214,7 +214,7 @@ async function main(args = process.argv.slice(2)) {
214
214
  return runConfiguredRunner(args.includes("--once"));
215
215
  }
216
216
  if (command === "session-run" && (args.includes("--plan-stdin") || args.includes("--plan-file"))) {
217
- const { runSessionHost } = await import("./session-host-2Y7475EG.js");
217
+ const { runSessionHost } = await import("./session-host-6EN4YTL2.js");
218
218
  let raw;
219
219
  const planFile = valueAfter(args, "--plan-file");
220
220
  if (planFile) {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  RUNNER_VERSION
3
- } from "./chunk-A6NTXRVS.js";
3
+ } from "./chunk-W657VMAH.js";
4
4
  import {
5
5
  appendHookEvent,
6
6
  readHookLines,
@@ -1891,4 +1891,4 @@ export {
1891
1891
  safeParse,
1892
1892
  sessionCallTool
1893
1893
  };
1894
- //# sourceMappingURL=session-host-2Y7475EG.js.map
1894
+ //# sourceMappingURL=session-host-6EN4YTL2.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  RUNNER_VERSION
3
- } from "./chunk-A6NTXRVS.js";
3
+ } from "./chunk-W657VMAH.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 = "20260905000000_tpm_close_terminal_session_intervals";
6352
6352
  }
6353
6353
  if (!process.env.STACKS_APP_REVISION && true) {
6354
- process.env.STACKS_APP_REVISION = "b3408c81b181babb4205faa4288ef7d2989843c6";
6354
+ process.env.STACKS_APP_REVISION = "176d65344504817dc4d99d8163b8c3d8770f0ad0";
6355
6355
  }
6356
6356
  const resolved = resolveSchemaRevision(process.env, (p) => readdirSync(p));
6357
6357
  if (resolved.source === "migrations" && resolved.revision) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jentrix/runner",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "type": "module",
5
5
  "description": "The distributable self-hosted workflow runner for Jentrix.",
6
6
  "bin": {
@@ -1,7 +0,0 @@
1
- // lib/version.ts
2
- var RUNNER_VERSION = "0.5.3";
3
-
4
- export {
5
- RUNNER_VERSION
6
- };
7
- //# sourceMappingURL=chunk-A6NTXRVS.js.map