Comparing version 0.19.0 to 0.20.0
@@ -227,4 +227,4 @@ "use strict"; | ||
return { | ||
async executeWorkflow(workflowId, inputData) { | ||
return additionalData.executeWorkflow(workflowId, additionalData, inputData); | ||
async executeWorkflow(workflowInfo, inputData) { | ||
return additionalData.executeWorkflow(workflowInfo, additionalData, inputData); | ||
}, | ||
@@ -231,0 +231,0 @@ getContext(type) { |
@@ -241,3 +241,3 @@ "use strict"; | ||
hooks: new n8n_workflow_1.WorkflowHooks(hookFunctions, 'trigger', '1', workflowData), | ||
executeWorkflow: async (workflowId) => { }, | ||
executeWorkflow: async (workflowInfo) => { }, | ||
restApiUrl: '', | ||
@@ -244,0 +244,0 @@ encryptionKey: 'test', |
{ | ||
"name": "n8n-core", | ||
"version": "0.19.0", | ||
"version": "0.20.0", | ||
"description": "Core functionality of n8n", | ||
@@ -46,3 +46,3 @@ "license": "SEE LICENSE IN LICENSE.md", | ||
"mmmagic": "^0.5.2", | ||
"n8n-workflow": "~0.19.0", | ||
"n8n-workflow": "~0.20.0", | ||
"request-promise-native": "^1.0.7" | ||
@@ -49,0 +49,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
189256
+ Addedn8n-workflow@0.20.0(transitive)
- Removedn8n-workflow@0.19.0(transitive)
Updatedn8n-workflow@~0.20.0