@xyo-network/xl1-cli-lib 1.7.9 → 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.
@@ -1596,7 +1596,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
1596
1596
 
1597
1597
  // src/runCLI.ts
1598
1598
  var config;
1599
- var version = isDefined12("1.7.8") ? "1.7.8" : "unknown";
1599
+ var version = isDefined12("1.7.10") ? "1.7.10" : "unknown";
1600
1600
  var getContextFromConfig = /* @__PURE__ */ __name((config3) => {
1601
1601
  const logger = initLogger(config3);
1602
1602
  const orchestrator = new Orchestrator(logger);