@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.
package/dist/ai/index.js CHANGED
@@ -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") + `
@@ -20557,5 +20557,5 @@ export {
20557
20557
  aiChat
20558
20558
  };
20559
20559
 
20560
- //# debugId=2B4444B4E5A08B1464756E2164756E21
20560
+ //# debugId=E76E681490B6CFE564756E2164756E21
20561
20561
  //# sourceMappingURL=index.js.map