@dicebear/micah 5.0.0-alpha.29 → 5.0.0-alpha.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/schema.js +1 -15
- package/package.json +3 -3
package/lib/schema.js
CHANGED
|
@@ -124,21 +124,7 @@ export const schema = {
|
|
|
124
124
|
type: 'string',
|
|
125
125
|
pattern: '^([0-9a-zA-Z]+|#[a-fA-F0-9]{3}|#[a-fA-F0-9]{4}|#[a-fA-F0-9]{6}|#[a-fA-F0-9]{8})$',
|
|
126
126
|
},
|
|
127
|
-
default: [
|
|
128
|
-
'apricot',
|
|
129
|
-
'azure',
|
|
130
|
-
'black',
|
|
131
|
-
'calm',
|
|
132
|
-
'canary',
|
|
133
|
-
'coast',
|
|
134
|
-
'lavender',
|
|
135
|
-
'mellow',
|
|
136
|
-
'salmon',
|
|
137
|
-
'seashell',
|
|
138
|
-
'sky',
|
|
139
|
-
'topaz',
|
|
140
|
-
'white',
|
|
141
|
-
],
|
|
127
|
+
default: ['black'],
|
|
142
128
|
examples: [
|
|
143
129
|
['apricot'],
|
|
144
130
|
['azure'],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/micah",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.31",
|
|
4
4
|
"description": "Avatar style for DiceBear",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dicebear"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"test": "uvu tests"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@dicebear/core": "^5.0.0-alpha.
|
|
31
|
+
"@dicebear/core": "^5.0.0-alpha.31",
|
|
32
32
|
"@tsconfig/recommended": "^1.0.1",
|
|
33
33
|
"del-cli": "^4.0.1",
|
|
34
34
|
"typescript": "^4.6.3",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "088e33eb5bc45d01c9b6350011d973a5bd23bcc8"
|
|
47
47
|
}
|