@superdoc-dev/cli 0.8.0-next.32 → 0.8.0-next.33

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -333607,9 +333607,9 @@ function print() { __p += __j.call(arguments, '') }
333607
333607
  ];
333608
333608
  });
333609
333609
 
333610
- // ../../packages/superdoc/dist/chunks/create-super-doc-ui-CN0_46iS.es.js
333610
+ // ../../packages/superdoc/dist/chunks/create-super-doc-ui-BUfd0WN3.es.js
333611
333611
  var ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS;
333612
- var init_create_super_doc_ui_CN0_46iS_es = __esm(() => {
333612
+ var init_create_super_doc_ui_BUfd0WN3_es = __esm(() => {
333613
333613
  init_SuperConverter_BTy5lByv_es();
333614
333614
  init_create_headless_toolbar_k6nNYL53_es();
333615
333615
  ALL_TOOLBAR_COMMAND_IDS = Object.keys(createToolbarRegistry());
@@ -333638,7 +333638,7 @@ var init_super_editor_es = __esm(() => {
333638
333638
  init_dist_B8HfvhaK_es();
333639
333639
  init_unified_Dsuw2be5_es();
333640
333640
  init_DocxZipper_CUX64E5K_es();
333641
- init_create_super_doc_ui_CN0_46iS_es();
333641
+ init_create_super_doc_ui_BUfd0WN3_es();
333642
333642
  init_ui_CGB3qmy3_es();
333643
333643
  init_eventemitter3_BJrNoN9D_es();
333644
333644
  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.32",
3
+ "version": "0.8.0-next.33",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "superdoc": "./dist/index.js"
@@ -25,8 +25,8 @@
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",
29
+ "@superdoc/pm-adapter": "0.0.0",
30
30
  "superdoc": "1.29.1"
31
31
  },
32
32
  "module": "src/index.ts",
@@ -34,11 +34,11 @@
34
34
  "access": "public"
35
35
  },
36
36
  "optionalDependencies": {
37
- "@superdoc-dev/cli-darwin-arm64": "0.8.0-next.32",
38
- "@superdoc-dev/cli-darwin-x64": "0.8.0-next.32",
39
- "@superdoc-dev/cli-linux-x64": "0.8.0-next.32",
40
- "@superdoc-dev/cli-linux-arm64": "0.8.0-next.32",
41
- "@superdoc-dev/cli-windows-x64": "0.8.0-next.32"
37
+ "@superdoc-dev/cli-darwin-arm64": "0.8.0-next.33",
38
+ "@superdoc-dev/cli-darwin-x64": "0.8.0-next.33",
39
+ "@superdoc-dev/cli-linux-x64": "0.8.0-next.33",
40
+ "@superdoc-dev/cli-linux-arm64": "0.8.0-next.33",
41
+ "@superdoc-dev/cli-windows-x64": "0.8.0-next.33"
42
42
  },
43
43
  "scripts": {
44
44
  "predev": "node scripts/ensure-superdoc-build.js",