@warleon/n8n-nodes-payload-cms 1.3.5 → 1.3.6

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.
@@ -489,7 +489,7 @@ class PayloadCms {
489
489
  }
490
490
  let requestConfig = {};
491
491
  // handle binary inputs
492
- const binaryPropertyName = this.getNodeParameter("additionalOptions.upload", i);
492
+ const binaryPropertyName = additionalOptions.upload;
493
493
  if (binaryPropertyName) {
494
494
  const binaryData = this.helpers.assertBinaryData(i, binaryPropertyName);
495
495
  const fileBuffer = await this.helpers.getBinaryDataBuffer(i, binaryPropertyName);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@warleon/n8n-nodes-payload-cms",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "description": "Dynamic n8n node for Payload CMS that auto-discovers collections and operations forked and extended from https://github.com/leadership-institute/n8n-payload-dynamic",
5
5
  "main": "dist/index.js",
6
6
  "author": "warleon",