n8n-nodes-make-pdf 1.2.0 → 1.2.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.
@@ -383,20 +383,15 @@ class MakePdf {
383
383
  value: 'text',
384
384
  },
385
385
  ],
386
- default: 'autodetect',
386
+ default: 'file',
387
387
  description: 'The format in which the data gets returned from the URL',
388
388
  },
389
389
  {
390
390
  displayName: 'Output Binary Field Name',
391
391
  name: 'outputBinaryField',
392
- displayOptions: {
393
- show: {
394
- responseFormat: ['file'],
395
- },
396
- },
397
392
  type: 'string',
398
393
  default: 'data',
399
- description: 'Name of the binary property to write the file to',
394
+ description: 'Name of the binary property to write the file to (only used when Response Format is File)',
400
395
  },
401
396
  {
402
397
  displayName: 'Timeout',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-make-pdf",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "n8n node to generate PDFs via Gotenberg - Convert HTML to PDF with ease",
5
5
  "keywords": [
6
6
  "n8n",