@lvce-editor/editor-worker 16.0.0 → 16.1.0

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.
@@ -3635,9 +3635,6 @@ const createEditor = async ({
3635
3635
  focused: true,
3636
3636
  textInfos
3637
3637
  };
3638
- console.error({
3639
- newEditor4
3640
- });
3641
3638
  set$6(id, emptyEditor, newEditor4);
3642
3639
 
3643
3640
  // TODO only sync when needed
@@ -10479,9 +10476,6 @@ const renderLines = {
10479
10476
  } = newState;
10480
10477
  const relativeLine = highlightedLine - minLineY;
10481
10478
  const dom = getEditorRowsVirtualDom(textInfos, differences, true, relativeLine);
10482
- console.error({
10483
- dom
10484
- });
10485
10479
  return [/* method */'setText', dom];
10486
10480
  },
10487
10481
  isEqual(oldState, newState) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/editor-worker",
3
- "version": "16.0.0",
3
+ "version": "16.1.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git@github.com:lvce-editor/editor-worker.git"