@dicebear/initials 6.1.0 → 6.1.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.
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
- <h1 align="center"><img src="https://dicebear.com/logo-readme.svg" width="96" /> <br />DiceBear Initials</h1>
1
+ <h1 align="center"><img src="https://www.dicebear.com/logo-readme.svg" width="96" /> <br />DiceBear Initials</h1>
2
2
  <p align="center">
3
- <strong>Avatar Style for <a href="https://dicebear.com/">DiceBear</a></strong><br />
4
- <a href="https://dicebear.com">Initials</a> by <a href="https://dicebear.com">Florian Körner</a>
3
+ <strong>Avatar Style for <a href="https://www.dicebear.com/">DiceBear</a></strong><br />
4
+ <a href="https://www.dicebear.com">Initials</a> by <a href="https://www.dicebear.com">DiceBear</a>
5
5
  </p>
6
6
 
7
7
  <p align="center">
@@ -15,16 +15,16 @@
15
15
  </p>
16
16
 
17
17
  <p align="center">
18
- The avatar style is based on <a href="https://dicebear.com">Initials</a> by
19
- <a href="https://dicebear.com">Florian Körner</a>, licensed under
20
- <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</a>. / Remix of the original.
18
+ <a href="https://www.dicebear.com">Initials</a> by
19
+ <a href="https://www.dicebear.com">DiceBear</a>, licensed under
20
+ <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</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/initials">
27
+ <a href="https://www.dicebear.com/styles/initials">
28
28
  Read Documentation
29
29
  </a>
30
30
  </p>
package/lib/index.js CHANGED
@@ -8,7 +8,7 @@ import { getInitials } from './utils/initials.js';
8
8
  import { convertColor } from './utils/convertColor.js';
9
9
  export const meta = {
10
10
  title: 'Initials',
11
- creator: 'Florian Körner',
11
+ creator: 'DiceBear',
12
12
  source: 'https://github.com/dicebear/dicebear',
13
13
  license: {
14
14
  name: 'CC0 1.0',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dicebear/initials",
3
- "version": "6.1.0",
3
+ "version": "6.1.2",
4
4
  "description": "Initials 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.1.0",
32
+ "@dicebear/core": "6.1.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": "3e1efa2738413d42e16e3db9052301b03e22988c"
47
+ "gitHead": "a71246cd16f0427370d0b569062b4992846a3421"
48
48
  }