@dicebear/avataaars-neutral 6.0.0 → 6.0.2
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.
|
@@ -9,22 +9,22 @@ export function getComponents({ prng, options }) {
|
|
|
9
9
|
const mouthComponent = pickComponent({
|
|
10
10
|
prng,
|
|
11
11
|
group: 'mouth',
|
|
12
|
-
values: options.mouth
|
|
12
|
+
values: options.mouth,
|
|
13
13
|
});
|
|
14
14
|
const noseComponent = pickComponent({
|
|
15
15
|
prng,
|
|
16
16
|
group: 'nose',
|
|
17
|
-
values: options.nose
|
|
17
|
+
values: options.nose,
|
|
18
18
|
});
|
|
19
19
|
const eyesComponent = pickComponent({
|
|
20
20
|
prng,
|
|
21
21
|
group: 'eyes',
|
|
22
|
-
values: options.eyes
|
|
22
|
+
values: options.eyes,
|
|
23
23
|
});
|
|
24
24
|
const eyebrowsComponent = pickComponent({
|
|
25
25
|
prng,
|
|
26
26
|
group: 'eyebrows',
|
|
27
|
-
values: options.eyebrows
|
|
27
|
+
values: options.eyebrows,
|
|
28
28
|
});
|
|
29
29
|
return {
|
|
30
30
|
'mouth': mouthComponent,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/avataaars-neutral",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.2",
|
|
4
4
|
"description": "Avatar style for DiceBear",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dicebear"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test": "uvu tests"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@dicebear/core": "6.0.
|
|
32
|
+
"@dicebear/core": "6.0.2",
|
|
33
33
|
"@tsconfig/recommended": "^1.0.2",
|
|
34
34
|
"del-cli": "^5.0.0",
|
|
35
35
|
"typescript": "^4.9.5",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "cd746b66912e261e0d752425aaa6469aa69a24d5"
|
|
48
48
|
}
|