duh-schema
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -19,9 +19,8 @@ 'use strict'; | ||
type: 'object', | ||
required: ['name', 'bitOffset', 'bitWidth'], | ||
required: ['bits'], | ||
properties: { | ||
bits: uint, | ||
name: id, | ||
bitOffset: uint, | ||
bitWidth: uint, | ||
displayName: { type: 'string' }, | ||
description: { type: 'string' } | ||
desc: { type: 'string' }, | ||
attr: { type: 'string' } | ||
} | ||
@@ -28,0 +27,0 @@ } |
{ | ||
"name": "duh-schema", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
20396
376