@nodescript/core
Advanced tools
Comparing version 7.14.4 to 7.14.5
export * from './GraphSpec.js'; | ||
export * from './HttpDict.js'; | ||
export * from './KeyValue.js'; | ||
export * from './ModuleName.js'; | ||
@@ -4,0 +5,0 @@ export * from './ModuleParamSpec.js'; |
// This file is auto-generated | ||
export * from './GraphSpec.js'; | ||
export * from './HttpDict.js'; | ||
export * from './KeyValue.js'; | ||
export * from './ModuleName.js'; | ||
@@ -5,0 +6,0 @@ export * from './ModuleParamSpec.js'; |
import { Schema } from 'airtight'; | ||
export const KeyValueSchema = new Schema({ | ||
id: 'KeyValue', | ||
type: 'object', | ||
@@ -7,4 +8,4 @@ properties: { | ||
value: { type: 'any' }, | ||
}, | ||
} | ||
}); | ||
//# sourceMappingURL=KeyValue.js.map |
{ | ||
"name": "@nodescript/core", | ||
"version": "7.14.4", | ||
"version": "7.14.5", | ||
"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
203150
3561