document-mcp 4.9.2 → 4.9.3

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.
package/dist/bin.js CHANGED
@@ -12,7 +12,7 @@ import { existsSync, readFileSync } from "node:fs";
12
12
  import { basename, join } from "node:path";
13
13
  import { buildOutline, isOutlineNode, outlineLeafText } from "document-outline.js";
14
14
  //#region package.json
15
- var version = "4.9.2";
15
+ var version = "4.9.3";
16
16
  //#endregion
17
17
  //#region src/io/document-input.ts
18
18
  const EXTENSION_TO_FORMAT = {
package/dist/index.cjs CHANGED
@@ -9,7 +9,7 @@ let node_fs = require("node:fs");
9
9
  let node_path = require("node:path");
10
10
  let document_outline_js = require("document-outline.js");
11
11
  //#region package.json
12
- var version = "4.9.2";
12
+ var version = "4.9.3";
13
13
  //#endregion
14
14
  //#region src/io/document-input.ts
15
15
  const EXTENSION_TO_FORMAT = {
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ import { existsSync, readFileSync } from "node:fs";
8
8
  import { basename, join } from "node:path";
9
9
  import { buildOutline, isOutlineNode, outlineLeafText } from "document-outline.js";
10
10
  //#region package.json
11
- var version = "4.9.2";
11
+ var version = "4.9.3";
12
12
  //#endregion
13
13
  //#region src/io/document-input.ts
14
14
  const EXTENSION_TO_FORMAT = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "document-mcp",
3
- "version": "4.9.2",
3
+ "version": "4.9.3",
4
4
  "description": "MCP (Model Context Protocol) server exposing documents.js's document-conversion, .odb, metadata, and font tooling as MCP tools.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -65,7 +65,7 @@
65
65
  "test:coverage": "turbo run _test:coverage",
66
66
  "_test:coverage": "vitest run --project unit --coverage",
67
67
  "test:mutation": "turbo run _test:mutation",
68
- "_test:mutation": "stryker run stryker.config.mjs",
68
+ "_test:mutation": "stryker run stryker.config.ts",
69
69
  "test:smoke": "turbo run _test:smoke",
70
70
  "_test:smoke": "vitest run --project smoke",
71
71
  "prepare": "husky",
@@ -90,10 +90,10 @@
90
90
  "dependencies": {
91
91
  "@modelcontextprotocol/node": "2.0.0",
92
92
  "@modelcontextprotocol/server": "2.0.0",
93
- "document-compute.js": "1.5.2",
94
- "document-outline.js": "3.7.1",
95
- "document-schema.js": "7.11.0",
96
- "documents.js": "7.20.0",
93
+ "document-compute.js": "1.5.3",
94
+ "document-outline.js": "3.7.2",
95
+ "document-schema.js": "7.11.1",
96
+ "documents.js": "7.20.1",
97
97
  "zod": "4.4.3"
98
98
  },
99
99
  "devDependencies": {
@@ -107,13 +107,13 @@
107
107
  "@vitest/coverage-v8": "4.1.11",
108
108
  "eslint": "10.8.1",
109
109
  "husky": "9.1.7",
110
- "odf.js": "7.25.0",
110
+ "odf.js": "7.25.1",
111
111
  "publint": "0.3.22",
112
112
  "semantic-release": "25.0.9",
113
113
  "tsdown": "0.22.14",
114
114
  "turbo": "2.10.8",
115
115
  "typescript": "6.0.3",
116
116
  "vitest": "4.1.11",
117
- "wpd-codec": "3.5.0"
117
+ "wpd-codec": "3.5.1"
118
118
  }
119
119
  }