@xyo-network/xl1-cli-lib 1.13.0 → 1.14.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/index.mjs +1 -1
- package/dist/node/index.mjs.map +1 -1
- package/dist/node/xl1.mjs +1 -1
- package/dist/node/xl1.mjs.map +1 -1
- package/package.json +13 -13
package/dist/node/xl1.mjs
CHANGED
|
@@ -1505,7 +1505,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
|
|
|
1505
1505
|
|
|
1506
1506
|
// src/runCLI.ts
|
|
1507
1507
|
var config;
|
|
1508
|
-
var version = isDefined12("1.
|
|
1508
|
+
var version = isDefined12("1.14.0") ? "1.14.0" : "unknown";
|
|
1509
1509
|
var getContextFromConfig = /* @__PURE__ */ __name((config3) => {
|
|
1510
1510
|
const logger = initLogger(config3);
|
|
1511
1511
|
const orchestrator = new Orchestrator(logger);
|