@superdoc-dev/cli 0.15.0-next.8 → 0.15.0-next.9
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
|
@@ -353282,9 +353282,9 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
353282
353282
|
]);
|
|
353283
353283
|
});
|
|
353284
353284
|
|
|
353285
|
-
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-
|
|
353285
|
+
// ../../packages/superdoc/dist/chunks/create-super-doc-ui-VNl09TSQ.es.js
|
|
353286
353286
|
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;
|
|
353287
|
-
var
|
|
353287
|
+
var init_create_super_doc_ui_VNl09TSQ_es = __esm(() => {
|
|
353288
353288
|
init_SuperConverter_C6hKp29w_es();
|
|
353289
353289
|
init_create_headless_toolbar_ISx0N5AS_es();
|
|
353290
353290
|
MOD_ALIASES = new Set([
|
|
@@ -353337,7 +353337,7 @@ var init_super_editor_es = __esm(() => {
|
|
|
353337
353337
|
init_dist_B8HfvhaK_es();
|
|
353338
353338
|
init_unified_Dsuw2be5_es();
|
|
353339
353339
|
init_DocxZipper_nv_KfOqb_es();
|
|
353340
|
-
|
|
353340
|
+
init_create_super_doc_ui_VNl09TSQ_es();
|
|
353341
353341
|
init_ui_C5PAS9hY_es();
|
|
353342
353342
|
init_eventemitter3_BnGqBE_Q_es();
|
|
353343
353343
|
init_errors_CNaD6vcg_es();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superdoc-dev/cli",
|
|
3
|
-
"version": "0.15.0-next.
|
|
3
|
+
"version": "0.15.0-next.9",
|
|
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/pm-adapter": "0.0.0",
|
|
29
28
|
"@superdoc/super-editor": "0.0.1",
|
|
30
|
-
"superdoc": "1.37.0"
|
|
29
|
+
"superdoc": "1.37.0",
|
|
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.15.0-next.
|
|
38
|
-
"@superdoc-dev/cli-darwin-x64": "0.15.0-next.
|
|
39
|
-
"@superdoc-dev/cli-linux-x64": "0.15.0-next.
|
|
40
|
-
"@superdoc-dev/cli-linux-arm64": "0.15.0-next.
|
|
41
|
-
"@superdoc-dev/cli-windows-x64": "0.15.0-next.
|
|
37
|
+
"@superdoc-dev/cli-darwin-arm64": "0.15.0-next.9",
|
|
38
|
+
"@superdoc-dev/cli-darwin-x64": "0.15.0-next.9",
|
|
39
|
+
"@superdoc-dev/cli-linux-x64": "0.15.0-next.9",
|
|
40
|
+
"@superdoc-dev/cli-linux-arm64": "0.15.0-next.9",
|
|
41
|
+
"@superdoc-dev/cli-windows-x64": "0.15.0-next.9"
|
|
42
42
|
},
|
|
43
43
|
"scripts": {
|
|
44
44
|
"predev": "node scripts/ensure-superdoc-build.js",
|