document-mcp 4.9.0 → 4.9.2

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.0";
15
+ var version = "4.9.2";
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.0";
12
+ var version = "4.9.2";
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.0";
11
+ var version = "4.9.2";
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.0",
3
+ "version": "4.9.2",
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": {
@@ -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.0",
94
- "document-outline.js": "3.7.0",
93
+ "document-compute.js": "1.5.2",
94
+ "document-outline.js": "3.7.1",
95
95
  "document-schema.js": "7.11.0",
96
- "documents.js": "7.19.0",
96
+ "documents.js": "7.20.0",
97
97
  "zod": "4.4.3"
98
98
  },
99
99
  "devDependencies": {