n8n-nodes-base 1.6.1 → 1.7.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.
Files changed (29) hide show
  1. package/dist/credentials/HubspotOAuth2Api.credentials.js +6 -5
  2. package/dist/credentials/HubspotOAuth2Api.credentials.js.map +1 -1
  3. package/dist/nodes/Code/JavaScriptSandbox.js +1 -0
  4. package/dist/nodes/Code/JavaScriptSandbox.js.map +1 -1
  5. package/dist/nodes/Google/Firebase/CloudFirestore/GenericFunctions.js +1 -1
  6. package/dist/nodes/Google/Firebase/CloudFirestore/GenericFunctions.js.map +1 -1
  7. package/dist/nodes/Google/Gmail/Gmail.node.json +2 -1
  8. package/dist/nodes/Hubspot/V2/ContactListDescription.js +1 -1
  9. package/dist/nodes/Hubspot/V2/ContactListDescription.js.map +1 -1
  10. package/dist/nodes/Hubspot/V2/HubspotV2.node.js +2 -2
  11. package/dist/nodes/Hubspot/V2/HubspotV2.node.js.map +1 -1
  12. package/dist/nodes/Microsoft/Outlook/MicrosoftOutlook.node.json +2 -1
  13. package/dist/nodes/Salesforce/LeadDescription.js +28 -0
  14. package/dist/nodes/Salesforce/LeadDescription.js.map +1 -1
  15. package/dist/nodes/Salesforce/LeadInterface.d.ts +2 -0
  16. package/dist/nodes/Salesforce/Salesforce.node.js +12 -0
  17. package/dist/nodes/Salesforce/Salesforce.node.js.map +1 -1
  18. package/dist/nodes/SplitInBatches/SplitInBatches.node.json +1 -1
  19. package/dist/nodes/TheHive/TheHive.node.json +1 -1
  20. package/dist/nodes/TheHiveProject/TheHiveProject.node.json +2 -2
  21. package/dist/nodes/TheHiveProject/TheHiveProjectTrigger.node.json +1 -1
  22. package/dist/nodes/Zoho/GenericFunctions.d.ts +1 -1
  23. package/dist/nodes/Zoho/GenericFunctions.js +16 -5
  24. package/dist/nodes/Zoho/GenericFunctions.js.map +1 -1
  25. package/dist/nodes/Zoho/ZohoCrm.node.js +1 -1
  26. package/dist/nodes/Zoho/ZohoCrm.node.js.map +1 -1
  27. package/dist/types/credentials.json +1 -1
  28. package/dist/types/nodes.json +9 -9
  29. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-base",
3
- "version": "1.6.1",
3
+ "version": "1.7.0",
4
4
  "description": "Base nodes of n8n",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",
@@ -797,11 +797,11 @@
797
797
  "@types/xml2js": "^0.4.11",
798
798
  "eslint-plugin-n8n-nodes-base": "^1.16.0",
799
799
  "gulp": "^4.0.0",
800
- "n8n-core": "1.6.0"
800
+ "n8n-core": "1.7.0"
801
801
  },
802
802
  "dependencies": {
803
803
  "@kafkajs/confluent-schema-registry": "1.0.6",
804
- "@n8n/vm2": "^3.9.19",
804
+ "@n8n/vm2": "^3.9.20",
805
805
  "amqplib": "^0.10.3",
806
806
  "aws4": "^1.8.0",
807
807
  "basic-auth": "^2.0.1",
@@ -860,7 +860,7 @@
860
860
  "uuid": "^8.3.2",
861
861
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz",
862
862
  "xml2js": "^0.5.0",
863
- "n8n-workflow": "1.6.0"
863
+ "n8n-workflow": "1.7.0"
864
864
  },
865
865
  "scripts": {
866
866
  "clean": "rimraf dist .turbo",