@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.
- 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 +33 -33
- package/src/tryParseConfig.ts +1 -1
package/dist/node/index.mjs
CHANGED
|
@@ -1613,7 +1613,7 @@ var waitForHostPort = (host, port) => {
|
|
|
1613
1613
|
|
|
1614
1614
|
// src/runCLI.ts
|
|
1615
1615
|
var config;
|
|
1616
|
-
var version = isDefined13("1.
|
|
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);
|