glue-node-if
Advanced tools
Comparing version 1.0.0 to 2.0.0
@@ -8,5 +8,7 @@ module.exports = { | ||
name: "If", | ||
type: 'STANDARD', | ||
category: "base", | ||
description: "A node for if else cases", | ||
color: "#5b5b5b", | ||
generics: ['T'], | ||
inPorts: [ | ||
@@ -20,3 +22,3 @@ { | ||
name: "If True", | ||
dataType: 'any', | ||
dataType: 'T', | ||
defaultValue: null | ||
@@ -26,3 +28,3 @@ }, | ||
name: "If False", | ||
dataType: 'any', | ||
dataType: 'T', | ||
defaultValue: null | ||
@@ -33,5 +35,5 @@ } | ||
name: "Result", | ||
dataType: 'any' | ||
dataType: 'T' | ||
} | ||
} | ||
}; |
{ | ||
"name": "glue-node-if", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Example node", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1096
35