@xyo-network/xl1-cli-lib 1.15.0 → 1.15.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/orchestration/archivists/lib/localPersistentArchivist.d.ts +1 -0
- package/dist/node/orchestration/archivists/lib/localPersistentArchivist.d.ts.map +1 -1
- package/dist/node/xl1.mjs +1 -1
- package/dist/node/xl1.mjs.map +1 -1
- package/package.json +15 -15
- package/src/orchestration/archivists/lib/localPersistentArchivist.ts +1 -0
package/dist/node/index.mjs
CHANGED
|
@@ -1855,7 +1855,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
|
|
|
1855
1855
|
|
|
1856
1856
|
// src/runCLI.ts
|
|
1857
1857
|
var config;
|
|
1858
|
-
var version = isDefined17("1.
|
|
1858
|
+
var version = isDefined17("1.15.1") ? "1.15.1" : "unknown";
|
|
1859
1859
|
var getContextFromConfig = /* @__PURE__ */ __name((config3) => {
|
|
1860
1860
|
const logger = initLogger(config3);
|
|
1861
1861
|
const orchestrator = new Orchestrator(logger);
|