Comparing version 0.13.0 to 0.14.0
@@ -279,2 +279,12 @@ "use strict"; | ||
}, | ||
getCurrentNodeParameter: (parameterName) => { | ||
const nodeParameters = JSON.parse('' + additionalData.currentNodeParameters); | ||
if (nodeParameters && nodeParameters[parameterName]) { | ||
return nodeParameters[parameterName]; | ||
} | ||
return undefined; | ||
}, | ||
getCurrentNodeParameters: () => { | ||
return JSON.parse('' + additionalData.currentNodeParameters); | ||
}, | ||
getNodeParameter: (parameterName, fallbackValue) => { | ||
@@ -281,0 +291,0 @@ const runExecutionData = null; |
{ | ||
"name": "n8n-core", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"description": "Core functionality of n8n", | ||
@@ -45,3 +45,3 @@ "license": "SEE LICENSE IN LICENSE.md", | ||
"mmmagic": "^0.5.2", | ||
"n8n-workflow": "~0.14.0", | ||
"n8n-workflow": "~0.15.0", | ||
"request-promise-native": "^1.0.7" | ||
@@ -48,0 +48,0 @@ }, |
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
179227
2346
+ Addedn8n-workflow@0.15.0(transitive)
- Removedn8n-workflow@0.14.0(transitive)
Updatedn8n-workflow@~0.15.0