From 89af8a4bf81e1058e6e4ccd5f4c5ef21f6b11055 Mon Sep 17 00:00:00 2001 From: Volodymyr Kartavyi Date: Fri, 9 Sep 2022 16:09:38 +0300 Subject: [PATCH] Export missing `encodeStateVectorV2` method --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 6624f8cb..941cc20a 100644 --- a/src/index.js +++ b/src/index.js @@ -59,6 +59,7 @@ export { encodeStateAsUpdate, encodeStateAsUpdateV2, encodeStateVector, + encodeStateVectorV2, UndoManager, decodeSnapshot, encodeSnapshot,