@xyo-network/xl1-cli-lib 1.16.1 → 1.16.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.
@@ -1926,7 +1926,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
1926
1926
 
1927
1927
  // src/runCLI.ts
1928
1928
  var configuration;
1929
- var version = isDefined17("1.16.0") ? "1.16.0" : "unknown";
1929
+ var version = isDefined17("1.16.1") ? "1.16.1" : "unknown";
1930
1930
  var getContextFromConfig = /* @__PURE__ */ __name((configuration2) => {
1931
1931
  const logger = initLogger(configuration2);
1932
1932
  const orchestrator = new Orchestrator(logger);