@dicebear/bottts-neutral 5.0.0-alpha.26 → 5.0.0-alpha.29

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://bottts.com/">Bottts</a>
5
- by Pablo Stanley
5
+ by <a href="https://twitter.com/pablostanley">Pablo Stanley</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: 'Bottts',
9
9
  creator: 'Pablo Stanley',
10
10
  source: 'https://bottts.com/',
11
+ homepage: 'https://twitter.com/pablostanley',
11
12
  license: {
12
13
  name: 'Free for personal and commercial use',
13
14
  url: 'https://bottts.com/',
package/lib/index.d.ts CHANGED
@@ -6,6 +6,7 @@
6
6
  *
7
7
  * Design "Bottts" by Pablo Stanley licensed under Free for personal and commercial use.
8
8
  * Source: https://bottts.com/
9
+ * Homepage: https://twitter.com/pablostanley
9
10
  * License: https://bottts.com/
10
11
  */
11
12
  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
@@ -6,6 +6,7 @@
6
6
  *
7
7
  * Design "Bottts" by Pablo Stanley licensed under Free for personal and commercial use.
8
8
  * Source: https://bottts.com/
9
+ * Homepage: https://twitter.com/pablostanley
9
10
  * License: https://bottts.com/
10
11
  */
11
12
  import { style } from './core.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dicebear/bottts-neutral",
3
- "version": "5.0.0-alpha.26",
3
+ "version": "5.0.0-alpha.29",
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.26",
31
+ "@dicebear/core": "^5.0.0-alpha.29",
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": "68a91a6c5fa46dd8317fe066803657ac0bf59f68"
46
+ "gitHead": "775410bda059fa21dcb79b38c72ebadb80896243"
47
47
  }