@nodescript/core
Advanced tools
Comparing version 7.1.0 to 7.2.0
@@ -17,3 +17,3 @@ import { GraphView, NodeView } from '../runtime/index.js'; | ||
isAsync(): boolean; | ||
computeEvalMode(): "manual" | "auto"; | ||
computeEvalMode(): "auto" | "manual"; | ||
emitNodeFunctions(): void; | ||
@@ -20,0 +20,0 @@ private computeEmittedNodes; |
@@ -12,9 +12,5 @@ import { Schema } from 'airtight'; | ||
}, | ||
output: { | ||
type: 'object', | ||
properties: {}, | ||
additionalProperties: SchemaSpecSchema.schema, | ||
}, | ||
output: SchemaSpecSchema.schema, | ||
} | ||
}); | ||
//# sourceMappingURL=ModuleSubgraphSpec.js.map |
@@ -30,3 +30,3 @@ import { SchemaDef } from 'airtight'; | ||
input: SubgraphSchemaObject<SI>; | ||
output: SubgraphSchemaObject<SO>; | ||
output: SchemaDef<SO>; | ||
}; | ||
@@ -33,0 +33,0 @@ export declare type SubgraphSchemaObject<O> = { |
@@ -40,3 +40,3 @@ import { SchemaSpec } from './schema.js'; | ||
input: Record<string, SchemaSpec>; | ||
output: Record<string, SchemaSpec>; | ||
output: SchemaSpec; | ||
} | ||
@@ -43,0 +43,0 @@ export declare type NodeEvalMode = 'auto' | 'manual'; |
@@ -9,6 +9,3 @@ import { ModuleSpecSchema } from '../schema/ModuleSpec.js'; | ||
result: { | ||
schema: { | ||
type: 'object', | ||
properties: subgraph.output, | ||
}, | ||
schema: subgraph.output, | ||
} | ||
@@ -15,0 +12,0 @@ }); |
{ | ||
"name": "@nodescript/core", | ||
"version": "7.1.0", | ||
"version": "7.2.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Visual programming language for Browser and Node", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
193096
3367