n8n-workflow
Advanced tools
Comparing version 0.41.0 to 0.42.0
@@ -92,2 +92,5 @@ "use strict"; | ||
} | ||
else if (parameterValue === null) { | ||
return parameterValue; | ||
} | ||
else { | ||
@@ -94,0 +97,0 @@ const returnData = {}; |
{ | ||
"name": "n8n-workflow", | ||
"version": "0.41.0", | ||
"version": "0.42.0", | ||
"description": "Workflow base code of n8n", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
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
418487
6661