@dicebear/collection 5.0.0-alpha.16 → 5.0.0-alpha.21

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,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Florian Körner
3
+ Copyright (c) 2022 Florian Körner
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/lib/index.d.ts CHANGED
@@ -2,22 +2,22 @@ export * as adventurer from '@dicebear/adventurer';
2
2
  export * as adventurerNeutral from '@dicebear/adventurer-neutral';
3
3
  export * as avataaars from '@dicebear/avataaars';
4
4
  export * as avataaarsNeutral from '@dicebear/avataaars-neutral';
5
+ export * as bigEars from '@dicebear/big-ears';
6
+ export * as bigEarsNeutral from '@dicebear/big-ears-neutral';
7
+ export * as bigSmile from '@dicebear/big-smile';
5
8
  export * as bottts from '@dicebear/bottts';
6
9
  export * as botttsNeutral from '@dicebear/bottts-neutral';
10
+ export * as croodles from '@dicebear/croodles';
11
+ export * as croodlesNeutral from '@dicebear/croodles-neutral';
12
+ export * as funEmoji from '@dicebear/fun-emoji';
7
13
  export * as icons from '@dicebear/icons';
8
14
  export * as identicon from '@dicebear/identicon';
9
15
  export * as initials from '@dicebear/initials';
16
+ export * as lorelei from '@dicebear/lorelei';
17
+ export * as loreleiNeutral from '@dicebear/lorelei-neutral';
10
18
  export * as micah from '@dicebear/micah';
11
- export * as croodles from '@dicebear/croodles';
12
- export * as croodlesNeutral from '@dicebear/croodles-neutral';
13
- export * as drawatars from '@dicebear/drawatars';
14
- export * as drawatarsNeutral from '@dicebear/drawatars-neutral';
15
- export * as pixelArt from '@dicebear/pixel-art';
16
- export * as pixelArtNeutral from '@dicebear/pixel-art-neutral';
19
+ export * as miniavs from '@dicebear/miniavs';
17
20
  export * as openPeeps from '@dicebear/open-peeps';
18
21
  export * as personas from '@dicebear/personas';
19
- export * as miniavs from '@dicebear/miniavs';
20
- export * as bigSmile from '@dicebear/big-smile';
21
- export * as bigEars from '@dicebear/big-ears';
22
- export * as bigEarsNeutral from '@dicebear/big-ears-neutral';
23
- export * as funEmoji from '@dicebear/fun-emoji';
22
+ export * as pixelArt from '@dicebear/pixel-art';
23
+ export * as pixelArtNeutral from '@dicebear/pixel-art-neutral';
package/lib/index.js CHANGED
@@ -2,22 +2,22 @@ export * as adventurer from '@dicebear/adventurer';
2
2
  export * as adventurerNeutral from '@dicebear/adventurer-neutral';
3
3
  export * as avataaars from '@dicebear/avataaars';
4
4
  export * as avataaarsNeutral from '@dicebear/avataaars-neutral';
5
+ export * as bigEars from '@dicebear/big-ears';
6
+ export * as bigEarsNeutral from '@dicebear/big-ears-neutral';
7
+ export * as bigSmile from '@dicebear/big-smile';
5
8
  export * as bottts from '@dicebear/bottts';
6
9
  export * as botttsNeutral from '@dicebear/bottts-neutral';
10
+ export * as croodles from '@dicebear/croodles';
11
+ export * as croodlesNeutral from '@dicebear/croodles-neutral';
12
+ export * as funEmoji from '@dicebear/fun-emoji';
7
13
  export * as icons from '@dicebear/icons';
8
14
  export * as identicon from '@dicebear/identicon';
9
15
  export * as initials from '@dicebear/initials';
16
+ export * as lorelei from '@dicebear/lorelei';
17
+ export * as loreleiNeutral from '@dicebear/lorelei-neutral';
10
18
  export * as micah from '@dicebear/micah';
11
- export * as croodles from '@dicebear/croodles';
12
- export * as croodlesNeutral from '@dicebear/croodles-neutral';
13
- export * as drawatars from '@dicebear/drawatars';
14
- export * as drawatarsNeutral from '@dicebear/drawatars-neutral';
15
- export * as pixelArt from '@dicebear/pixel-art';
16
- export * as pixelArtNeutral from '@dicebear/pixel-art-neutral';
19
+ export * as miniavs from '@dicebear/miniavs';
17
20
  export * as openPeeps from '@dicebear/open-peeps';
18
21
  export * as personas from '@dicebear/personas';
19
- export * as miniavs from '@dicebear/miniavs';
20
- export * as bigSmile from '@dicebear/big-smile';
21
- export * as bigEars from '@dicebear/big-ears';
22
- export * as bigEarsNeutral from '@dicebear/big-ears-neutral';
23
- export * as funEmoji from '@dicebear/fun-emoji';
22
+ export * as pixelArt from '@dicebear/pixel-art';
23
+ export * as pixelArtNeutral from '@dicebear/pixel-art-neutral';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dicebear/collection",
3
- "version": "5.0.0-alpha.16",
3
+ "version": "5.0.0-alpha.21",
4
4
  "description": "Avatar style collection for DiceBear",
5
5
  "keywords": [
6
6
  "dicebear"
@@ -27,46 +27,45 @@
27
27
  "prepublishOnly": "npm run build"
28
28
  },
29
29
  "dependencies": {
30
- "@dicebear/adventurer": "^5.0.0-alpha.16",
31
- "@dicebear/adventurer-neutral": "^5.0.0-alpha.16",
32
- "@dicebear/avataaars": "^5.0.0-alpha.16",
33
- "@dicebear/avataaars-neutral": "^5.0.0-alpha.16",
34
- "@dicebear/big-ears": "^5.0.0-alpha.16",
35
- "@dicebear/big-ears-neutral": "^5.0.0-alpha.16",
36
- "@dicebear/big-smile": "^5.0.0-alpha.16",
37
- "@dicebear/bottts": "^5.0.0-alpha.16",
38
- "@dicebear/bottts-neutral": "^5.0.0-alpha.16",
39
- "@dicebear/croodles": "^5.0.0-alpha.16",
40
- "@dicebear/croodles-neutral": "^5.0.0-alpha.16",
41
- "@dicebear/drawatars": "^5.0.0-alpha.16",
42
- "@dicebear/drawatars-neutral": "^5.0.0-alpha.16",
43
- "@dicebear/fun-emoji": "^5.0.0-alpha.16",
44
- "@dicebear/icons": "^5.0.0-alpha.16",
45
- "@dicebear/identicon": "^5.0.0-alpha.16",
46
- "@dicebear/initials": "^5.0.0-alpha.16",
47
- "@dicebear/micah": "^5.0.0-alpha.16",
48
- "@dicebear/miniavs": "^5.0.0-alpha.16",
49
- "@dicebear/open-peeps": "^5.0.0-alpha.16",
50
- "@dicebear/personas": "^5.0.0-alpha.16",
51
- "@dicebear/pixel-art": "^5.0.0-alpha.16",
52
- "@dicebear/pixel-art-neutral": "^5.0.0-alpha.16"
30
+ "@dicebear/adventurer": "^5.0.0-alpha.21",
31
+ "@dicebear/adventurer-neutral": "^5.0.0-alpha.21",
32
+ "@dicebear/avataaars": "^5.0.0-alpha.21",
33
+ "@dicebear/avataaars-neutral": "^5.0.0-alpha.21",
34
+ "@dicebear/big-ears": "^5.0.0-alpha.21",
35
+ "@dicebear/big-ears-neutral": "^5.0.0-alpha.21",
36
+ "@dicebear/big-smile": "^5.0.0-alpha.21",
37
+ "@dicebear/bottts": "^5.0.0-alpha.21",
38
+ "@dicebear/bottts-neutral": "^5.0.0-alpha.21",
39
+ "@dicebear/croodles": "^5.0.0-alpha.21",
40
+ "@dicebear/croodles-neutral": "^5.0.0-alpha.21",
41
+ "@dicebear/fun-emoji": "^5.0.0-alpha.21",
42
+ "@dicebear/icons": "^5.0.0-alpha.21",
43
+ "@dicebear/identicon": "^5.0.0-alpha.21",
44
+ "@dicebear/initials": "^5.0.0-alpha.21",
45
+ "@dicebear/lorelei": "^5.0.0-alpha.21",
46
+ "@dicebear/lorelei-neutral": "^5.0.0-alpha.21",
47
+ "@dicebear/micah": "^5.0.0-alpha.21",
48
+ "@dicebear/miniavs": "^5.0.0-alpha.21",
49
+ "@dicebear/open-peeps": "^5.0.0-alpha.21",
50
+ "@dicebear/personas": "^5.0.0-alpha.21",
51
+ "@dicebear/pixel-art": "^5.0.0-alpha.21",
52
+ "@dicebear/pixel-art-neutral": "^5.0.0-alpha.21"
53
53
  },
54
54
  "devDependencies": {
55
- "@dicebear/core": "^5.0.0-alpha.16",
56
- "@tsconfig/recommended": "^1.0.0",
57
- "@types/jest": "^26.0.22",
55
+ "@dicebear/core": "^5.0.0-alpha.21",
56
+ "@tsconfig/recommended": "^1.0.1",
58
57
  "del-cli": "^4.0.1",
59
- "typescript": "^4.5.2",
60
- "uvu": "^0.5.2"
58
+ "typescript": "^4.6.3",
59
+ "uvu": "^0.5.3"
61
60
  },
62
61
  "peerDependencies": {
63
62
  "@dicebear/core": "^5.0.0-alpha.10"
64
63
  },
65
64
  "engines": {
66
- "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
65
+ "node": "^14.13.1 || >=16.0.0"
67
66
  },
68
67
  "publishConfig": {
69
68
  "access": "public"
70
69
  },
71
- "gitHead": "149a4a22c3a4d48dd5552bd22a49db0f853e0b5e"
70
+ "gitHead": "40b7190a19ba3c6c355178f1ae6c422229634e06"
72
71
  }