@coresource/hz 0.21.0 → 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 +1 -1
  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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coresource/hz",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "hz": "dist/hz.mjs"