n8n-nodes-base 1.105.2 → 1.106.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 (77) hide show
  1. package/dist/nodes/Airtable/test/v2/node/helpers.d.ts.map +1 -1
  2. package/dist/nodes/Airtable/test/v2/node/helpers.js +8 -8
  3. package/dist/nodes/Airtable/test/v2/node/helpers.js.map +1 -1
  4. package/dist/nodes/Airtable/v2/actions/record/create.operation.d.ts.map +1 -1
  5. package/dist/nodes/Airtable/v2/actions/record/create.operation.js +6 -5
  6. package/dist/nodes/Airtable/v2/actions/record/create.operation.js.map +1 -1
  7. package/dist/nodes/Code/Code.node.d.ts.map +1 -1
  8. package/dist/nodes/Code/Code.node.js +46 -26
  9. package/dist/nodes/Code/Code.node.js.map +1 -1
  10. package/dist/nodes/Code/JsTaskRunnerSandbox.d.ts +0 -1
  11. package/dist/nodes/Code/JsTaskRunnerSandbox.d.ts.map +1 -1
  12. package/dist/nodes/Code/JsTaskRunnerSandbox.js +3 -15
  13. package/dist/nodes/Code/JsTaskRunnerSandbox.js.map +1 -1
  14. package/dist/nodes/Code/PythonTaskRunnerSandbox.d.ts +17 -0
  15. package/dist/nodes/Code/PythonTaskRunnerSandbox.d.ts.map +1 -0
  16. package/dist/nodes/Code/PythonTaskRunnerSandbox.js +39 -0
  17. package/dist/nodes/Code/PythonTaskRunnerSandbox.js.map +1 -0
  18. package/dist/nodes/Code/descriptions/PythonCodeDescription.d.ts.map +1 -1
  19. package/dist/nodes/Code/descriptions/PythonCodeDescription.js +15 -3
  20. package/dist/nodes/Code/descriptions/PythonCodeDescription.js.map +1 -1
  21. package/dist/nodes/Code/native-python-without-runner.error.d.ts +5 -0
  22. package/dist/nodes/Code/native-python-without-runner.error.d.ts.map +1 -0
  23. package/dist/nodes/Code/native-python-without-runner.error.js +11 -0
  24. package/dist/nodes/Code/native-python-without-runner.error.js.map +1 -0
  25. package/dist/nodes/Code/throw-execution-error.d.ts +2 -0
  26. package/dist/nodes/Code/throw-execution-error.d.ts.map +1 -0
  27. package/dist/nodes/Code/throw-execution-error.js +17 -0
  28. package/dist/nodes/Code/throw-execution-error.js.map +1 -0
  29. package/dist/nodes/Form/Form.node.d.ts.map +1 -1
  30. package/dist/nodes/Form/Form.node.js +3 -1
  31. package/dist/nodes/Form/Form.node.js.map +1 -1
  32. package/dist/nodes/Form/FormTrigger.node.d.ts.map +1 -1
  33. package/dist/nodes/Form/FormTrigger.node.js +2 -1
  34. package/dist/nodes/Form/FormTrigger.node.js.map +1 -1
  35. package/dist/nodes/Form/common.descriptions.d.ts.map +1 -1
  36. package/dist/nodes/Form/common.descriptions.js +171 -14
  37. package/dist/nodes/Form/common.descriptions.js.map +1 -1
  38. package/dist/nodes/Form/interfaces.d.ts +21 -11
  39. package/dist/nodes/Form/interfaces.d.ts.map +1 -1
  40. package/dist/nodes/Form/interfaces.js.map +1 -1
  41. package/dist/nodes/Form/utils/utils.d.ts +4 -0
  42. package/dist/nodes/Form/utils/utils.d.ts.map +1 -1
  43. package/dist/nodes/Form/utils/utils.js +16 -2
  44. package/dist/nodes/Form/utils/utils.js.map +1 -1
  45. package/dist/nodes/Form/v2/FormTriggerV2.node.d.ts.map +1 -1
  46. package/dist/nodes/Form/v2/FormTriggerV2.node.js +3 -1
  47. package/dist/nodes/Form/v2/FormTriggerV2.node.js.map +1 -1
  48. package/dist/nodes/Grist/GenericFunctions.d.ts +1 -0
  49. package/dist/nodes/Grist/GenericFunctions.d.ts.map +1 -1
  50. package/dist/nodes/Grist/GenericFunctions.js +5 -1
  51. package/dist/nodes/Grist/GenericFunctions.js.map +1 -1
  52. package/dist/nodes/Todoist/GenericFunctions.d.ts +1 -1
  53. package/dist/nodes/Todoist/GenericFunctions.d.ts.map +1 -1
  54. package/dist/nodes/Todoist/GenericFunctions.js +2 -2
  55. package/dist/nodes/Todoist/GenericFunctions.js.map +1 -1
  56. package/dist/nodes/Todoist/v2/OperationHandler.d.ts +134 -15
  57. package/dist/nodes/Todoist/v2/OperationHandler.d.ts.map +1 -1
  58. package/dist/nodes/Todoist/v2/OperationHandler.js +555 -52
  59. package/dist/nodes/Todoist/v2/OperationHandler.js.map +1 -1
  60. package/dist/nodes/Todoist/v2/Service.d.ts +36 -3
  61. package/dist/nodes/Todoist/v2/Service.d.ts.map +1 -1
  62. package/dist/nodes/Todoist/v2/Service.js +105 -2
  63. package/dist/nodes/Todoist/v2/Service.js.map +1 -1
  64. package/dist/nodes/Todoist/v2/TodoistV2.node.d.ts.map +1 -1
  65. package/dist/nodes/Todoist/v2/TodoistV2.node.js +1240 -31
  66. package/dist/nodes/Todoist/v2/TodoistV2.node.js.map +1 -1
  67. package/dist/nodes/Wait/Wait.node.d.ts.map +1 -1
  68. package/dist/nodes/Wait/Wait.node.js +9 -1
  69. package/dist/nodes/Wait/Wait.node.js.map +1 -1
  70. package/dist/nodes/Wait/validation.d.ts +4 -0
  71. package/dist/nodes/Wait/validation.d.ts.map +1 -0
  72. package/dist/nodes/Wait/validation.js +11 -0
  73. package/dist/nodes/Wait/validation.js.map +1 -0
  74. package/dist/typecheck.tsbuildinfo +1 -1
  75. package/dist/types/credentials.json +1 -1
  76. package/dist/types/nodes.json +18 -18
  77. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-base",
3
- "version": "1.105.2",
3
+ "version": "1.106.0",
4
4
  "description": "Base nodes of n8n",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -863,7 +863,7 @@
863
863
  "@types/xml2js": "^0.4.14",
864
864
  "eslint-plugin-n8n-nodes-base": "^1.16.3",
865
865
  "@n8n/typescript-config": "1.3.0",
866
- "n8n-core": "1.106.1"
866
+ "n8n-core": "1.107.0"
867
867
  },
868
868
  "dependencies": {
869
869
  "@aws-sdk/client-sso-oidc": "3.808.0",
@@ -902,7 +902,7 @@
902
902
  "luxon": "3.4.4",
903
903
  "mailparser": "3.6.7",
904
904
  "minifaker": "1.34.1",
905
- "moment-timezone": "0.5.37",
905
+ "moment-timezone": "0.5.48",
906
906
  "mongodb": "6.11.0",
907
907
  "mqtt": "5.7.2",
908
908
  "mssql": "10.0.2",
@@ -933,11 +933,11 @@
933
933
  "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz",
934
934
  "xml2js": "0.6.2",
935
935
  "xmlhttprequest-ssl": "3.1.0",
936
- "@n8n/config": "1.50.0",
936
+ "@n8n/config": "1.51.0",
937
937
  "@n8n/di": "0.9.0",
938
- "@n8n/errors": "^0.4.0",
939
938
  "@n8n/imap": "0.14.0",
940
- "n8n-workflow": "1.104.1"
939
+ "@n8n/errors": "^0.4.0",
940
+ "n8n-workflow": "1.105.0"
941
941
  },
942
942
  "license": "SEE LICENSE IN LICENSE.md",
943
943
  "homepage": "https://n8n.io",