@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.
- package/dist/hz.mjs +1 -1
- 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.
|
|
279
|
+
var DEFAULT_ENDPOINT = "https://horizon.coresource.ai";
|
|
280
280
|
var ConfigError = class extends Error {
|
|
281
281
|
code;
|
|
282
282
|
constructor(message, code) {
|