n8n-nodes-base 1.105.1 → 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.
- package/dist/nodes/Airtable/test/v2/node/helpers.d.ts.map +1 -1
- package/dist/nodes/Airtable/test/v2/node/helpers.js +8 -8
- package/dist/nodes/Airtable/test/v2/node/helpers.js.map +1 -1
- package/dist/nodes/Airtable/v2/actions/record/create.operation.d.ts.map +1 -1
- package/dist/nodes/Airtable/v2/actions/record/create.operation.js +6 -5
- package/dist/nodes/Airtable/v2/actions/record/create.operation.js.map +1 -1
- package/dist/nodes/Code/Code.node.d.ts.map +1 -1
- package/dist/nodes/Code/Code.node.js +46 -26
- package/dist/nodes/Code/Code.node.js.map +1 -1
- package/dist/nodes/Code/JsTaskRunnerSandbox.d.ts +0 -1
- package/dist/nodes/Code/JsTaskRunnerSandbox.d.ts.map +1 -1
- package/dist/nodes/Code/JsTaskRunnerSandbox.js +3 -15
- package/dist/nodes/Code/JsTaskRunnerSandbox.js.map +1 -1
- package/dist/nodes/Code/PythonTaskRunnerSandbox.d.ts +17 -0
- package/dist/nodes/Code/PythonTaskRunnerSandbox.d.ts.map +1 -0
- package/dist/nodes/Code/PythonTaskRunnerSandbox.js +39 -0
- package/dist/nodes/Code/PythonTaskRunnerSandbox.js.map +1 -0
- package/dist/nodes/Code/descriptions/PythonCodeDescription.d.ts.map +1 -1
- package/dist/nodes/Code/descriptions/PythonCodeDescription.js +15 -3
- package/dist/nodes/Code/descriptions/PythonCodeDescription.js.map +1 -1
- package/dist/nodes/Code/native-python-without-runner.error.d.ts +5 -0
- package/dist/nodes/Code/native-python-without-runner.error.d.ts.map +1 -0
- package/dist/nodes/Code/native-python-without-runner.error.js +11 -0
- package/dist/nodes/Code/native-python-without-runner.error.js.map +1 -0
- package/dist/nodes/Code/throw-execution-error.d.ts +2 -0
- package/dist/nodes/Code/throw-execution-error.d.ts.map +1 -0
- package/dist/nodes/Code/throw-execution-error.js +17 -0
- package/dist/nodes/Code/throw-execution-error.js.map +1 -0
- package/dist/nodes/Form/Form.node.d.ts.map +1 -1
- package/dist/nodes/Form/Form.node.js +3 -1
- package/dist/nodes/Form/Form.node.js.map +1 -1
- package/dist/nodes/Form/FormTrigger.node.d.ts.map +1 -1
- package/dist/nodes/Form/FormTrigger.node.js +2 -1
- package/dist/nodes/Form/FormTrigger.node.js.map +1 -1
- package/dist/nodes/Form/common.descriptions.d.ts.map +1 -1
- package/dist/nodes/Form/common.descriptions.js +171 -14
- package/dist/nodes/Form/common.descriptions.js.map +1 -1
- package/dist/nodes/Form/interfaces.d.ts +21 -11
- package/dist/nodes/Form/interfaces.d.ts.map +1 -1
- package/dist/nodes/Form/interfaces.js.map +1 -1
- package/dist/nodes/Form/utils/utils.d.ts +4 -0
- package/dist/nodes/Form/utils/utils.d.ts.map +1 -1
- package/dist/nodes/Form/utils/utils.js +16 -2
- package/dist/nodes/Form/utils/utils.js.map +1 -1
- package/dist/nodes/Form/v2/FormTriggerV2.node.d.ts.map +1 -1
- package/dist/nodes/Form/v2/FormTriggerV2.node.js +3 -1
- package/dist/nodes/Form/v2/FormTriggerV2.node.js.map +1 -1
- package/dist/nodes/Grist/GenericFunctions.d.ts +1 -0
- package/dist/nodes/Grist/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Grist/GenericFunctions.js +5 -1
- package/dist/nodes/Grist/GenericFunctions.js.map +1 -1
- package/dist/nodes/Todoist/GenericFunctions.d.ts +1 -1
- package/dist/nodes/Todoist/GenericFunctions.d.ts.map +1 -1
- package/dist/nodes/Todoist/GenericFunctions.js +2 -2
- package/dist/nodes/Todoist/GenericFunctions.js.map +1 -1
- package/dist/nodes/Todoist/v2/OperationHandler.d.ts +134 -15
- package/dist/nodes/Todoist/v2/OperationHandler.d.ts.map +1 -1
- package/dist/nodes/Todoist/v2/OperationHandler.js +555 -52
- package/dist/nodes/Todoist/v2/OperationHandler.js.map +1 -1
- package/dist/nodes/Todoist/v2/Service.d.ts +36 -3
- package/dist/nodes/Todoist/v2/Service.d.ts.map +1 -1
- package/dist/nodes/Todoist/v2/Service.js +105 -2
- package/dist/nodes/Todoist/v2/Service.js.map +1 -1
- package/dist/nodes/Todoist/v2/TodoistV2.node.d.ts.map +1 -1
- package/dist/nodes/Todoist/v2/TodoistV2.node.js +1240 -31
- package/dist/nodes/Todoist/v2/TodoistV2.node.js.map +1 -1
- package/dist/nodes/Wait/Wait.node.d.ts.map +1 -1
- package/dist/nodes/Wait/Wait.node.js +9 -1
- package/dist/nodes/Wait/Wait.node.js.map +1 -1
- package/dist/nodes/Wait/validation.d.ts +4 -0
- package/dist/nodes/Wait/validation.d.ts.map +1 -0
- package/dist/nodes/Wait/validation.js +11 -0
- package/dist/nodes/Wait/validation.js.map +1 -0
- package/dist/typecheck.tsbuildinfo +1 -1
- package/dist/types/credentials.json +1 -1
- package/dist/types/nodes.json +18 -18
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "n8n-nodes-base",
|
|
3
|
-
"version": "1.
|
|
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.
|
|
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.
|
|
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.
|
|
936
|
+
"@n8n/config": "1.51.0",
|
|
937
937
|
"@n8n/di": "0.9.0",
|
|
938
|
+
"@n8n/imap": "0.14.0",
|
|
938
939
|
"@n8n/errors": "^0.4.0",
|
|
939
|
-
"n8n-workflow": "1.
|
|
940
|
-
"@n8n/imap": "0.14.0"
|
|
940
|
+
"n8n-workflow": "1.105.0"
|
|
941
941
|
},
|
|
942
942
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
943
943
|
"homepage": "https://n8n.io",
|