n8n-workflow
Advanced tools
Comparing version 1.13.0 to 1.14.0
@@ -661,3 +661,3 @@ "use strict"; | ||
function getNodeInputs(workflow, node, nodeTypeData) { | ||
if (Array.isArray(nodeTypeData.inputs)) { | ||
if (Array.isArray(nodeTypeData === null || nodeTypeData === void 0 ? void 0 : nodeTypeData.inputs)) { | ||
return nodeTypeData.inputs; | ||
@@ -664,0 +664,0 @@ } |
{ | ||
"name": "n8n-workflow", | ||
"version": "1.13.0", | ||
"version": "1.14.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
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
713062