@nodescript/core
Advanced tools
Comparing version 7.8.1 to 7.9.0
@@ -30,2 +30,6 @@ import { Schema } from 'airtight'; | ||
}, | ||
sourceUrl: { | ||
type: 'string', | ||
optional: true, | ||
}, | ||
hidden: { | ||
@@ -32,0 +36,0 @@ type: 'boolean', |
@@ -9,2 +9,3 @@ import { SchemaSpec } from './schema.js'; | ||
deprecated?: string; | ||
sourceUrl?: string; | ||
hidden?: boolean; | ||
@@ -11,0 +12,0 @@ params: Record<string, ModuleParamSpec>; |
{ | ||
"name": "@nodescript/core", | ||
"version": "7.8.1", | ||
"version": "7.9.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
197841
3473