@ones-editor/editor 4.0.3-beta.ONES22301663.1 → 4.0.3
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
|
@@ -97211,7 +97211,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
97211
97211
|
}
|
|
97212
97212
|
}
|
|
97213
97213
|
});
|
|
97214
|
-
editor.version = "4.0.3
|
|
97214
|
+
editor.version = "4.0.3";
|
|
97215
97215
|
return editor;
|
|
97216
97216
|
}
|
|
97217
97217
|
function isDoc(doc2) {
|
|
@@ -97347,7 +97347,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
97347
97347
|
OnesEditorDropTarget.register(editor);
|
|
97348
97348
|
OnesEditorTocProvider.register(editor);
|
|
97349
97349
|
OnesEditorExclusiveBlock.register(editor);
|
|
97350
|
-
editor.version = "4.0.3
|
|
97350
|
+
editor.version = "4.0.3";
|
|
97351
97351
|
return editor;
|
|
97352
97352
|
} catch (error2) {
|
|
97353
97353
|
try {
|
|
@@ -97490,7 +97490,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
97490
97490
|
}
|
|
97491
97491
|
}
|
|
97492
97492
|
});
|
|
97493
|
-
editor.version = "4.0.3
|
|
97493
|
+
editor.version = "4.0.3";
|
|
97494
97494
|
return editor;
|
|
97495
97495
|
}
|
|
97496
97496
|
const emojis$1 = {
|