@xyo-network/xl1-cli 1.7.2 → 1.7.3

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.
@@ -1484,7 +1484,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
1484
1484
 
1485
1485
  // src/runCLI.ts
1486
1486
  var config;
1487
- var version = isDefined7("1.7.1") ? "1.7.1" : "unknown";
1487
+ var version = isDefined7("1.7.2") ? "1.7.2" : "unknown";
1488
1488
  var getContextFromConfig = /* @__PURE__ */ __name((config2) => {
1489
1489
  const logger = initLogger(config2);
1490
1490
  const orchestrator = new Orchestrator(logger);