document-rest 1.4.2 → 1.4.4

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": "document-rest",
3
- "version": "1.4.2",
3
+ "version": "1.4.4",
4
4
  "description": "A plain REST API server exposing document-operations' conversion, editing, inspection, and .odb operations as JSON-over-HTTP endpoints -- one POST route per operation, for a caller with no MCP client and no Node runtime of their own.",
5
5
  "type": "module",
6
6
  "repository": {
@@ -87,8 +87,8 @@
87
87
  "license": "MIT",
88
88
  "packageManager": "pnpm@11.6.0",
89
89
  "dependencies": {
90
- "document-operations": "1.1.2",
91
- "documents.js": "7.20.3",
90
+ "document-operations": "1.1.4",
91
+ "documents.js": "7.20.4",
92
92
  "zod": "4.4.3"
93
93
  },
94
94
  "devDependencies": {