@nodescript/core
Advanced tools
Comparing version 0.20.0 to 0.20.1
@@ -107,3 +107,3 @@ import { GraphSchema } from '../schema/index.js'; | ||
const outboundLinks = this.computeLinkMap().get(nodeId); | ||
const prop = node.getBypassProp(); | ||
const prop = node.getDefaultProp(); | ||
const linkNode = prop?.getLinkNode(); | ||
@@ -110,0 +110,0 @@ if (linkNode) { |
@@ -71,5 +71,5 @@ import * as t from '../types/index.js'; | ||
*/ | ||
getBypassProp(): Prop | null; | ||
getDefaultProp(): Prop | null; | ||
protected initProps(specs: t.Prop[]): Prop[]; | ||
applyInvariants(): void; | ||
} |
@@ -175,3 +175,3 @@ import { NodeSchema } from '../schema/node.js'; | ||
*/ | ||
getBypassProp() { | ||
getDefaultProp() { | ||
const firstProp = this.props[0]; | ||
@@ -178,0 +178,0 @@ if (!firstProp) { |
{ | ||
"name": "@nodescript/core", | ||
"version": "0.20.0", | ||
"version": "0.20.1", | ||
"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
135478