@superdoc-dev/cli 0.8.0-next.41 → 0.8.0-next.42
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 +9 -9
package/dist/index.js
CHANGED
|
@@ -335843,9 +335843,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
335843
335843
|
];
|
|
335844
335844
|
});
|
|
335845
335845
|
|
|
335846
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
335846
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-BLPlGfXr.es.js
|
|
335847
335847
|
var ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS;
|
|
335848
|
-
var
|
|
335848
|
+
var init_create_super_doc_ui_BLPlGfXr_es = __esm(() => {
|
|
335849
335849
|
init_SuperConverter_DklB_kc9_es();
|
|
335850
335850
|
init_create_headless_toolbar_lTVVsGdE_es();
|
|
335851
335851
|
ALL_TOOLBAR_COMMAND_IDS = Object.keys(createToolbarRegistry());
|
|
@@ -335874,7 +335874,7 @@ var init_super_editor_es = __esm(() => {
|
|
|
335874
335874
|
init_dist_B8HfvhaK_es();
|
|
335875
335875
|
init_unified_Dsuw2be5_es();
|
|
335876
335876
|
init_DocxZipper_CUX64E5K_es();
|
|
335877
|
-
|
|
335877
|
+
init_create_super_doc_ui_BLPlGfXr_es();
|
|
335878
335878
|
init_ui_CGB3qmy3_es();
|
|
335879
335879
|
init_eventemitter3_BJrNoN9D_es();
|
|
335880
335880
|
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.42",
|
|
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/pm-adapter": "0.0.0",
|
|
28
|
-
"superdoc": "1.29.1",
|
|
29
27
|
"@superdoc/document-api": "0.0.1",
|
|
30
|
-
"@superdoc/super-editor": "0.0.1"
|
|
28
|
+
"@superdoc/super-editor": "0.0.1",
|
|
29
|
+
"superdoc": "1.29.1",
|
|
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.42",
|
|
38
|
+
"@superdoc-dev/cli-darwin-x64": "0.8.0-next.42",
|
|
39
|
+
"@superdoc-dev/cli-linux-x64": "0.8.0-next.42",
|
|
40
|
+
"@superdoc-dev/cli-linux-arm64": "0.8.0-next.42",
|
|
41
|
+
"@superdoc-dev/cli-windows-x64": "0.8.0-next.42"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"predev": "node scripts/ensure-superdoc-build.js",
|