From 88fd9683b8f913490b61b5cb0e12d68627828bb5 Mon Sep 17 00:00:00 2001 From: Nick the Sick Date: Sun, 28 Dec 2025 13:47:14 +0100 Subject: [PATCH] expose `SnapshotAttributionManager` and `createAttributionManagerFromSnapshots` --- src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.js b/src/index.js index 2b490524..94b3d754 100644 --- a/src/index.js +++ b/src/index.js @@ -110,6 +110,8 @@ export { iterateStructsByIdSet, createAttributionManagerFromDiff, DiffAttributionManager, + createAttributionManagerFromSnapshots, + SnapshotAttributionManager, createIdSet, mergeIdSets, cloneDoc,