@dicebear/initials
Advanced tools
Comparing version 5.1.2 to 5.1.3
@@ -68,3 +68,3 @@ export const schema = { | ||
chars: { | ||
type: 'number', | ||
type: 'integer', | ||
minimum: 0, | ||
@@ -75,3 +75,3 @@ maximum: 2, | ||
fontWeight: { | ||
type: 'number', | ||
type: 'integer', | ||
default: 400, | ||
@@ -78,0 +78,0 @@ enum: [100, 200, 300, 400, 500, 600, 700, 800, 900], |
{ | ||
"name": "@dicebear/initials", | ||
"version": "5.1.2", | ||
"version": "5.1.3", | ||
"description": "Initials avatar style for DiceBear", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@dicebear/core": "^5.1.2", | ||
"@dicebear/core": "^5.1.3", | ||
"@tsconfig/recommended": "^1.0.1", | ||
@@ -48,3 +48,3 @@ "del-cli": "^4.0.1", | ||
}, | ||
"gitHead": "f6691920ac962b6318909a3b696999bb1ca214b0" | ||
"gitHead": "3ea70708b220547b7e4f3db911abf9d30ef2d9ba" | ||
} |
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
9402