@coresource/hz 0.20.8 → 0.21.0

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/hz.mjs +1 -1
  2. package/package.json +1 -1
package/dist/hz.mjs CHANGED
@@ -9430,7 +9430,7 @@ async function pushPlanningPlan(options) {
9430
9430
  // src/planning.ts
9431
9431
  var DEFAULT_ANALYSIS_TIMEOUT_MS = 5 * 60 * 1e3;
9432
9432
  var DEFAULT_POLL_INTERVAL_MS = 5e3;
9433
- var DEFAULT_PLANNER_MUTATION_TIMEOUT_MS = 6e4;
9433
+ var DEFAULT_PLANNER_MUTATION_TIMEOUT_MS = 6e5;
9434
9434
  var FREE_TEXT_OPTION_ID = "free_text";
9435
9435
  function resolveRuntimeMode2(options) {
9436
9436
  return options.runtimeMode ?? "local";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coresource/hz",
3
- "version": "0.20.8",
3
+ "version": "0.21.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "hz": "dist/hz.mjs"