@superdoc-dev/cli 0.5.0-next.39 → 0.5.0-next.40

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 +14 -9
  2. package/package.json +10 -10
package/dist/index.js CHANGED
@@ -27712,7 +27712,7 @@ var init_y_websocket = __esm(() => {
27712
27712
  };
27713
27713
  });
27714
27714
 
27715
- // ../../node_modules/.pnpm/@liveblocks+core@3.15.4_@types+json-schema@7.0.15/node_modules/@liveblocks/core/dist/index.js
27715
+ // ../../node_modules/.pnpm/@liveblocks+core@3.15.5_@types+json-schema@7.0.15/node_modules/@liveblocks/core/dist/index.js
27716
27716
  function error(msg) {
27717
27717
  if (false) {} else {
27718
27718
  throw new Error(msg);
@@ -33041,7 +33041,7 @@ function escapeMarkdown(value) {
33041
33041
  var __defProp2, __export2 = (target, all2) => {
33042
33042
  for (var name in all2)
33043
33043
  __defProp2(target, name, { get: all2[name], enumerable: true });
33044
- }, PKG_NAME = "@liveblocks/core", PKG_VERSION = "3.15.4", PKG_FORMAT = "esm", g, crossLinkedDocs = "https://liveblocks.io/docs/errors/cross-linked", dupesDocs = "https://liveblocks.io/docs/errors/dupes", SPACE = " ", freeze2, kSinks, kTrigger, signalsToTrigger = null, trackedReads = null, AbstractSignal, Signal, PatchableSignal, INITIAL, DerivedSignal, MutableSignal, SortedList, AiChatDB = class {
33044
+ }, PKG_NAME = "@liveblocks/core", PKG_VERSION = "3.15.5", PKG_FORMAT = "esm", g, crossLinkedDocs = "https://liveblocks.io/docs/errors/cross-linked", dupesDocs = "https://liveblocks.io/docs/errors/dupes", SPACE = " ", freeze2, kSinks, kTrigger, signalsToTrigger = null, trackedReads = null, AbstractSignal, Signal, PatchableSignal, INITIAL, DerivedSignal, MutableSignal, SortedList, AiChatDB = class {
33045
33045
  #byId;
33046
33046
  #chats;
33047
33047
  signal;
@@ -36684,8 +36684,8 @@ var init_dist = __esm(() => {
36684
36684
  detectDupes(PKG_NAME, PKG_VERSION, PKG_FORMAT);
36685
36685
  });
36686
36686
 
36687
- // ../../node_modules/.pnpm/@liveblocks+client@3.15.4_@types+json-schema@7.0.15/node_modules/@liveblocks/client/dist/index.js
36688
- var PKG_NAME2 = "@liveblocks/client", PKG_VERSION2 = "3.15.4", PKG_FORMAT2 = "esm";
36687
+ // ../../node_modules/.pnpm/@liveblocks+client@3.15.5_@types+json-schema@7.0.15/node_modules/@liveblocks/client/dist/index.js
36688
+ var PKG_NAME2 = "@liveblocks/client", PKG_VERSION2 = "3.15.5", PKG_FORMAT2 = "esm";
36689
36689
  var init_dist2 = __esm(() => {
36690
36690
  init_dist();
36691
36691
  init_dist();
@@ -37314,8 +37314,8 @@ var init_sha2 = __esm(() => {
37314
37314
  sha256 = /* @__PURE__ */ createHasher(() => new SHA256);
37315
37315
  });
37316
37316
 
37317
- // ../../node_modules/.pnpm/@liveblocks+yjs@3.15.4_@types+json-schema@7.0.15_yjs@13.6.30/node_modules/@liveblocks/yjs/dist/index.js
37318
- var PKG_NAME3 = "@liveblocks/yjs", PKG_VERSION3 = "3.15.4", PKG_FORMAT3 = "esm", create9 = () => /* @__PURE__ */ new Map, setIfUndefined3 = (map3, key, createT) => {
37317
+ // ../../node_modules/.pnpm/@liveblocks+yjs@3.15.5_@types+json-schema@7.0.15_yjs@13.6.30/node_modules/@liveblocks/yjs/dist/index.js
37318
+ var PKG_NAME3 = "@liveblocks/yjs", PKG_VERSION3 = "3.15.5", PKG_FORMAT3 = "esm", create9 = () => /* @__PURE__ */ new Map, setIfUndefined3 = (map3, key, createT) => {
37319
37319
  let set = map3.get(key);
37320
37320
  if (set === undefined) {
37321
37321
  map3.set(key, set = createT());
@@ -172606,7 +172606,7 @@ var init_remark_gfm_CjV8kaUy_es = __esm(() => {
172606
172606
  init_remark_gfm_z_sDF4ss_es();
172607
172607
  });
172608
172608
 
172609
- // ../../packages/superdoc/dist/chunks/src-Ce_Hps1H.es.js
172609
+ // ../../packages/superdoc/dist/chunks/src-DbY48WvQ.es.js
172610
172610
  function deleteProps(obj, propOrProps) {
172611
172611
  const props = typeof propOrProps === "string" ? [propOrProps] : propOrProps;
172612
172612
  const removeNested = (target, pathParts, index2 = 0) => {
@@ -213103,6 +213103,11 @@ function convertOmmlToMathml(ommlJson, doc$12) {
213103
213103
  return null;
213104
213104
  const root3 = ommlJson;
213105
213105
  const mathEl = doc$12.createElementNS(MATHML_NS, "math");
213106
+ mathEl.setAttribute("style", 'font-family: "Cambria Math", math');
213107
+ if (root3.name === "m:oMathPara") {
213108
+ mathEl.setAttribute("display", "block");
213109
+ mathEl.setAttribute("displaystyle", "true");
213110
+ }
213106
213111
  const children = root3.elements ?? [];
213107
213112
  for (const child of children) {
213108
213113
  const result = convertNode(child, doc$12);
@@ -255613,7 +255618,7 @@ var Node$13 = class Node$14 {
255613
255618
  return;
255614
255619
  console.log(...args$1);
255615
255620
  }, HEADER_FOOTER_INIT_BUDGET_MS = 200, MAX_ZOOM_WARNING_THRESHOLD = 10, MAX_SELECTION_RECTS_PER_USER = 100, SEMANTIC_RESIZE_DEBOUNCE_MS = 120, MIN_SEMANTIC_CONTENT_WIDTH_PX = 1, GLOBAL_PERFORMANCE, PresentationEditor, ICONS, TEXTS, tableActionsOptions;
255616
- var init_src_Ce_Hps1H_es = __esm(() => {
255621
+ var init_src_DbY48WvQ_es = __esm(() => {
255617
255622
  init_rolldown_runtime_B2q5OVn9_es();
255618
255623
  init_SuperConverter_DjfudLkQ_es();
255619
255624
  init_jszip_ChlR43oI_es();
@@ -290133,7 +290138,7 @@ var init_zipper_YmNpPIyc_es = __esm(() => {
290133
290138
 
290134
290139
  // ../../packages/superdoc/dist/super-editor.es.js
290135
290140
  var init_super_editor_es = __esm(() => {
290136
- init_src_Ce_Hps1H_es();
290141
+ init_src_DbY48WvQ_es();
290137
290142
  init_SuperConverter_DjfudLkQ_es();
290138
290143
  init_jszip_ChlR43oI_es();
290139
290144
  init_xml_js_40FWvL78_es();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superdoc-dev/cli",
3
- "version": "0.5.0-next.39",
3
+ "version": "0.5.0-next.40",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "superdoc": "./dist/index.js"
@@ -11,8 +11,8 @@
11
11
  ],
12
12
  "dependencies": {
13
13
  "@hocuspocus/provider": "^2.13.6",
14
- "@liveblocks/client": "^3.11.0",
15
- "@liveblocks/yjs": "^3.11.0",
14
+ "@liveblocks/client": "^3.15.5",
15
+ "@liveblocks/yjs": "^3.15.5",
16
16
  "fast-glob": "^3.3.3",
17
17
  "happy-dom": "^20.3.4",
18
18
  "ws": "^8.18.0",
@@ -24,21 +24,21 @@
24
24
  "@types/node": "22.19.2",
25
25
  "@types/ws": "^8.5.13",
26
26
  "typescript": "^5.9.2",
27
+ "@superdoc/document-api": "0.0.1",
27
28
  "@superdoc/pm-adapter": "0.0.0",
28
- "@superdoc/super-editor": "0.0.1",
29
29
  "superdoc": "1.23.0",
30
- "@superdoc/document-api": "0.0.1"
30
+ "@superdoc/super-editor": "0.0.1"
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.5.0-next.39",
38
- "@superdoc-dev/cli-darwin-x64": "0.5.0-next.39",
39
- "@superdoc-dev/cli-linux-x64": "0.5.0-next.39",
40
- "@superdoc-dev/cli-linux-arm64": "0.5.0-next.39",
41
- "@superdoc-dev/cli-windows-x64": "0.5.0-next.39"
37
+ "@superdoc-dev/cli-darwin-arm64": "0.5.0-next.40",
38
+ "@superdoc-dev/cli-darwin-x64": "0.5.0-next.40",
39
+ "@superdoc-dev/cli-linux-x64": "0.5.0-next.40",
40
+ "@superdoc-dev/cli-linux-arm64": "0.5.0-next.40",
41
+ "@superdoc-dev/cli-windows-x64": "0.5.0-next.40"
42
42
  },
43
43
  "scripts": {
44
44
  "predev": "node scripts/ensure-superdoc-build.js",