@vectros-ai/cli 0.5.0 → 0.5.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/cli.mjs CHANGED
@@ -490,6 +490,7 @@ var DocumentResponse;
490
490
  Extracting: "EXTRACTING",
491
491
  PendingIndex: "PENDING_INDEX",
492
492
  Indexed: "INDEXED",
493
+ Skipped: "SKIPPED",
493
494
  Stored: "STORED",
494
495
  Failed: "FAILED"
495
496
  };
@@ -655,6 +656,7 @@ var RecordResponse;
655
656
  RecordResponse2.IndexStatus = {
656
657
  PendingIndex: "PENDING_INDEX",
657
658
  Indexed: "INDEXED",
659
+ Skipped: "SKIPPED",
658
660
  Failed: "FAILED"
659
661
  };
660
662
  RecordResponse2.IndexMode = {
@@ -12904,8 +12906,8 @@ async function runBlueprintTest(fileOrName, opts, deps = {}) {
12904
12906
 
12905
12907
  // src/build-info.ts
12906
12908
  var BUILD_INFO = {
12907
- cli: true ? "0.5.0" : "dev",
12908
- sdk: true ? "0.29.7" : "dev",
12909
+ cli: true ? "0.5.1" : "dev",
12910
+ sdk: true ? "0.29.9" : "dev",
12909
12911
  blueprints: true ? "0.5.0" : "dev"
12910
12912
  };
12911
12913
  function formatBuildInfo() {