@xyo-network/xl1-cli 1.7.2 → 1.7.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.
- package/dist/cli-min.mjs +2 -2
- package/lib/node/index.mjs +1 -1
- package/lib/node/index.mjs.map +1 -1
- package/lib/node/orchestration/initServices.d.ts.map +1 -1
- package/lib/node/xl1.mjs +1 -1
- package/lib/node/xl1.mjs.map +1 -1
- package/package.json +11 -11
- package/src/orchestration/initServices.ts +0 -3
package/lib/node/index.mjs
CHANGED
|
@@ -1484,7 +1484,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
|
|
|
1484
1484
|
|
|
1485
1485
|
// src/runCLI.ts
|
|
1486
1486
|
var config;
|
|
1487
|
-
var version = isDefined7("1.7.
|
|
1487
|
+
var version = isDefined7("1.7.2") ? "1.7.2" : "unknown";
|
|
1488
1488
|
var getContextFromConfig = /* @__PURE__ */ __name((config2) => {
|
|
1489
1489
|
const logger = initLogger(config2);
|
|
1490
1490
|
const orchestrator = new Orchestrator(logger);
|