n8n-nodes-base 0.213.1 → 0.214.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 (30) hide show
  1. package/dist/nodes/Bubble/GenericFunctions.js +2 -1
  2. package/dist/nodes/Bubble/GenericFunctions.js.map +1 -1
  3. package/dist/nodes/Github/GenericFunctions.d.ts +2 -2
  4. package/dist/nodes/Github/Github.node.d.ts +7 -0
  5. package/dist/nodes/Github/Github.node.js +108 -10
  6. package/dist/nodes/Github/Github.node.js.map +1 -1
  7. package/dist/nodes/Github/GithubTrigger.node.d.ts +7 -0
  8. package/dist/nodes/Github/GithubTrigger.node.js +118 -14
  9. package/dist/nodes/Github/GithubTrigger.node.js.map +1 -1
  10. package/dist/nodes/Github/SearchFunctions.d.ts +3 -0
  11. package/dist/nodes/Github/SearchFunctions.js +41 -0
  12. package/dist/nodes/Github/SearchFunctions.js.map +1 -0
  13. package/dist/nodes/HtmlExtract/HtmlExtract.node.json +1 -1
  14. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +7 -1
  15. package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
  16. package/dist/nodes/Notion/DatabasePageDescription.js +41 -0
  17. package/dist/nodes/Notion/DatabasePageDescription.js.map +1 -1
  18. package/dist/nodes/Notion/PageDescription.js +41 -0
  19. package/dist/nodes/Notion/PageDescription.js.map +1 -1
  20. package/dist/nodes/Notion/v1/NotionV1.node.js +18 -0
  21. package/dist/nodes/Notion/v1/NotionV1.node.js.map +1 -1
  22. package/dist/nodes/Notion/v2/NotionV2.node.js +18 -0
  23. package/dist/nodes/Notion/v2/NotionV2.node.js.map +1 -1
  24. package/dist/nodes/Slack/V2/GenericFunctions.js +1 -1
  25. package/dist/nodes/Slack/V2/GenericFunctions.js.map +1 -1
  26. package/dist/nodes/Slack/V2/MessageDescription.js +6 -0
  27. package/dist/nodes/Slack/V2/MessageDescription.js.map +1 -1
  28. package/dist/tsconfig.tsbuildinfo +1 -1
  29. package/dist/types/nodes.json +7 -7
  30. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-base",
3
- "version": "0.213.1",
3
+ "version": "0.214.0",
4
4
  "description": "Base nodes of n8n",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "homepage": "https://n8n.io",
@@ -746,7 +746,7 @@
746
746
  "@types/xml2js": "^0.4.3",
747
747
  "eslint-plugin-n8n-nodes-base": "^1.12.0",
748
748
  "gulp": "^4.0.0",
749
- "n8n-workflow": "~0.136.1"
749
+ "n8n-workflow": "~0.137.0"
750
750
  },
751
751
  "dependencies": {
752
752
  "@kafkajs/confluent-schema-registry": "1.0.6",
@@ -785,7 +785,7 @@
785
785
  "mqtt": "4.2.6",
786
786
  "mssql": "^8.1.2",
787
787
  "mysql2": "~2.3.0",
788
- "n8n-core": "~0.154.1",
788
+ "n8n-core": "~0.155.0",
789
789
  "node-html-markdown": "^1.1.3",
790
790
  "node-ssh": "^12.0.0",
791
791
  "nodemailer": "^6.7.1",