@nodescript/core
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -9,1 +9,2 @@ export * from './data-schema.js'; | ||
export * from './prop.js'; | ||
export * from './version.js'; |
@@ -10,2 +10,3 @@ // This file is auto-generated | ||
export * from './prop.js'; | ||
export * from './version.js'; | ||
//# sourceMappingURL=index.js.map |
import { Schema } from 'airtight'; | ||
import { DataSchemaSchema } from './data-schema.js'; | ||
import { ParamMetadataSchema } from './param-metadata.js'; | ||
import { VersionSchema } from './version.js'; | ||
export const NodeMetadataSchema = new Schema({ | ||
@@ -10,3 +11,3 @@ id: 'NodeMetadata', | ||
name: { type: 'string' }, | ||
version: { type: 'string', default: '1.0.0' }, | ||
version: VersionSchema.schema, | ||
label: { type: 'string' }, | ||
@@ -13,0 +14,0 @@ description: { type: 'string' }, |
{ | ||
"name": "@nodescript/core", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"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
120724
140
2159