model-attributes
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -12,2 +12,3 @@ /* jslint node: true, esnext: true */ | ||
if (dest[name] === undefined) { | ||
// TODO create default | ||
dest[name] = {}; | ||
@@ -14,0 +15,0 @@ } |
@@ -30,3 +30,2 @@ /* jslint node: true, esnext: true */ | ||
DeclareType('string', { | ||
@@ -40,4 +39,8 @@ parent: 'base' | ||
DeclareType('integer', { | ||
parent: 'base' | ||
}); | ||
DeclareType('unsigned-integer', { | ||
parent: 'base', | ||
parent: 'integer', | ||
minValue: 0 | ||
@@ -44,0 +47,0 @@ }); |
{ | ||
"name": "model-attributes", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "attribute meta description", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
6107
114