n8n-nodes-docuparse 0.1.0 → 0.1.1

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-docuparse",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Full-featured document parsing node for n8n — PDF, DOCX, XLSX, PPTX, images, OCR, markdown output. No native dependencies.",
5
5
  "keywords": [
6
6
  "n8n-community-node-package",
@@ -23,7 +23,7 @@
23
23
  ]
24
24
  },
25
25
  "scripts": {
26
- "build": "esbuild nodes/DocuParse/DocuParse.node.ts --bundle --platform=node --format=cjs --outfile=dist/nodes/DocuParse/DocuParse.node.js --external:n8n-workflow --external:tesseract.js --external:pdfjs-dist --external:canvas --minify --target=node18",
26
+ "build": "esbuild nodes/DocuParse/DocuParse.node.ts --bundle --platform=node --format=cjs --outfile=dist/nodes/DocuParse/DocuParse.node.js --external:n8n-workflow --external:tesseract.js --external:pdfjs-dist --external:canvas --minify --target=node18 && cp nodes/DocuParse/ener.png dist/nodes/DocuParse/ener.png",
27
27
  "dev": "npm run build -- --watch",
28
28
  "prepublishOnly": "npm run build"
29
29
  },