@ones-editor/editor 3.0.3-beta.9 → 3.0.4-beta.1
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
|
@@ -96056,7 +96056,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96056
96056
|
}
|
|
96057
96057
|
}
|
|
96058
96058
|
});
|
|
96059
|
-
editor.version = "3.0.
|
|
96059
|
+
editor.version = "3.0.4-beta.1";
|
|
96060
96060
|
return editor;
|
|
96061
96061
|
}
|
|
96062
96062
|
function isDoc(doc2) {
|
|
@@ -96190,7 +96190,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96190
96190
|
OnesEditorDropTarget.register(editor);
|
|
96191
96191
|
OnesEditorTocProvider.register(editor);
|
|
96192
96192
|
OnesEditorExclusiveBlock.register(editor);
|
|
96193
|
-
editor.version = "3.0.
|
|
96193
|
+
editor.version = "3.0.4-beta.1";
|
|
96194
96194
|
return editor;
|
|
96195
96195
|
}
|
|
96196
96196
|
async function showDocVersions(editor, options, serverUrl) {
|
|
@@ -96325,7 +96325,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96325
96325
|
}
|
|
96326
96326
|
}
|
|
96327
96327
|
});
|
|
96328
|
-
editor.version = "3.0.
|
|
96328
|
+
editor.version = "3.0.4-beta.1";
|
|
96329
96329
|
return editor;
|
|
96330
96330
|
}
|
|
96331
96331
|
const emojis$1 = {
|