@superdoc-dev/cli 0.8.0-next.120 → 0.8.0-next.121
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 +8 -8
package/dist/index.js
CHANGED
|
@@ -342228,9 +342228,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
342228
342228
|
];
|
|
342229
342229
|
});
|
|
342230
342230
|
|
|
342231
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
342231
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-BrI339ti.es.js
|
|
342232
342232
|
var 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;
|
|
342233
|
-
var
|
|
342233
|
+
var init_create_super_doc_ui_BrI339ti_es = __esm(() => {
|
|
342234
342234
|
init_SuperConverter_ByqzBuoW_es();
|
|
342235
342235
|
init_create_headless_toolbar_CaWsmmol_es();
|
|
342236
342236
|
MOD_ALIASES = new Set([
|
|
@@ -342283,7 +342283,7 @@ var init_super_editor_es = __esm(() => {
|
|
|
342283
342283
|
init_dist_B8HfvhaK_es();
|
|
342284
342284
|
init_unified_Dsuw2be5_es();
|
|
342285
342285
|
init_DocxZipper_Bphhij1P_es();
|
|
342286
|
-
|
|
342286
|
+
init_create_super_doc_ui_BrI339ti_es();
|
|
342287
342287
|
init_ui_CGB3qmy3_es();
|
|
342288
342288
|
init_eventemitter3_UwU_CLPU_es();
|
|
342289
342289
|
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.121",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -25,20 +25,20 @@
|
|
|
25
25
|
"@types/ws": "^8.5.13",
|
|
26
26
|
"typescript": "^5.9.2",
|
|
27
27
|
"@superdoc/document-api": "0.0.1",
|
|
28
|
-
"@superdoc/
|
|
28
|
+
"@superdoc/super-editor": "0.0.1",
|
|
29
29
|
"superdoc": "1.32.0",
|
|
30
|
-
"@superdoc/
|
|
30
|
+
"@superdoc/pm-adapter": "0.0.0"
|
|
31
31
|
},
|
|
32
32
|
"module": "src/index.ts",
|
|
33
33
|
"publishConfig": {
|
|
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-
|
|
40
|
-
"@superdoc-dev/cli-linux-
|
|
41
|
-
"@superdoc-dev/cli-windows-x64": "0.8.0-next.
|
|
37
|
+
"@superdoc-dev/cli-darwin-arm64": "0.8.0-next.121",
|
|
38
|
+
"@superdoc-dev/cli-darwin-x64": "0.8.0-next.121",
|
|
39
|
+
"@superdoc-dev/cli-linux-x64": "0.8.0-next.121",
|
|
40
|
+
"@superdoc-dev/cli-linux-arm64": "0.8.0-next.121",
|
|
41
|
+
"@superdoc-dev/cli-windows-x64": "0.8.0-next.121"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"predev": "node scripts/ensure-superdoc-build.js",
|