@nodescript/core
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -52,2 +52,5 @@ import { Graph } from '../model/graph.js'; | ||
const metadata = { | ||
channel: 'universe', | ||
name: '', | ||
version: '1.0.0', | ||
description: '', | ||
@@ -71,2 +74,5 @@ deprecated: '', | ||
metadata: { | ||
channel: 'stdlib', | ||
name: 'Unresolved', | ||
version: '1.0.0', | ||
label: 'Unresolved', | ||
@@ -73,0 +79,0 @@ description: '', |
@@ -8,10 +8,5 @@ import { Schema } from 'airtight'; | ||
properties: { | ||
name: { | ||
type: 'string', | ||
optional: true, | ||
}, | ||
version: { | ||
type: 'string', | ||
optional: true, | ||
}, | ||
channel: { type: 'string', default: 'universe' }, | ||
name: { type: 'string' }, | ||
version: { type: 'string', default: '1.0.0' }, | ||
label: { type: 'string' }, | ||
@@ -18,0 +13,0 @@ description: { type: 'string' }, |
import { DataSchemaSpec } from './data.js'; | ||
import { ParamMetadata } from './param-metadata.js'; | ||
export declare type NodeMetadata = { | ||
name?: string; | ||
version?: string; | ||
channel: string; | ||
name: string; | ||
version: string; | ||
label: string; | ||
@@ -7,0 +8,0 @@ description: string; |
{ | ||
"name": "@nodescript/core", | ||
"version": "0.4.0", | ||
"version": "0.5.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
119961
2147