@ones-editor/editor 3.0.16-beta.6 → 3.0.16
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
|
@@ -97125,7 +97125,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
97125
97125
|
}
|
|
97126
97126
|
}
|
|
97127
97127
|
});
|
|
97128
|
-
editor.version = "3.0.16
|
|
97128
|
+
editor.version = "3.0.16";
|
|
97129
97129
|
return editor;
|
|
97130
97130
|
}
|
|
97131
97131
|
function isDoc(doc2) {
|
|
@@ -97259,7 +97259,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
97259
97259
|
OnesEditorDropTarget.register(editor);
|
|
97260
97260
|
OnesEditorTocProvider.register(editor);
|
|
97261
97261
|
OnesEditorExclusiveBlock.register(editor);
|
|
97262
|
-
editor.version = "3.0.16
|
|
97262
|
+
editor.version = "3.0.16";
|
|
97263
97263
|
return editor;
|
|
97264
97264
|
}
|
|
97265
97265
|
async function showDocVersions(editor, options, serverUrl) {
|
|
@@ -97394,7 +97394,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
97394
97394
|
}
|
|
97395
97395
|
}
|
|
97396
97396
|
});
|
|
97397
|
-
editor.version = "3.0.16
|
|
97397
|
+
editor.version = "3.0.16";
|
|
97398
97398
|
return editor;
|
|
97399
97399
|
}
|
|
97400
97400
|
const emojis$1 = {
|