@usejunior/docx-mcp 0.8.1 → 0.8.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usejunior/docx-mcp",
3
- "version": "0.8.1",
3
+ "version": "0.8.2",
4
4
  "description": "MCP server for reading, editing, and comparing Word documents with tracked changes. For Claude, Gemini CLI, Cursor, and any MCP client. MIT licensed.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "lint": "tsc -b --pretty false"
27
27
  },
28
28
  "dependencies": {
29
- "@usejunior/docx-core": "^0.8.1",
29
+ "@usejunior/docx-core": "^0.8.2",
30
30
  "@modelcontextprotocol/sdk": "^1.0.0",
31
31
  "zod": "^4.3.6"
32
32
  },
@@ -53,7 +53,7 @@
53
53
  "dist"
54
54
  ],
55
55
  "peerDependencies": {
56
- "@usejunior/google-docs-core": "^0.8.1"
56
+ "@usejunior/google-docs-core": "^0.8.2"
57
57
  },
58
58
  "peerDependenciesMeta": {
59
59
  "@usejunior/google-docs-core": {