@dicebear/icons 5.0.0-alpha.25 → 5.0.0-alpha.28

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
@@ -2,7 +2,7 @@
2
2
  <p align="center">
3
3
  <strong>Avatar Style for <a href="https://dicebear.com/">DiceBear</a></strong><br />
4
4
  <a href="https://github.com/twbs/icons">Bootstrap Icons</a>
5
- by The Bootstrap Authors
5
+ by <a href="https://getbootstrap.com/">The Bootstrap Authors</a>
6
6
  </p>
7
7
 
8
8
  <p align="center">
package/lib/core.js CHANGED
@@ -8,6 +8,7 @@ export const style = {
8
8
  title: 'Bootstrap Icons',
9
9
  creator: 'The Bootstrap Authors',
10
10
  source: 'https://github.com/twbs/icons',
11
+ homepage: 'https://getbootstrap.com/',
11
12
  license: {
12
13
  name: 'MIT',
13
14
  url: 'https://github.com/twbs/icons/blob/main/LICENSE.md',
package/lib/index.d.ts CHANGED
@@ -7,6 +7,7 @@
7
7
  *
8
8
  * Design "Bootstrap Icons" by The Bootstrap Authors licensed under MIT.
9
9
  * Source: https://github.com/twbs/icons
10
+ * Homepage: https://getbootstrap.com/
10
11
  * License: https://github.com/twbs/icons/blob/main/LICENSE.md
11
12
  */
12
13
  declare const create: import("@dicebear/core").StyleCreate<import("./types.js").Options>, meta: import("@dicebear/core").StyleMeta, schema: import("json-schema").JSONSchema7;
package/lib/index.js CHANGED
@@ -7,6 +7,7 @@
7
7
  *
8
8
  * Design "Bootstrap Icons" by The Bootstrap Authors licensed under MIT.
9
9
  * Source: https://github.com/twbs/icons
10
+ * Homepage: https://getbootstrap.com/
10
11
  * License: https://github.com/twbs/icons/blob/main/LICENSE.md
11
12
  */
12
13
  import { style } from './core.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dicebear/icons",
3
- "version": "5.0.0-alpha.25",
3
+ "version": "5.0.0-alpha.28",
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.25",
31
+ "@dicebear/core": "^5.0.0-alpha.28",
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": "734200558f38d22fd831e84cfeff82d8caa242fe"
46
+ "gitHead": "de2e082b64c80896ef63459d18063cf149973ab7"
47
47
  }