@custom-js/n8n-nodes-pdf-toolkit 1.25.0 → 1.26.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.
@@ -115,7 +115,7 @@ class PdfFormFill {
115
115
  const pdfInput = input.file;
116
116
  const fieldValues = Object.fromEntries((input.fields || []).map(x => [x.name, x.value]));
117
117
  return PDF_FILL_FORM(pdfInput, fieldValues);`,
118
- returnBinary: true,
118
+ returnBinary: "true",
119
119
  },
120
120
  encoding: null,
121
121
  json: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@custom-js/n8n-nodes-pdf-toolkit",
3
- "version": "1.25.0",
3
+ "version": "1.26.0",
4
4
  "description": "This is official node for interacting with APIs from customjs.space",
5
5
  "keywords": [
6
6
  "customjs",