@polka-codes/runner 0.9.79 → 0.9.80

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -40499,7 +40499,7 @@ var {
40499
40499
  Help
40500
40500
  } = import__.default;
40501
40501
  // package.json
40502
- var version = "0.9.79";
40502
+ var version = "0.9.80";
40503
40503
 
40504
40504
  // src/runner.ts
40505
40505
  import { execSync } from "node:child_process";
@@ -64298,7 +64298,8 @@ var WorkflowStepDefinitionSchema = exports_external.object({
64298
64298
  output: exports_external.string().nullish(),
64299
64299
  expected_outcome: exports_external.string().nullish(),
64300
64300
  code: exports_external.string().nullish(),
64301
- outputSchema: exports_external.any().nullish()
64301
+ outputSchema: exports_external.any().nullish(),
64302
+ timeout: exports_external.number().positive().nullish()
64302
64303
  });
64303
64304
  var WorkflowDefinitionSchema = exports_external.object({
64304
64305
  task: exports_external.string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/runner",
3
- "version": "0.9.79",
3
+ "version": "0.9.80",
4
4
  "license": "AGPL-3.0",
5
5
  "author": "github@polka.codes",
6
6
  "type": "module",