@superdoc-dev/cli 0.8.0-next.66 → 0.8.0-next.67
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
|
@@ -335925,9 +335925,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
335925
335925
|
];
|
|
335926
335926
|
});
|
|
335927
335927
|
|
|
335928
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
335928
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-C35BG-ow.es.js
|
|
335929
335929
|
var BUILTIN_CONTEXT_MENU_GROUPS, BUILTIN_GROUP_ORDER, RESERVED_PROXY_PROPERTY_NAMES, ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS;
|
|
335930
|
-
var
|
|
335930
|
+
var init_create_super_doc_ui_C35BG_ow_es = __esm(() => {
|
|
335931
335931
|
init_SuperConverter_DFi0X147_es();
|
|
335932
335932
|
init_create_headless_toolbar_C9nvGdZQ_es();
|
|
335933
335933
|
BUILTIN_CONTEXT_MENU_GROUPS = [
|
|
@@ -335971,7 +335971,7 @@ var init_super_editor_es = __esm(() => {
|
|
|
335971
335971
|
init_dist_B8HfvhaK_es();
|
|
335972
335972
|
init_unified_Dsuw2be5_es();
|
|
335973
335973
|
init_DocxZipper_CUX64E5K_es();
|
|
335974
|
-
|
|
335974
|
+
init_create_super_doc_ui_C35BG_ow_es();
|
|
335975
335975
|
init_ui_CGB3qmy3_es();
|
|
335976
335976
|
init_eventemitter3_UwU_CLPU_es();
|
|
335977
335977
|
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.67",
|
|
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/super-editor": "0.0.1",
|
|
29
28
|
"@superdoc/pm-adapter": "0.0.0",
|
|
30
|
-
"superdoc": "1.31.0"
|
|
29
|
+
"superdoc": "1.31.0",
|
|
30
|
+
"@superdoc/super-editor": "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-
|
|
40
|
-
"@superdoc-dev/cli-
|
|
41
|
-
"@superdoc-dev/cli-
|
|
37
|
+
"@superdoc-dev/cli-darwin-arm64": "0.8.0-next.67",
|
|
38
|
+
"@superdoc-dev/cli-darwin-x64": "0.8.0-next.67",
|
|
39
|
+
"@superdoc-dev/cli-linux-x64": "0.8.0-next.67",
|
|
40
|
+
"@superdoc-dev/cli-linux-arm64": "0.8.0-next.67",
|
|
41
|
+
"@superdoc-dev/cli-windows-x64": "0.8.0-next.67"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"predev": "node scripts/ensure-superdoc-build.js",
|