@superdoc-dev/cli 0.2.0-next.134 → 0.2.0-next.135

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 -4
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -135913,7 +135913,7 @@ var init_remark_gfm_CjV8kaUy_es = __esm(() => {
135913
135913
  init_remark_gfm_z_sDF4ss_es();
135914
135914
  });
135915
135915
 
135916
- // ../../packages/superdoc/dist/chunks/src-DWexXOnd.es.js
135916
+ // ../../packages/superdoc/dist/chunks/src-CDxFqrrf.es.js
135917
135917
  function deleteProps(obj, propOrProps) {
135918
135918
  const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
135919
135919
  const removeNested = (target, pathParts, index2 = 0) => {
@@ -219444,7 +219444,7 @@ var Node$13 = class Node$14 {
219444
219444
  return false;
219445
219445
  return Boolean(checker(attrs));
219446
219446
  }, SuperToolbar, ICONS, TEXTS, tableActionsOptions;
219447
- var init_src_DWexXOnd_es = __esm(() => {
219447
+ var init_src_CDxFqrrf_es = __esm(() => {
219448
219448
  init_rolldown_runtime_B2q5OVn9_es();
219449
219449
  init_SuperConverter_CEAHNaZj_es();
219450
219450
  init_jszip_ChlR43oI_es();
@@ -230208,7 +230208,6 @@ function print() { __p += __j.call(arguments, '') }
230208
230208
  reject(/* @__PURE__ */ new Error(`replaceFile(): collaboration provider did not sync within ${SYNC_TIMEOUT_MS}ms. The provider exposes on/off but never emitted sync(true) or synced.`));
230209
230209
  }, SYNC_TIMEOUT_MS);
230210
230210
  });
230211
- doReplaceFileSync();
230212
230211
  } else
230213
230212
  this.#insertNewFileData();
230214
230213
  if (!this.options.ydoc)
@@ -253129,7 +253128,7 @@ var init_zipper_DqXT7uTa_es = __esm(() => {
253129
253128
 
253130
253129
  // ../../packages/superdoc/dist/super-editor.es.js
253131
253130
  var init_super_editor_es = __esm(() => {
253132
- init_src_DWexXOnd_es();
253131
+ init_src_CDxFqrrf_es();
253133
253132
  init_SuperConverter_CEAHNaZj_es();
253134
253133
  init_jszip_ChlR43oI_es();
253135
253134
  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.134",
3
+ "version": "0.2.0-next.135",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "superdoc": "./dist/index.js"
@@ -20,8 +20,8 @@
20
20
  "@types/bun": "^1.3.8",
21
21
  "@types/node": "22.19.2",
22
22
  "typescript": "^5.9.2",
23
- "@superdoc/pm-adapter": "0.0.0",
24
23
  "@superdoc/document-api": "0.0.1",
24
+ "@superdoc/pm-adapter": "0.0.0",
25
25
  "@superdoc/super-editor": "0.0.1",
26
26
  "superdoc": "1.18.0"
27
27
  },
@@ -30,11 +30,11 @@
30
30
  "access": "public"
31
31
  },
32
32
  "optionalDependencies": {
33
- "@superdoc-dev/cli-darwin-arm64": "0.2.0-next.134",
34
- "@superdoc-dev/cli-darwin-x64": "0.2.0-next.134",
35
- "@superdoc-dev/cli-linux-x64": "0.2.0-next.134",
36
- "@superdoc-dev/cli-linux-arm64": "0.2.0-next.134",
37
- "@superdoc-dev/cli-windows-x64": "0.2.0-next.134"
33
+ "@superdoc-dev/cli-darwin-arm64": "0.2.0-next.135",
34
+ "@superdoc-dev/cli-darwin-x64": "0.2.0-next.135",
35
+ "@superdoc-dev/cli-linux-x64": "0.2.0-next.135",
36
+ "@superdoc-dev/cli-windows-x64": "0.2.0-next.135",
37
+ "@superdoc-dev/cli-linux-arm64": "0.2.0-next.135"
38
38
  },
39
39
  "scripts": {
40
40
  "dev": "bun run src/index.ts",