n8n-nodes-base 1.98.0 → 1.99.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 (26) hide show
  1. package/dist/credentials/GoogleSheetsOAuth2Api.credentials.js +1 -0
  2. package/dist/credentials/GoogleSheetsOAuth2Api.credentials.js.map +1 -1
  3. package/dist/credentials/JiraSoftwareCloudApi.credentials.js +1 -1
  4. package/dist/credentials/JiraSoftwareCloudApi.credentials.js.map +1 -1
  5. package/dist/credentials/JiraSoftwareServerApi.credentials.js +1 -1
  6. package/dist/credentials/JiraSoftwareServerApi.credentials.js.map +1 -1
  7. package/dist/credentials/JiraSoftwareServerPatApi.credentials.js +1 -1
  8. package/dist/credentials/JiraSoftwareServerPatApi.credentials.js.map +1 -1
  9. package/dist/credentials/Snowflake.credentials.js +12 -7
  10. package/dist/credentials/Snowflake.credentials.js.map +1 -1
  11. package/dist/nodes/Code/ExecutionError.js +11 -4
  12. package/dist/nodes/Code/ExecutionError.js.map +1 -1
  13. package/dist/nodes/ExecutionData/ExecutionData.node.js +35 -10
  14. package/dist/nodes/ExecutionData/ExecutionData.node.js.map +1 -1
  15. package/dist/nodes/Google/Sheet/v2/methods/resourceMapping.js +1 -1
  16. package/dist/nodes/Google/Sheet/v2/methods/resourceMapping.js.map +1 -1
  17. package/dist/nodes/Microsoft/SharePoint/MicrosoftSharePoint.node.js +1 -2
  18. package/dist/nodes/Microsoft/SharePoint/MicrosoftSharePoint.node.js.map +1 -1
  19. package/dist/nodes/Microsoft/Sql/GenericFunctions.js.map +1 -1
  20. package/dist/nodes/Onfleet/Onfleet.node.js.map +1 -1
  21. package/dist/nodes/Postgres/v1/genericFunctions.js.map +1 -1
  22. package/dist/nodes/Snowflake/GenericFunctions.js +17 -1
  23. package/dist/nodes/Snowflake/GenericFunctions.js.map +1 -1
  24. package/dist/types/credentials.json +5 -5
  25. package/dist/types/nodes.json +4 -4
  26. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-base",
3
- "version": "1.98.0",
3
+ "version": "1.99.0",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -861,7 +861,7 @@
861
861
  "@types/xml2js": "^0.4.14",
862
862
  "eslint-plugin-n8n-nodes-base": "^1.16.3",
863
863
  "@n8n/typescript-config": "1.2.0",
864
- "n8n-core": "1.99.0"
864
+ "n8n-core": "1.100.0"
865
865
  },
866
866
  "dependencies": {
867
867
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -930,10 +930,10 @@
930
930
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
931
931
  "xml2js": "0.6.2",
932
932
  "xmlhttprequest-ssl": "3.1.0",
933
- "@n8n/di": "0.6.0",
934
- "@n8n/config": "1.43.0",
935
- "@n8n/imap": "0.10.0",
936
- "n8n-workflow": "1.97.0"
933
+ "@n8n/di": "0.7.0",
934
+ "@n8n/imap": "0.11.0",
935
+ "n8n-workflow": "1.98.0",
936
+ "@n8n/config": "1.44.0"
937
937
  },
938
938
  "license": "SEE LICENSE IN LICENSE.md",
939
939
  "homepage": "https://n8n.io",