duh-schema
Advanced tools
Comparing version 0.9.6 to 0.9.7
'use strict'; | ||
let design = require('./design.js'); | ||
module.exports = { | ||
@@ -18,3 +16,3 @@ type: 'object', | ||
type: 'array', | ||
items: design | ||
items: {$ref: 'defs#/design'} | ||
} | ||
@@ -21,0 +19,0 @@ } |
'use strict'; | ||
const component = require('./component.js'); | ||
const design = require('./design.js'); | ||
const register = require('./register.js'); | ||
const busInterface = require('./busInterface.js'); | ||
const memoryMap = require('./memoryMap.js'); | ||
// const {name} = require('./primitive.js'); | ||
@@ -60,2 +63,3 @@ | ||
component, | ||
design, | ||
busInterface, | ||
@@ -62,0 +66,0 @@ memoryMap, |
{ | ||
"name": "duh-schema", | ||
"version": "0.9.6", | ||
"version": "0.9.7", | ||
"description": "DUH Schema", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3022
103627