@dicebear/collection 9.2.4 → 9.3.0-alpha.3
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/lib/async.d.ts +6 -0
- package/lib/async.js +1 -0
- package/lib/index.d.ts +2 -1
- package/lib/index.js +2 -1
- package/package.json +34 -33
package/lib/async.d.ts
CHANGED
|
@@ -178,3 +178,9 @@ export declare const thumbs: () => Promise<{
|
|
|
178
178
|
create: import("@dicebear/core").StyleCreate<import("@dicebear/thumbs").Options>;
|
|
179
179
|
schema: import("json-schema").JSONSchema7;
|
|
180
180
|
}>;
|
|
181
|
+
export declare const toonHead: () => Promise<{
|
|
182
|
+
default: typeof import("@dicebear/toon-head");
|
|
183
|
+
meta: import("@dicebear/core").StyleMeta;
|
|
184
|
+
create: import("@dicebear/core").StyleCreate<import("@dicebear/toon-head").Options>;
|
|
185
|
+
schema: import("json-schema").JSONSchema7;
|
|
186
|
+
}>;
|
package/lib/async.js
CHANGED
|
@@ -28,3 +28,4 @@ export const pixelArtNeutral = () => import('@dicebear/pixel-art-neutral');
|
|
|
28
28
|
export const rings = () => import('@dicebear/rings');
|
|
29
29
|
export const shapes = () => import('@dicebear/shapes');
|
|
30
30
|
export const thumbs = () => import('@dicebear/thumbs');
|
|
31
|
+
export const toonHead = () => import('@dicebear/toon-head');
|
package/lib/index.d.ts
CHANGED
|
@@ -28,4 +28,5 @@ import * as pixelArtNeutral from '@dicebear/pixel-art-neutral';
|
|
|
28
28
|
import * as rings from '@dicebear/rings';
|
|
29
29
|
import * as shapes from '@dicebear/shapes';
|
|
30
30
|
import * as thumbs from '@dicebear/thumbs';
|
|
31
|
-
|
|
31
|
+
import * as toonHead from '@dicebear/toon-head';
|
|
32
|
+
export { adventurer, adventurerNeutral, avataaars, avataaarsNeutral, bigEars, bigEarsNeutral, bigSmile, bottts, botttsNeutral, croodles, croodlesNeutral, dylan, funEmoji, glass, icons, identicon, initials, lorelei, loreleiNeutral, micah, miniavs, notionists, notionistsNeutral, openPeeps, personas, pixelArt, pixelArtNeutral, rings, shapes, thumbs, toonHead, };
|
package/lib/index.js
CHANGED
|
@@ -28,4 +28,5 @@ import * as pixelArtNeutral from '@dicebear/pixel-art-neutral';
|
|
|
28
28
|
import * as rings from '@dicebear/rings';
|
|
29
29
|
import * as shapes from '@dicebear/shapes';
|
|
30
30
|
import * as thumbs from '@dicebear/thumbs';
|
|
31
|
-
|
|
31
|
+
import * as toonHead from '@dicebear/toon-head';
|
|
32
|
+
export { adventurer, adventurerNeutral, avataaars, avataaarsNeutral, bigEars, bigEarsNeutral, bigSmile, bottts, botttsNeutral, croodles, croodlesNeutral, dylan, funEmoji, glass, icons, identicon, initials, lorelei, loreleiNeutral, micah, miniavs, notionists, notionistsNeutral, openPeeps, personas, pixelArt, pixelArtNeutral, rings, shapes, thumbs, toonHead, };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/collection",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.0-alpha.3",
|
|
4
4
|
"description": "Avatar style collection for DiceBear",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dicebear"
|
|
@@ -40,39 +40,40 @@
|
|
|
40
40
|
"test": "uvu tests -i fixtures"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@dicebear/adventurer": "9.
|
|
44
|
-
"@dicebear/adventurer-neutral": "9.
|
|
45
|
-
"@dicebear/avataaars": "9.
|
|
46
|
-
"@dicebear/avataaars-neutral": "9.
|
|
47
|
-
"@dicebear/big-ears": "9.
|
|
48
|
-
"@dicebear/big-ears-neutral": "9.
|
|
49
|
-
"@dicebear/big-smile": "9.
|
|
50
|
-
"@dicebear/bottts": "9.
|
|
51
|
-
"@dicebear/bottts-neutral": "9.
|
|
52
|
-
"@dicebear/croodles": "9.
|
|
53
|
-
"@dicebear/croodles-neutral": "9.
|
|
54
|
-
"@dicebear/dylan": "9.
|
|
55
|
-
"@dicebear/fun-emoji": "9.
|
|
56
|
-
"@dicebear/glass": "9.
|
|
57
|
-
"@dicebear/icons": "9.
|
|
58
|
-
"@dicebear/identicon": "9.
|
|
59
|
-
"@dicebear/initials": "9.
|
|
60
|
-
"@dicebear/lorelei": "9.
|
|
61
|
-
"@dicebear/lorelei-neutral": "9.
|
|
62
|
-
"@dicebear/micah": "9.
|
|
63
|
-
"@dicebear/miniavs": "9.
|
|
64
|
-
"@dicebear/notionists": "9.
|
|
65
|
-
"@dicebear/notionists-neutral": "9.
|
|
66
|
-
"@dicebear/open-peeps": "9.
|
|
67
|
-
"@dicebear/personas": "9.
|
|
68
|
-
"@dicebear/pixel-art": "9.
|
|
69
|
-
"@dicebear/pixel-art-neutral": "9.
|
|
70
|
-
"@dicebear/rings": "9.
|
|
71
|
-
"@dicebear/shapes": "9.
|
|
72
|
-
"@dicebear/thumbs": "9.
|
|
43
|
+
"@dicebear/adventurer": "9.3.0-alpha.3",
|
|
44
|
+
"@dicebear/adventurer-neutral": "9.3.0-alpha.3",
|
|
45
|
+
"@dicebear/avataaars": "9.3.0-alpha.3",
|
|
46
|
+
"@dicebear/avataaars-neutral": "9.3.0-alpha.3",
|
|
47
|
+
"@dicebear/big-ears": "9.3.0-alpha.3",
|
|
48
|
+
"@dicebear/big-ears-neutral": "9.3.0-alpha.3",
|
|
49
|
+
"@dicebear/big-smile": "9.3.0-alpha.3",
|
|
50
|
+
"@dicebear/bottts": "9.3.0-alpha.3",
|
|
51
|
+
"@dicebear/bottts-neutral": "9.3.0-alpha.3",
|
|
52
|
+
"@dicebear/croodles": "9.3.0-alpha.3",
|
|
53
|
+
"@dicebear/croodles-neutral": "9.3.0-alpha.3",
|
|
54
|
+
"@dicebear/dylan": "9.3.0-alpha.3",
|
|
55
|
+
"@dicebear/fun-emoji": "9.3.0-alpha.3",
|
|
56
|
+
"@dicebear/glass": "9.3.0-alpha.3",
|
|
57
|
+
"@dicebear/icons": "9.3.0-alpha.3",
|
|
58
|
+
"@dicebear/identicon": "9.3.0-alpha.3",
|
|
59
|
+
"@dicebear/initials": "9.3.0-alpha.3",
|
|
60
|
+
"@dicebear/lorelei": "9.3.0-alpha.3",
|
|
61
|
+
"@dicebear/lorelei-neutral": "9.3.0-alpha.3",
|
|
62
|
+
"@dicebear/micah": "9.3.0-alpha.3",
|
|
63
|
+
"@dicebear/miniavs": "9.3.0-alpha.3",
|
|
64
|
+
"@dicebear/notionists": "9.3.0-alpha.3",
|
|
65
|
+
"@dicebear/notionists-neutral": "9.3.0-alpha.3",
|
|
66
|
+
"@dicebear/open-peeps": "9.3.0-alpha.3",
|
|
67
|
+
"@dicebear/personas": "9.3.0-alpha.3",
|
|
68
|
+
"@dicebear/pixel-art": "9.3.0-alpha.3",
|
|
69
|
+
"@dicebear/pixel-art-neutral": "9.3.0-alpha.3",
|
|
70
|
+
"@dicebear/rings": "9.3.0-alpha.3",
|
|
71
|
+
"@dicebear/shapes": "9.3.0-alpha.3",
|
|
72
|
+
"@dicebear/thumbs": "9.3.0-alpha.3",
|
|
73
|
+
"@dicebear/toon-head": "9.3.0-alpha.3"
|
|
73
74
|
},
|
|
74
75
|
"devDependencies": {
|
|
75
|
-
"@dicebear/core": "9.
|
|
76
|
+
"@dicebear/core": "9.3.0-alpha.3",
|
|
76
77
|
"@rollup/plugin-commonjs": "^28.0.6",
|
|
77
78
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
78
79
|
"@tsconfig/recommended": "^1.0.10",
|
|
@@ -92,5 +93,5 @@
|
|
|
92
93
|
"publishConfig": {
|
|
93
94
|
"access": "public"
|
|
94
95
|
},
|
|
95
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "9c1ee6cf479ff95777767bb26790f49b9029ff1f"
|
|
96
97
|
}
|