@superdoc-dev/cli 0.8.0-next.32 → 0.8.0-next.34
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 +6 -6
package/dist/index.js
CHANGED
|
@@ -333607,9 +333607,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
333607
333607
|
];
|
|
333608
333608
|
});
|
|
333609
333609
|
|
|
333610
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
333610
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-BUfd0WN3.es.js
|
|
333611
333611
|
var ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS;
|
|
333612
|
-
var
|
|
333612
|
+
var init_create_super_doc_ui_BUfd0WN3_es = __esm(() => {
|
|
333613
333613
|
init_SuperConverter_BTy5lByv_es();
|
|
333614
333614
|
init_create_headless_toolbar_k6nNYL53_es();
|
|
333615
333615
|
ALL_TOOLBAR_COMMAND_IDS = Object.keys(createToolbarRegistry());
|
|
@@ -333638,7 +333638,7 @@ var init_super_editor_es = __esm(() => {
|
|
|
333638
333638
|
init_dist_B8HfvhaK_es();
|
|
333639
333639
|
init_unified_Dsuw2be5_es();
|
|
333640
333640
|
init_DocxZipper_CUX64E5K_es();
|
|
333641
|
-
|
|
333641
|
+
init_create_super_doc_ui_BUfd0WN3_es();
|
|
333642
333642
|
init_ui_CGB3qmy3_es();
|
|
333643
333643
|
init_eventemitter3_BJrNoN9D_es();
|
|
333644
333644
|
init_errors_C_DoKMoN_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/cli",
|
|
3
|
-
"version": "0.8.0-next.
|
|
3
|
+
"version": "0.8.0-next.34",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
36
|
"optionalDependencies": {
|
|
37
|
-
"@superdoc-dev/cli-darwin-arm64": "0.8.0-next.
|
|
38
|
-
"@superdoc-dev/cli-darwin-x64": "0.8.0-next.
|
|
39
|
-
"@superdoc-dev/cli-linux-x64": "0.8.0-next.
|
|
40
|
-
"@superdoc-dev/cli-
|
|
41
|
-
"@superdoc-dev/cli-
|
|
37
|
+
"@superdoc-dev/cli-darwin-arm64": "0.8.0-next.34",
|
|
38
|
+
"@superdoc-dev/cli-darwin-x64": "0.8.0-next.34",
|
|
39
|
+
"@superdoc-dev/cli-linux-x64": "0.8.0-next.34",
|
|
40
|
+
"@superdoc-dev/cli-windows-x64": "0.8.0-next.34",
|
|
41
|
+
"@superdoc-dev/cli-linux-arm64": "0.8.0-next.34"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"predev": "node scripts/ensure-superdoc-build.js",
|