@seafile/sdoc-editor 0.5.41-beta.5 → 0.5.41-beta.6

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.
@@ -39,6 +39,7 @@ export const getTopLevelChanges = changes => {
39
39
 
40
40
  // Merge consecutive added areas or deleted areas
41
41
  export const getMergedChanges = (topLevelChanges, diffValue) => {
42
+ console.log('topLevelChanges', topLevelChanges);
42
43
  const topLevelChangesValue = [];
43
44
  const changes = [];
44
45
  diffValue.forEach(item => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seafile/sdoc-editor",
3
- "version": "0.5.41-beta.5",
3
+ "version": "0.5.41-beta.6",
4
4
  "private": false,
5
5
  "description": "This is a sdoc editor",
6
6
  "main": "dist/index.js",