@absolutejs/absolute 0.19.0-beta.601 → 0.19.0-beta.603

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.
@@ -1760,7 +1760,7 @@ var createRAGFileRetrievalBaselineStore = (path) => {
1760
1760
  status: "active",
1761
1761
  version: typeof record.version === "number" ? record.version : currentVersion + 1
1762
1762
  },
1763
- ...existing.map((entry) => entry.groupKey === record.groupKey ? { ...entry, status: "superseded" } : entry)
1763
+ ...existing.map((entry) => entry.groupKey === record.groupKey && (entry.rolloutLabel ?? undefined) === (record.rolloutLabel ?? undefined) ? { ...entry, status: "superseded" } : entry)
1764
1764
  ]);
1765
1765
  await mkdir(dirname(path), { recursive: true });
1766
1766
  await writeFile(path, JSON.stringify(next, null, "\t") + `
@@ -6614,5 +6614,5 @@ export {
6614
6614
  buildRAGEvaluationLeaderboard
6615
6615
  };
6616
6616
 
6617
- //# debugId=DE4A3B36E31AD35E64756E2164756E21
6617
+ //# debugId=BF84F684839B69B464756E2164756E21
6618
6618
  //# sourceMappingURL=index.js.map