@baklavajs/core
Advanced tools
Comparing version 1.3.1-next.4 to 1.3.1-next.5
@@ -24,3 +24,3 @@ import { NodeInterface } from "./nodeInterface"; | ||
* | Key = Name of the interface | ||
* | Value = [[NodeInterface]] instance | ||
* | Value = NodeInterface instance | ||
*/ | ||
@@ -30,3 +30,3 @@ interfaces: Map<string, NodeInterface>; | ||
* | Key = Name of the option | ||
* | Value = [[NodeOption]] instance | ||
* | Value = NodeOption instance | ||
*/ | ||
@@ -33,0 +33,0 @@ options: Map<string, NodeOption>; |
@@ -9,2 +9,3 @@ import { IInterfaceState } from "../types/state"; | ||
option?: string; | ||
[k: string]: any; | ||
events: { | ||
@@ -11,0 +12,0 @@ setConnectionCount: BaklavaEvent<number>; |
@@ -12,2 +12,4 @@ import { INodeOption } from "../types/nodeOption"; | ||
}; | ||
/** Additional Properties */ | ||
[k: string]: any; | ||
private _value; | ||
@@ -14,0 +16,0 @@ constructor(optionComponent: string, value?: any, sidebarComponent?: any); |
@@ -5,2 +5,4 @@ import { INode } from "./node"; | ||
export interface INodeInterface { | ||
/** Additional Properties */ | ||
[k: string]: any; | ||
id: string; | ||
@@ -7,0 +9,0 @@ isInput: boolean; |
import { IBaklavaEvent, IPreventableBaklavaEvent } from "./events"; | ||
export interface INodeOption { | ||
/** Additional Properties */ | ||
[k: string]: any; | ||
optionComponent: string; | ||
@@ -4,0 +6,0 @@ value: any; |
{ | ||
"name": "@baklavajs/core", | ||
"version": "1.3.1-next.4+b668ade", | ||
"version": "1.3.1-next.5+a17cacf", | ||
"description": "Core logic of BaklavaJS, a graph editor / node editor for the web", | ||
@@ -43,3 +43,3 @@ "author": "newcat <freddy.wagner@web.de>", | ||
}, | ||
"gitHead": "b668ade94046e4ff891ddf6dcbf915a43b9d6ffd" | ||
"gitHead": "a17cacfa05e1115fc1665fb784a4cf9e6136b78f" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
43651
662