@superdoc-dev/cli 0.8.0-next.43 → 0.8.0-next.45

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
@@ -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-D5fOVsS2.es.js
335846
+ // ../../packages/superdoc/dist/chunks/create-super-doc-ui-BX9GeQ4R.es.js
335847
335847
  var ALL_TOOLBAR_COMMAND_IDS, EMPTY_ACTIVE_IDS;
335848
- var init_create_super_doc_ui_D5fOVsS2_es = __esm(() => {
335848
+ var init_create_super_doc_ui_BX9GeQ4R_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
- init_create_super_doc_ui_D5fOVsS2_es();
335877
+ init_create_super_doc_ui_BX9GeQ4R_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.43",
3
+ "version": "0.8.0-next.45",
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/super-editor": "0.0.1",
29
28
  "@superdoc/pm-adapter": "0.0.0",
29
+ "@superdoc/super-editor": "0.0.1",
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.43",
38
- "@superdoc-dev/cli-darwin-x64": "0.8.0-next.43",
39
- "@superdoc-dev/cli-linux-x64": "0.8.0-next.43",
40
- "@superdoc-dev/cli-linux-arm64": "0.8.0-next.43",
41
- "@superdoc-dev/cli-windows-x64": "0.8.0-next.43"
37
+ "@superdoc-dev/cli-darwin-arm64": "0.8.0-next.45",
38
+ "@superdoc-dev/cli-darwin-x64": "0.8.0-next.45",
39
+ "@superdoc-dev/cli-linux-x64": "0.8.0-next.45",
40
+ "@superdoc-dev/cli-linux-arm64": "0.8.0-next.45",
41
+ "@superdoc-dev/cli-windows-x64": "0.8.0-next.45"
42
42
  },
43
43
  "scripts": {
44
44
  "predev": "node scripts/ensure-superdoc-build.js",