@dicebear/adventurer 5.0.0-alpha.14 → 5.0.0-alpha.15
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/LICENSE +1 -1
- package/lib/hooks/onPostCreate.js +8 -6
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +3 -3
package/LICENSE
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
export function onPostCreate({ prng, options, components, colors, preview, }) {
|
|
2
2
|
var _a;
|
|
3
3
|
const invisibleEarringsHair = [
|
|
4
|
-
'
|
|
5
|
-
'
|
|
6
|
-
'
|
|
7
|
-
'
|
|
8
|
-
'
|
|
9
|
-
'
|
|
4
|
+
'long01',
|
|
5
|
+
'long04',
|
|
6
|
+
'long05',
|
|
7
|
+
'long06',
|
|
8
|
+
'long20',
|
|
9
|
+
'long22',
|
|
10
|
+
'long24',
|
|
11
|
+
'long26',
|
|
10
12
|
];
|
|
11
13
|
if (false === preview &&
|
|
12
14
|
((_a = components.hair) === null || _a === void 0 ? void 0 : _a.name) &&
|
package/lib/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Adventurer (@dicebear/adventurer)
|
|
3
3
|
*
|
|
4
4
|
* Code licensed under MIT License.
|
|
5
|
-
* Copyright (c)
|
|
5
|
+
* Copyright (c) 2022 Florian Körner
|
|
6
6
|
*
|
|
7
7
|
* Design "Adventurer" by Lisa Wischofsky licensed under CC BY 4.0.
|
|
8
8
|
* Source: https://www.instagram.com/lischis_adventures/
|
package/lib/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Adventurer (@dicebear/adventurer)
|
|
3
3
|
*
|
|
4
4
|
* Code licensed under MIT License.
|
|
5
|
-
* Copyright (c)
|
|
5
|
+
* Copyright (c) 2022 Florian Körner
|
|
6
6
|
*
|
|
7
7
|
* Design "Adventurer" by Lisa Wischofsky licensed under CC BY 4.0.
|
|
8
8
|
* Source: https://www.instagram.com/lischis_adventures/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/adventurer",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.15",
|
|
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.15",
|
|
32
32
|
"@tsconfig/recommended": "^1.0.0",
|
|
33
33
|
"@types/jest": "^26.0.22",
|
|
34
34
|
"del-cli": "^4.0.1",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "9905588d7bb8da0c3e7953f80845e732b9f43847"
|
|
48
48
|
}
|