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

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.
package/dist/node/xl1.mjs CHANGED
@@ -1536,7 +1536,7 @@ var waitForHostPort = (host, port) => {
1536
1536
 
1537
1537
  // src/runCLI.ts
1538
1538
  var config;
1539
- var version = isDefined12("1.9.0") ? "1.9.0" : "unknown";
1539
+ var version = isDefined12("1.10.0") ? "1.10.0" : "unknown";
1540
1540
  var getContextFromConfig = (config3) => {
1541
1541
  const logger = initLogger(config3);
1542
1542
  const orchestrator = new Orchestrator(logger);