@nodescript/core
Advanced tools
Comparing version 0.16.0 to 0.16.1
@@ -0,4 +1,6 @@ | ||
import { DataSchema } from './data.js'; | ||
export interface GraphEvalContext { | ||
$cache: Map<string, any>; | ||
getLocal(key: string): unknown; | ||
$convertType<T>(value: unknown, schema: DataSchema<T>): T; | ||
} |
{ | ||
"name": "@nodescript/core", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Visual programming language for Browser and Node", |
131518
2336