@coresource/hz 0.20.8 → 0.21.1

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 +2 -2
  2. package/package.json +1 -1
package/dist/hz.mjs CHANGED
@@ -276,7 +276,7 @@ import {
276
276
  } from "fs/promises";
277
277
  import os from "os";
278
278
  import path from "path";
279
- var DEFAULT_ENDPOINT = "https://horizon.lvlzero.ai";
279
+ var DEFAULT_ENDPOINT = "https://horizon.coresource.ai";
280
280
  var ConfigError = class extends Error {
281
281
  code;
282
282
  constructor(message, code) {
@@ -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.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "hz": "dist/hz.mjs"