@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") + `
@@ -7330,5 +7330,5 @@ export {
7330
7330
  createAIStream
7331
7331
  };
7332
7332
 
7333
- //# debugId=6C8A9F59B46EB8F064756E2164756E21
7333
+ //# debugId=C032A3F31461FE6064756E2164756E21
7334
7334
  //# sourceMappingURL=index.js.map