n8n-nodes-deep-ocr 1.7.1 → 1.8.0

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -165,7 +165,7 @@ The **Binary Property** field must match the property name set by the previous n
165
165
  ### Prerequisites
166
166
 
167
167
  - Node.js 22+
168
- - pnpm 9.1+
168
+ - pnpm 11+
169
169
 
170
170
  ### Setup
171
171
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-deep-ocr",
3
- "version": "1.7.1",
3
+ "version": "1.8.0",
4
4
  "description": "n8n community node for Deep-OCR document processing API",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "engines": {
25
25
  "node": ">=22.0",
26
- "pnpm": ">=9.1"
26
+ "pnpm": ">=11.0"
27
27
  },
28
28
  "main": "dist/index.js",
29
29
  "types": "dist/index.d.ts",