@liveblocks/core 3.20.0-exp1 → 3.20.0-exp2

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/index.cjs CHANGED
@@ -6,7 +6,7 @@ var __export = (target, all) => {
6
6
 
7
7
  // src/version.ts
8
8
  var PKG_NAME = "@liveblocks/core";
9
- var PKG_VERSION = "3.20.0-exp1";
9
+ var PKG_VERSION = "3.20.0-exp2";
10
10
  var PKG_FORMAT = "cjs";
11
11
 
12
12
  // src/dupe-detection.ts
@@ -8704,7 +8704,9 @@ function applyTextOperationsToSegments(segments, ops) {
8704
8704
  return next;
8705
8705
  }
8706
8706
  function applyLiveTextOperations(delta, ops) {
8707
- return segmentsToDelta(applyTextOperationsToSegments(deltaToSegments(delta), ops));
8707
+ return segmentsToDelta(
8708
+ applyTextOperationsToSegments(deltaToSegments(delta), ops)
8709
+ );
8708
8710
  }
8709
8711
  function invertTextOperations(segments, ops) {
8710
8712
  let shadow = [...segments];