n8n-nodes-make-pdf 1.2.2 → 1.2.3

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.
@@ -161,6 +161,10 @@ class MakePdf {
161
161
  },
162
162
  },
163
163
  options: [
164
+ {
165
+ name: 'n8n Binary Data',
166
+ value: 'binaryData',
167
+ },
164
168
  {
165
169
  name: 'Form-Data Multipart',
166
170
  value: 'multipart-form-data',
@@ -177,12 +181,8 @@ class MakePdf {
177
181
  name: 'RAW/Custom',
178
182
  value: 'raw',
179
183
  },
180
- {
181
- name: 'n8n Binary Data',
182
- value: 'binaryData',
183
- },
184
184
  ],
185
- default: 'multipart-form-data',
185
+ default: 'binaryData',
186
186
  description: 'Content-Type to use for body',
187
187
  },
188
188
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-make-pdf",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "n8n node to generate PDFs via Gotenberg - Convert HTML to PDF with ease",
5
5
  "keywords": [
6
6
  "n8n",