+1
-1
| { | ||
| "name": "yjs", | ||
| "version": "13.6.29", | ||
| "version": "13.6.30", | ||
| "description": "Shared Editing Library", | ||
@@ -5,0 +5,0 @@ "main": "./dist/yjs.cjs", |
@@ -128,3 +128,3 @@ import { | ||
| if (left.clock + left.len >= right.clock) { | ||
| left.len = math.max(left.len, right.clock + right.len - left.clock) | ||
| dels[j - 1] = new DeleteItem(left.clock, math.max(left.len, right.clock + right.len - left.clock)) | ||
| } else { | ||
@@ -131,0 +131,0 @@ if (j < i) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
2304938
0.01%