@5minds/node-red-contrib-processcube 1.15.0-develop-b5bdc0-mah1qnxy → 1.15.0-develop-ce7b3c-mahv7gq1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube",
3
- "version": "1.15.0-develop-b5bdc0-mah1qnxy",
3
+ "version": "1.15.0-develop-ce7b3c-mahv7gq1",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for ProcessCube",
6
6
  "scripts": {
@@ -111,6 +111,7 @@ module.exports = function (RED) {
111
111
  new_payload = removeGoogleRedirects(new_payload);
112
112
 
113
113
  msg.payload = new_payload;
114
+ msg.attachments = attachments;
114
115
 
115
116
  node.send(msg);
116
117
  } catch (queryError) {