@dicebear/icons 5.4.0 → 5.4.1
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 +6 -6
- package/lib/index.d.ts +3 -3
- package/lib/index.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<h1 align="center"><img src="https://dicebear.com/logo-readme.svg" width="96" /> <br />DiceBear Icons</h1>
|
|
1
|
+
<h1 align="center"><img src="https://www.dicebear.com/logo-readme.svg" width="96" /> <br />DiceBear Icons</h1>
|
|
2
2
|
<p align="center">
|
|
3
|
-
<strong>Avatar Style for <a href="https://dicebear.com/">DiceBear</a></strong><br />
|
|
3
|
+
<strong>Avatar Style for <a href="https://www.dicebear.com/">DiceBear</a></strong><br />
|
|
4
4
|
<a href="https://github.com/twbs/icons">Bootstrap Icons</a> by <a href="https://getbootstrap.com/">The Bootstrap Authors</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
</p>
|
|
16
16
|
|
|
17
17
|
<p align="center">
|
|
18
|
-
|
|
18
|
+
<a href="https://github.com/twbs/icons">Bootstrap Icons</a> by
|
|
19
19
|
<a href="https://getbootstrap.com/">The Bootstrap Authors</a>, licensed under
|
|
20
|
-
<a href="https://github.com/twbs/icons/blob/main/LICENSE
|
|
20
|
+
<a href="https://github.com/twbs/icons/blob/main/LICENSE">MIT</a>.
|
|
21
21
|
</p>
|
|
22
22
|
<p align="center">
|
|
23
|
-
See <a href="https://dicebear.com/licenses">license overview</a> for more information.
|
|
23
|
+
See <a href="https://www.dicebear.com/licenses">license overview</a> for more information.
|
|
24
24
|
</p>
|
|
25
25
|
|
|
26
26
|
<p align="center">
|
|
27
|
-
<a href="https://dicebear.com/styles/icons">
|
|
27
|
+
<a href="https://www.dicebear.com/styles/icons">
|
|
28
28
|
Read Documentation
|
|
29
29
|
</a>
|
|
30
30
|
</p>
|
package/lib/index.d.ts
CHANGED
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
*
|
|
10
10
|
* Code licensed under MIT License.
|
|
11
11
|
* Copyright (c) 2023 Florian Körner
|
|
12
|
-
* Copyright (c) 2023 The Bootstrap Authors
|
|
12
|
+
* Copyright (c) 2023 The Bootstrap Authors
|
|
13
13
|
*
|
|
14
|
-
* Design "Bootstrap Icons" by The Bootstrap Authors licensed under MIT.
|
|
14
|
+
* Design "Bootstrap Icons" by The Bootstrap Authors licensed under MIT.
|
|
15
15
|
* Source: https://github.com/twbs/icons
|
|
16
16
|
* Homepage: https://getbootstrap.com/
|
|
17
|
-
* License: https://github.com/twbs/icons/blob/main/LICENSE
|
|
17
|
+
* License: https://github.com/twbs/icons/blob/main/LICENSE
|
|
18
18
|
*/
|
|
19
19
|
import type { StyleCreate, StyleMeta } from '@dicebear/core';
|
|
20
20
|
import type { Options } from './types.js';
|
package/lib/index.js
CHANGED
|
@@ -13,7 +13,7 @@ export const meta = {
|
|
|
13
13
|
homepage: 'https://getbootstrap.com/',
|
|
14
14
|
license: {
|
|
15
15
|
name: 'MIT',
|
|
16
|
-
url: 'https://github.com/twbs/icons/blob/main/LICENSE
|
|
16
|
+
url: 'https://github.com/twbs/icons/blob/main/LICENSE',
|
|
17
17
|
},
|
|
18
18
|
};
|
|
19
19
|
export const create = ({ prng, options }) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/icons",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.1",
|
|
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": "5.4.
|
|
32
|
+
"@dicebear/core": "5.4.1",
|
|
33
33
|
"@tsconfig/recommended": "^1.0.1",
|
|
34
34
|
"del-cli": "^5.0.0",
|
|
35
35
|
"typescript": "^4.6.3",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "f821b60ce32c2da436d1e0e3686f5a9a2d364d4e"
|
|
48
48
|
}
|