Comparing version 0.27.0 to 0.28.0
@@ -258,2 +258,5 @@ "use strict"; | ||
}, | ||
evaluateExpression: (expression, itemIndex) => { | ||
return workflow.resolveSimpleParameterValue('=' + expression, runExecutionData, runIndex, itemIndex, node.name, connectionInputData); | ||
}, | ||
async executeWorkflow(workflowInfo, inputData) { | ||
@@ -321,2 +324,6 @@ return additionalData.executeWorkflow(workflowInfo, additionalData, inputData); | ||
}, | ||
evaluateExpression: (expression, evaluateItemIndex) => { | ||
evaluateItemIndex = evaluateItemIndex === undefined ? itemIndex : evaluateItemIndex; | ||
return workflow.resolveSimpleParameterValue('=' + expression, runExecutionData, runIndex, evaluateItemIndex, node.name, connectionInputData); | ||
}, | ||
getContext(type) { | ||
@@ -323,0 +330,0 @@ return n8n_workflow_1.NodeHelpers.getContext(runExecutionData, type, node); |
{ | ||
"name": "n8n-core", | ||
"version": "0.27.0", | ||
"version": "0.28.0", | ||
"description": "Core functionality of n8n", | ||
@@ -47,3 +47,3 @@ "license": "SEE LICENSE IN LICENSE.md", | ||
"mmmagic": "^0.5.2", | ||
"n8n-workflow": "~0.24.0", | ||
"n8n-workflow": "~0.25.0", | ||
"p-cancelable": "^2.0.0", | ||
@@ -50,0 +50,0 @@ "request-promise-native": "^1.0.7" |
Sorry, the diff of this file is not supported yet
195937
2604
+ Addedn8n-workflow@0.25.0(transitive)
- Removedn8n-workflow@0.24.0(transitive)
Updatedn8n-workflow@~0.25.0