@dicebear/big-ears-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://www.figma.com/community/file/986078800058673824">Face Generator</a>
5
- by The Visual Team
5
+ by <a href="https://thevisual.team/">The Visual Team</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: 'Face Generator',
9
9
  creator: 'The Visual Team',
10
10
  source: 'https://www.figma.com/community/file/986078800058673824',
11
+ homepage: 'https://thevisual.team/',
11
12
  license: {
12
13
  name: 'CC BY 4.0',
13
14
  url: 'https://creativecommons.org/licenses/by/4.0/',
package/lib/index.d.ts CHANGED
@@ -6,6 +6,7 @@
6
6
  *
7
7
  * Design "Face Generator" by The Visual Team licensed under CC BY 4.0.
8
8
  * Source: https://www.figma.com/community/file/986078800058673824
9
+ * Homepage: https://thevisual.team/
9
10
  * License: https://creativecommons.org/licenses/by/4.0/
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 "Face Generator" by The Visual Team licensed under CC BY 4.0.
8
8
  * Source: https://www.figma.com/community/file/986078800058673824
9
+ * Homepage: https://thevisual.team/
9
10
  * License: https://creativecommons.org/licenses/by/4.0/
10
11
  */
11
12
  import { style } from './core.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dicebear/big-ears-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
  }