@nodescript/core
Advanced tools
Comparing version 0.2.3 to 0.2.4
export const Comment = { | ||
metadata: { | ||
label: 'Comment', | ||
category: ['Graph'], | ||
params: { | ||
@@ -6,0 +5,0 @@ comment: { |
export const Local = { | ||
metadata: { | ||
label: 'Local', | ||
category: ['Graph'], | ||
params: { | ||
@@ -6,0 +5,0 @@ key: { |
export const Param = { | ||
metadata: { | ||
label: 'Parameter', | ||
category: ['Graph'], | ||
params: { | ||
@@ -6,0 +5,0 @@ key: { |
export const Result = { | ||
metadata: { | ||
label: 'Result', | ||
category: ['Graph'], | ||
params: { | ||
@@ -6,0 +5,0 @@ value: { |
@@ -52,3 +52,2 @@ import { Graph } from '../model/graph.js'; | ||
const metadata = { | ||
category: [], | ||
description: '', | ||
@@ -75,3 +74,2 @@ deprecated: '', | ||
deprecated: '', | ||
category: [], | ||
hidden: true, | ||
@@ -78,0 +76,0 @@ params: {}, |
@@ -9,6 +9,2 @@ import { Schema } from 'airtight'; | ||
label: { type: 'string' }, | ||
category: { | ||
type: 'array', | ||
items: { type: 'string' }, | ||
}, | ||
description: { type: 'string' }, | ||
@@ -15,0 +11,0 @@ deprecated: { type: 'string' }, |
@@ -5,3 +5,2 @@ import { GraphEvalContext } from './ctx.js'; | ||
label: string; | ||
category: string[]; | ||
description: string; | ||
@@ -8,0 +7,0 @@ deprecated: string; |
{ | ||
"name": "@nodescript/core", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
117116
2102