@superdoc-dev/cli 0.17.0-next.22 → 0.17.0-next.23
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 +7 -7
package/dist/index.js
CHANGED
|
@@ -368554,9 +368554,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
368554
368554
|
]);
|
|
368555
368555
|
});
|
|
368556
368556
|
|
|
368557
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
368557
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-DEBNcUWy.es.js
|
|
368558
368558
|
var DEFAULT_TEXT_ALIGN_OPTIONS, DEFAULT_LINE_HEIGHT_OPTIONS, DEFAULT_ZOOM_OPTIONS, DEFAULT_DOCUMENT_MODE_OPTIONS, DEFAULT_FONT_SIZE_OPTIONS, headlessToolbarConstants, MOD_ALIASES, ALT_ALIASES, CTRL_ALIASES, SHIFT_ALIASES, BUILTIN_CONTEXT_MENU_GROUPS, BUILTIN_GROUP_ORDER, RESERVED_PROXY_PROPERTY_NAMES, ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS, FONT_SIZE_OPTIONS;
|
|
368559
|
-
var
|
|
368559
|
+
var init_create_super_doc_ui_DEBNcUWy_es = __esm(() => {
|
|
368560
368560
|
init_SuperConverter_CLuVUp7o_es();
|
|
368561
368561
|
init_create_headless_toolbar_Dga1mSBS_es();
|
|
368562
368562
|
DEFAULT_TEXT_ALIGN_OPTIONS = [
|
|
@@ -368858,7 +368858,7 @@ var init_super_editor_es = __esm(() => {
|
|
|
368858
368858
|
init_dist_B8HfvhaK_es();
|
|
368859
368859
|
init_unified_Dsuw2be5_es();
|
|
368860
368860
|
init_DocxZipper_FUsfThjV_es();
|
|
368861
|
-
|
|
368861
|
+
init_create_super_doc_ui_DEBNcUWy_es();
|
|
368862
368862
|
init_ui_C5PAS9hY_es();
|
|
368863
368863
|
init_eventemitter3_BnGqBE_Q_es();
|
|
368864
368864
|
init_errors_CNaD6vcg_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/cli",
|
|
3
|
-
"version": "0.17.0-next.
|
|
3
|
+
"version": "0.17.0-next.23",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"@types/node": "22.19.2",
|
|
25
25
|
"@types/ws": "^8.5.13",
|
|
26
26
|
"typescript": "^5.9.2",
|
|
27
|
-
"@superdoc/document-api": "0.0.1",
|
|
28
27
|
"@superdoc/super-editor": "0.0.1",
|
|
28
|
+
"@superdoc/document-api": "0.0.1",
|
|
29
29
|
"superdoc": "1.39.0"
|
|
30
30
|
},
|
|
31
31
|
"module": "src/index.ts",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@superdoc-dev/cli-darwin-x64": "0.17.0-next.
|
|
37
|
-
"@superdoc-dev/cli-darwin-arm64": "0.17.0-next.
|
|
38
|
-
"@superdoc-dev/cli-linux-
|
|
39
|
-
"@superdoc-dev/cli-linux-
|
|
40
|
-
"@superdoc-dev/cli-windows-x64": "0.17.0-next.
|
|
36
|
+
"@superdoc-dev/cli-darwin-x64": "0.17.0-next.23",
|
|
37
|
+
"@superdoc-dev/cli-darwin-arm64": "0.17.0-next.23",
|
|
38
|
+
"@superdoc-dev/cli-linux-arm64": "0.17.0-next.23",
|
|
39
|
+
"@superdoc-dev/cli-linux-x64": "0.17.0-next.23",
|
|
40
|
+
"@superdoc-dev/cli-windows-x64": "0.17.0-next.23"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"predev": "node scripts/ensure-superdoc-build.js",
|