@dicebear/lorelei 5.0.0-alpha.28 → 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/README.md +1 -1
- package/lib/core.js +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
<p align="center">
|
|
9
9
|
While our code is MIT licensed, the design is licensed under
|
|
10
|
-
<a href="https://creativecommons.org/licenses/zero/1.0/">CC0</a>.
|
|
10
|
+
<a href="https://creativecommons.org/licenses/zero/1.0/">CC0 1.0</a>.
|
|
11
11
|
See <a href="https://dicebear.com/licenses">license overview</a> for more information.
|
|
12
12
|
</p>
|
|
13
13
|
|
package/lib/core.js
CHANGED
package/lib/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Code licensed under MIT License.
|
|
5
5
|
* Copyright (c) 2022 Florian Körner
|
|
6
6
|
*
|
|
7
|
-
* Design "Lorelei" by Lisa Wischofsky licensed under CC0.
|
|
7
|
+
* Design "Lorelei" by Lisa Wischofsky licensed under CC0 1.0.
|
|
8
8
|
* Source: https://dicebear.com/
|
|
9
9
|
* Homepage: https://www.instagram.com/lischi_art/
|
|
10
10
|
* License: https://creativecommons.org/licenses/zero/1.0/
|
package/lib/index.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Code licensed under MIT License.
|
|
5
5
|
* Copyright (c) 2022 Florian Körner
|
|
6
6
|
*
|
|
7
|
-
* Design "Lorelei" by Lisa Wischofsky licensed under CC0.
|
|
7
|
+
* Design "Lorelei" by Lisa Wischofsky licensed under CC0 1.0.
|
|
8
8
|
* Source: https://dicebear.com/
|
|
9
9
|
* Homepage: https://www.instagram.com/lischi_art/
|
|
10
10
|
* License: https://creativecommons.org/licenses/zero/1.0/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/lorelei",
|
|
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
|
}
|