@xyo-network/xl1-cli-lib 1.8.2 → 1.8.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.
@@ -1618,7 +1618,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
1618
1618
 
1619
1619
  // src/runCLI.ts
1620
1620
  var config;
1621
- var version = isDefined13("1.8.1") ? "1.8.1" : "unknown";
1621
+ var version = isDefined13("1.8.2") ? "1.8.2" : "unknown";
1622
1622
  var getContextFromConfig = /* @__PURE__ */ __name((config3) => {
1623
1623
  const logger = initLogger(config3);
1624
1624
  const orchestrator = new Orchestrator(logger);