@superdoc-dev/cli 0.8.0-next.30 → 0.8.0-next.31
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
|
@@ -333317,9 +333317,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
333317
333317
|
];
|
|
333318
333318
|
});
|
|
333319
333319
|
|
|
333320
|
-
// ../../packages/superdoc/dist/chunks/ui-
|
|
333320
|
+
// ../../packages/superdoc/dist/chunks/ui-CCo9hP-j.es.js
|
|
333321
333321
|
var ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS;
|
|
333322
|
-
var
|
|
333322
|
+
var init_ui_CCo9hP_j_es = __esm(() => {
|
|
333323
333323
|
init_SuperConverter_4akUYfWt_es();
|
|
333324
333324
|
init_create_headless_toolbar_DeNFsEHx_es();
|
|
333325
333325
|
ALL_TOOLBAR_COMMAND_IDS = Object.keys(createToolbarRegistry());
|
|
@@ -333345,7 +333345,7 @@ var init_super_editor_es = __esm(() => {
|
|
|
333345
333345
|
init_dist_B8HfvhaK_es();
|
|
333346
333346
|
init_unified_Dsuw2be5_es();
|
|
333347
333347
|
init_DocxZipper_CQnO0NBY_es();
|
|
333348
|
-
|
|
333348
|
+
init_ui_CCo9hP_j_es();
|
|
333349
333349
|
init_eventemitter3_FJgkFNGb_es();
|
|
333350
333350
|
init_errors_C4DO_BsD_es();
|
|
333351
333351
|
init_zipper_CSxGBanD_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.31",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"superdoc": "./dist/index.js"
|
|
@@ -24,21 +24,21 @@
|
|
|
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/pm-adapter": "0.0.0",
|
|
29
29
|
"superdoc": "1.29.0",
|
|
30
|
-
"@superdoc/
|
|
30
|
+
"@superdoc/document-api": "0.0.1"
|
|
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-x64": "0.8.0-next.
|
|
40
|
-
"@superdoc-dev/cli-linux-arm64": "0.8.0-next.
|
|
41
|
-
"@superdoc-dev/cli-windows-x64": "0.8.0-next.
|
|
37
|
+
"@superdoc-dev/cli-darwin-arm64": "0.8.0-next.31",
|
|
38
|
+
"@superdoc-dev/cli-darwin-x64": "0.8.0-next.31",
|
|
39
|
+
"@superdoc-dev/cli-linux-x64": "0.8.0-next.31",
|
|
40
|
+
"@superdoc-dev/cli-linux-arm64": "0.8.0-next.31",
|
|
41
|
+
"@superdoc-dev/cli-windows-x64": "0.8.0-next.31"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"predev": "node scripts/ensure-superdoc-build.js",
|