@xyo-network/xl1-cli-lib 1.7.10 → 1.7.11

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/node/xl1.mjs CHANGED
@@ -1516,7 +1516,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
1516
1516
 
1517
1517
  // src/runCLI.ts
1518
1518
  var config;
1519
- var version = isDefined11("1.7.9") ? "1.7.9" : "unknown";
1519
+ var version = isDefined11("1.7.10") ? "1.7.10" : "unknown";
1520
1520
  var getContextFromConfig = /* @__PURE__ */ __name((config3) => {
1521
1521
  const logger = initLogger(config3);
1522
1522
  const orchestrator = new Orchestrator(logger);