@polka-codes/cli-shared 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 +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -58816,7 +58816,8 @@ var WorkflowStepDefinitionSchema = exports_external.object({
58816
58816
  output: exports_external.string().nullish(),
58817
58817
  expected_outcome: exports_external.string().nullish(),
58818
58818
  code: exports_external.string().nullish(),
58819
- outputSchema: exports_external.any().nullish()
58819
+ outputSchema: exports_external.any().nullish(),
58820
+ timeout: exports_external.number().positive().nullish()
58820
58821
  });
58821
58822
  var WorkflowDefinitionSchema = exports_external.object({
58822
58823
  task: exports_external.string(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@polka-codes/cli-shared",
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",