@ones-editor/editor 5.0.2-beta.h1434.1 → 5.0.2
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.js +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -97522,7 +97522,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
97522
97522
|
}
|
|
97523
97523
|
}
|
|
97524
97524
|
});
|
|
97525
|
-
editor.version = "5.0.2
|
|
97525
|
+
editor.version = "5.0.2";
|
|
97526
97526
|
return editor;
|
|
97527
97527
|
}
|
|
97528
97528
|
function isDoc(doc2) {
|
|
@@ -97658,7 +97658,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
97658
97658
|
OnesEditorDropTarget.register(editor);
|
|
97659
97659
|
OnesEditorTocProvider.register(editor);
|
|
97660
97660
|
OnesEditorExclusiveBlock.register(editor);
|
|
97661
|
-
editor.version = "5.0.2
|
|
97661
|
+
editor.version = "5.0.2";
|
|
97662
97662
|
return editor;
|
|
97663
97663
|
} catch (error2) {
|
|
97664
97664
|
try {
|
|
@@ -97801,7 +97801,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
97801
97801
|
}
|
|
97802
97802
|
}
|
|
97803
97803
|
});
|
|
97804
|
-
editor.version = "5.0.2
|
|
97804
|
+
editor.version = "5.0.2";
|
|
97805
97805
|
return editor;
|
|
97806
97806
|
}
|
|
97807
97807
|
const emojis$1 = {
|