@xyo-network/xl1-cli-lib 1.15.1 → 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.
@@ -2,6 +2,7 @@ import type { ArchivistInstance } from '@xyo-network/archivist-model';
2
2
  import type { StoreKind } from '../../store/index.ts';
3
3
  /**
4
4
  * Returns a local persistent archivist
5
+ * @param name The name of the archivist
5
6
  * @param dbName The name of the database
6
7
  * @param storeName The name of the store
7
8
  * @param storageRoot The root directory for storage (default is '.store' in the current working directory)
@@ -1 +1 @@
1
- {"version":3,"file":"localPersistentArchivist.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/lib/localPersistentArchivist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAErE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAKrD;;;;;;;GAOG;AACH,eAAO,MAAM,2BAA2B,GACtC,MAAM,MAAM,EACZ,QAAQ,MAAM,EACd,WAAW,MAAM,EACjB,cAAc,MAAM,EACpB,OAAM,SAAkB,KACvB,OAAO,CAAC,iBAAiB,CAiB3B,CAAA;AAED;;;;;;GAMG;AACH,eAAO,MAAM,8BAA8B,GAAU,QAAQ,MAAM,EAAE,cAAc,MAAM,EAAE,OAAM,SAAkB,KAAG,OAAO,CAAC,IAAI,CAYjI,CAAA"}
1
+ {"version":3,"file":"localPersistentArchivist.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/archivists/lib/localPersistentArchivist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAErE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAA;AAKrD;;;;;;;;GAQG;AACH,eAAO,MAAM,2BAA2B,GACtC,MAAM,MAAM,EACZ,QAAQ,MAAM,EACd,WAAW,MAAM,EACjB,cAAc,MAAM,EACpB,OAAM,SAAkB,KACvB,OAAO,CAAC,iBAAiB,CAiB3B,CAAA;AAED;;;;;;GAMG;AACH,eAAO,MAAM,8BAA8B,GAAU,QAAQ,MAAM,EAAE,cAAc,MAAM,EAAE,OAAM,SAAkB,KAAG,OAAO,CAAC,IAAI,CAYjI,CAAA"}
package/dist/node/xl1.mjs CHANGED
@@ -1775,7 +1775,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
1775
1775
 
1776
1776
  // src/runCLI.ts
1777
1777
  var config;
1778
- var version = isDefined16("1.15.0") ? "1.15.0" : "unknown";
1778
+ var version = isDefined16("1.15.1") ? "1.15.1" : "unknown";
1779
1779
  var getContextFromConfig = /* @__PURE__ */ __name((config3) => {
1780
1780
  const logger = initLogger(config3);
1781
1781
  const orchestrator = new Orchestrator(logger);