From 2aba7bf0fd7bfb7aafb9ad16c434c183c8d63114 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Thu, 1 May 2025 15:46:28 +0200 Subject: [PATCH] add missing exports for y-prosemirror --- src/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 4dfa0b3c..1aebeb81 100644 --- a/src/index.js +++ b/src/index.js @@ -113,7 +113,9 @@ export { createIdMapFromIdSet, TwosetAttributionManager, noAttributionsManager, - createAttributionManagerFromDiff + iterateStructsByIdSet, + createAttributionManagerFromDiff, + createIdSet } from './internals.js' const glo = /** @type {any} */ (typeof globalThis !== 'undefined'