@superdoc-dev/cli 0.2.0-next.140 → 0.2.0-next.141

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 +6 -6
package/dist/index.js CHANGED
@@ -136026,7 +136026,7 @@ var init_remark_gfm_CjV8kaUy_es = __esm(() => {
136026
136026
  init_remark_gfm_z_sDF4ss_es();
136027
136027
  });
136028
136028
 
136029
- // ../../packages/superdoc/dist/chunks/src-D8pRcaK_.es.js
136029
+ // ../../packages/superdoc/dist/chunks/src-DvnhdISL.es.js
136030
136030
  function deleteProps(obj, propOrProps) {
136031
136031
  const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
136032
136032
  const removeNested = (target, pathParts, index2 = 0) => {
@@ -221809,7 +221809,7 @@ var Node$13 = class Node$14 {
221809
221809
  return false;
221810
221810
  return Boolean(checker(attrs));
221811
221811
  }, SuperToolbar, ICONS, TEXTS, tableActionsOptions;
221812
- var init_src_D8pRcaK__es = __esm(() => {
221812
+ var init_src_DvnhdISL_es = __esm(() => {
221813
221813
  init_rolldown_runtime_B2q5OVn9_es();
221814
221814
  init_SuperConverter_BParsWaS_es();
221815
221815
  init_jszip_ChlR43oI_es();
@@ -255633,7 +255633,7 @@ var init_zipper_DqXT7uTa_es = __esm(() => {
255633
255633
 
255634
255634
  // ../../packages/superdoc/dist/super-editor.es.js
255635
255635
  var init_super_editor_es = __esm(() => {
255636
- init_src_D8pRcaK__es();
255636
+ init_src_DvnhdISL_es();
255637
255637
  init_SuperConverter_BParsWaS_es();
255638
255638
  init_jszip_ChlR43oI_es();
255639
255639
  init_xml_js_DLE8mr0n_es();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/cli",
3
- "version": "0.2.0-next.140",
3
+ "version": "0.2.0-next.141",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "superdoc": "./dist/index.js"
@@ -30,11 +30,11 @@
30
30
  "access": "public"
31
31
  },
32
32
  "optionalDependencies": {
33
- "@superdoc-dev/cli-darwin-arm64": "0.2.0-next.140",
34
- "@superdoc-dev/cli-darwin-x64": "0.2.0-next.140",
35
- "@superdoc-dev/cli-linux-arm64": "0.2.0-next.140",
36
- "@superdoc-dev/cli-windows-x64": "0.2.0-next.140",
37
- "@superdoc-dev/cli-linux-x64": "0.2.0-next.140"
33
+ "@superdoc-dev/cli-darwin-arm64": "0.2.0-next.141",
34
+ "@superdoc-dev/cli-darwin-x64": "0.2.0-next.141",
35
+ "@superdoc-dev/cli-windows-x64": "0.2.0-next.141",
36
+ "@superdoc-dev/cli-linux-x64": "0.2.0-next.141",
37
+ "@superdoc-dev/cli-linux-arm64": "0.2.0-next.141"
38
38
  },
39
39
  "scripts": {
40
40
  "dev": "bun run src/index.ts",