@xyo-network/xl1-cli-lib 1.10.0 → 1.10.2

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.
@@ -1613,7 +1613,7 @@ var waitForHostPort = (host, port) => {
1613
1613
 
1614
1614
  // src/runCLI.ts
1615
1615
  var config;
1616
- var version = isDefined13("1.9.0") ? "1.9.0" : "unknown";
1616
+ var version = isDefined13("1.10.1") ? "1.10.1" : "unknown";
1617
1617
  var getContextFromConfig = (config3) => {
1618
1618
  const logger = initLogger(config3);
1619
1619
  const orchestrator = new Orchestrator(logger);