@nodescript/core
Advanced tools
Comparing version 0.2.4 to 0.3.0
@@ -8,3 +8,3 @@ import { GraphEvalContext } from './ctx.js'; | ||
hidden: boolean; | ||
params: Record<string, ParamDef>; | ||
params: Record<string, ParamMetadata>; | ||
result: DataSchema<any>; | ||
@@ -11,0 +11,0 @@ }; |
{ | ||
"name": "@nodescript/core", | ||
"version": "0.2.4", | ||
"version": "0.3.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Visual programming language for Browser and Node", |
117121