@dicebear/icons 7.0.4 → 7.1.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Florian Körner
4
- Copyright (c) 2023 The Bootstrap Authors
3
+ Copyright (c) 2024 Florian Körner
4
+ Copyright (c) 2019-2024 The Bootstrap Authors
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy
7
7
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
  <p align="center">
18
18
  The avatar style is based on <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.md">MIT</a>. / Remix of the original.
20
+ <a href="https://github.com/twbs/icons/blob/main/LICENSE">MIT</a>. / Remix of the original.
21
21
  </p>
22
22
  <p align="center">
23
23
  See <a href="https://dicebear.com/licenses">license overview</a> for more information.
package/lib/index.d.ts CHANGED
@@ -8,13 +8,13 @@
8
8
  * Icons (@dicebear/icons)
9
9
  *
10
10
  * Code licensed under MIT License.
11
- * Copyright (c) 2023 Florian Körner
12
- * Copyright (c) 2023 The Bootstrap Authors
11
+ * Copyright (c) 2024 Florian Körner
12
+ * Copyright (c) 2019-2024 The Bootstrap Authors
13
13
  *
14
14
  * Design "Bootstrap Icons" by The Bootstrap Authors licensed under MIT. / Remix of the original.
15
15
  * Source: https://github.com/twbs/icons
16
16
  * Homepage: https://getbootstrap.com/
17
- * License: https://github.com/twbs/icons/blob/main/LICENSE.md
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.md',
16
+ url: 'https://github.com/twbs/icons/blob/main/LICENSE',
17
17
  },
18
18
  };
19
19
  export const create = ({ prng, options }) => {
@@ -9,7 +9,7 @@ export function getComponents({ prng, options }) {
9
9
  const iconComponent = pickComponent({
10
10
  prng,
11
11
  group: 'icon',
12
- values: options.icon
12
+ values: options.icon,
13
13
  });
14
14
  return {
15
15
  'icon': iconComponent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dicebear/icons",
3
- "version": "7.0.4",
3
+ "version": "7.1.0",
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": "7.0.4",
32
+ "@dicebear/core": "7.1.0",
33
33
  "@tsconfig/recommended": "^1.0.2",
34
34
  "del-cli": "^5.0.0",
35
35
  "typescript": "^5.1.6",
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "b56fa7ab438d84b8bfa7b881ff829ec9e0d5860b"
47
+ "gitHead": "04b74170d60c613e1cff891f6fc4bdc573c39808"
48
48
  }