@xyo-network/xl1-cli-lib 1.13.0 → 1.14.0

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.
@@ -1585,7 +1585,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
1585
1585
 
1586
1586
  // src/runCLI.ts
1587
1587
  var config;
1588
- var version = isDefined13("1.12.14") ? "1.12.14" : "unknown";
1588
+ var version = isDefined13("1.13.0") ? "1.13.0" : "unknown";
1589
1589
  var getContextFromConfig = /* @__PURE__ */ __name((config3) => {
1590
1590
  const logger = initLogger(config3);
1591
1591
  const orchestrator = new Orchestrator(logger);