@dicebear/pixel-art 5.3.4 → 6.0.0-alpha.1

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
@@ -5,13 +5,13 @@
5
5
  </p>
6
6
 
7
7
  <p align="center">
8
- <img src="https://api.dicebear.com/5.x/pixel-art/svg?seed=Mimi" width="64" />
9
- <img src="https://api.dicebear.com/5.x/pixel-art/svg?seed=Sasha" width="64" />
10
- <img src="https://api.dicebear.com/5.x/pixel-art/svg?seed=Lilly" width="64" />
11
- <img src="https://api.dicebear.com/5.x/pixel-art/svg?seed=Tigger" width="64" />
12
- <img src="https://api.dicebear.com/5.x/pixel-art/svg?seed=Bella" width="64" />
13
- <img src="https://api.dicebear.com/5.x/pixel-art/svg?seed=Zoe" width="64" />
14
- <img src="https://api.dicebear.com/5.x/pixel-art/svg?seed=Kitty" width="64" />
8
+ <img src="https://api.dicebear.com/6.x/pixel-art/svg?seed=Mimi" width="64" />
9
+ <img src="https://api.dicebear.com/6.x/pixel-art/svg?seed=Sasha" width="64" />
10
+ <img src="https://api.dicebear.com/6.x/pixel-art/svg?seed=Lilly" width="64" />
11
+ <img src="https://api.dicebear.com/6.x/pixel-art/svg?seed=Tigger" width="64" />
12
+ <img src="https://api.dicebear.com/6.x/pixel-art/svg?seed=Bella" width="64" />
13
+ <img src="https://api.dicebear.com/6.x/pixel-art/svg?seed=Zoe" width="64" />
14
+ <img src="https://api.dicebear.com/6.x/pixel-art/svg?seed=Kitty" width="64" />
15
15
  </p>
16
16
 
17
17
  <p align="center">
@@ -6,12 +6,12 @@
6
6
  */
7
7
  import { escape } from '@dicebear/core';
8
8
  export const beard = {
9
- 'variant08': (components, colors) => `<path opacity=".9" d="M3 6h1v3h8V6h1v5h-1v1H4v-1H3V6Z" fill="${escape.xml(`${colors.hair}`)}"/>`,
10
- 'variant07': (components, colors) => `<path opacity=".9" d="M3 9v2h1v1h8v-1h1V9H3Z" fill="${escape.xml(`${colors.hair}`)}"/>`,
11
- 'variant06': (components, colors) => `<path opacity=".9" d="M3 9h3v1h4V9h3v2h-1v1H4v-1H3V9Z" fill="${escape.xml(`${colors.hair}`)}"/>`,
12
- 'variant05': (components, colors) => `<path opacity=".9" d="M3 6h1v2h1v1h6V8h1V6h1v5h-1v1H4v-1H3V6Z" fill="${escape.xml(`${colors.hair}`)}"/>`,
13
- 'variant04': (components, colors) => `<path opacity=".9" fill="${escape.xml(`${colors.hair}`)}" d="M6 11h4v1H6z"/>`,
14
- 'variant03': (components, colors) => `<path opacity=".9" d="M3 9h2v1h6V9h2v2h-1v2h-1v1H5v-1H4v-2H3V9Z" fill="${escape.xml(`${colors.hair}`)}"/>`,
15
- 'variant02': (components, colors) => `<path opacity=".9" d="M5 11h6v1h-1v1H9v1H7v-1H6v-1H5v-1Z" fill="${escape.xml(`${colors.hair}`)}"/>`,
16
- 'variant01': (components, colors) => `<path opacity=".9" d="M3 8h2v1h1v1h4V9h1V8h2v3h-1v1H4v-1H3V8Z" fill="${escape.xml(`${colors.hair}`)}"/>`,
9
+ 'variant08': (components, colors) => `<mask id="beardVariant08-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="3" y="6" width="10" height="6"><path opacity=".9" d="M3 6h1v3h8V6h1v5h-1v1H4v-1H3V6Z" fill="${escape.xml(`${colors.hair}`)}"/></mask><g mask="url(#beardVariant08-a)"><path fill="${escape.xml(`${colors.hair}`)}" d="M0 0h16v16H0z"/><path fill="#fff" fill-opacity=".3" d="M0 0h16v16H0z"/></g>`,
10
+ 'variant07': (components, colors) => `<mask id="beardVariant07-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="3" y="9" width="10" height="3"><path opacity=".9" d="M3 9v2h1v1h8v-1h1V9H3Z" fill="${escape.xml(`${colors.hair}`)}"/></mask><g mask="url(#beardVariant07-a)"><path fill="${escape.xml(`${colors.hair}`)}" d="M0 0h16v16H0z"/><path fill="#fff" fill-opacity=".3" d="M0 0h16v16H0z"/></g>`,
11
+ 'variant06': (components, colors) => `<mask id="beardVariant06-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="3" y="9" width="10" height="3"><path opacity=".9" d="M3 9h3v1h4V9h3v2h-1v1H4v-1H3V9Z" fill="${escape.xml(`${colors.hair}`)}"/></mask><g mask="url(#beardVariant06-a)"><path fill="${escape.xml(`${colors.hair}`)}" d="M0 0h16v16H0z"/><path fill="#fff" fill-opacity=".3" d="M0 0h16v16H0z"/></g>`,
12
+ 'variant05': (components, colors) => `<mask id="beardVariant05-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="3" y="6" width="10" height="6"><path opacity=".9" d="M3 6h1v2h1v1h6V8h1V6h1v5h-1v1H4v-1H3V6Z" fill="${escape.xml(`${colors.hair}`)}"/></mask><g mask="url(#beardVariant05-a)"><path fill="${escape.xml(`${colors.hair}`)}" d="M0 0h16v16H0z"/><path fill="#fff" fill-opacity=".3" d="M0 0h16v16H0z"/></g>`,
13
+ 'variant04': (components, colors) => `<mask id="beardVariant04-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="6" y="11" width="4" height="1"><path opacity=".9" fill="${escape.xml(`${colors.hair}`)}" d="M6 11h4v1H6z"/></mask><g mask="url(#beardVariant04-a)"><path fill="${escape.xml(`${colors.hair}`)}" d="M0 0h16v16H0z"/><path fill="#fff" fill-opacity=".3" d="M0 0h16v16H0z"/></g>`,
14
+ 'variant03': (components, colors) => `<mask id="beardVariant03-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="3" y="9" width="10" height="5"><path opacity=".9" d="M3 9h2v1h6V9h2v2h-1v2h-1v1H5v-1H4v-2H3V9Z" fill="${escape.xml(`${colors.hair}`)}"/></mask><g mask="url(#beardVariant03-a)"><path fill="${escape.xml(`${colors.hair}`)}" d="M0 0h16v16H0z"/><path fill="#fff" fill-opacity=".3" d="M0 0h16v16H0z"/></g>`,
15
+ 'variant02': (components, colors) => `<mask id="beardVariant02-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="5" y="11" width="6" height="3"><path opacity=".9" d="M5 11h6v1h-1v1H9v1H7v-1H6v-1H5v-1Z" fill="${escape.xml(`${colors.hair}`)}"/></mask><g mask="url(#beardVariant02-a)"><path fill="${escape.xml(`${colors.hair}`)}" d="M0 0h16v16H0z"/><path fill="#fff" fill-opacity=".3" d="M0 0h16v16H0z"/></g>`,
16
+ 'variant01': (components, colors) => `<mask id="beardVariant01-a" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="3" y="8" width="10" height="4"><path opacity=".9" d="M3 8h2v1h1v1h4V9h1V8h2v3h-1v1H4v-1H3V8Z" fill="${escape.xml(`${colors.hair}`)}"/></mask><g mask="url(#beardVariant01-a)"><path fill="${escape.xml(`${colors.hair}`)}" d="M0 0h16v16H0z"/><path fill="#fff" fill-opacity=".3" d="M0 0h16v16H0z"/></g>`,
17
17
  };
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
3
+ *
4
+ * Plugin: https://www.figma.com/community/plugin/1005765655729342787
5
+ * File: https://www.figma.com/file/WTcivb1XPf5ODtyv7ZNnU9
6
+ */
7
+ import type { ComponentGroup } from '../types.js';
8
+ export declare const hat: ComponentGroup;
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma.
3
+ *
4
+ * Plugin: https://www.figma.com/community/plugin/1005765655729342787
5
+ * File: https://www.figma.com/file/WTcivb1XPf5ODtyv7ZNnU9
6
+ */
7
+ import { escape } from '@dicebear/core';
8
+ export const hat = {
9
+ 'variant10': (components, colors) => `<path d="M12 0H4v2H2v3h12V2h-2V0Z" fill="${escape.xml(`${colors.hat}`)}"/><path fill="#fff" fill-opacity=".3" d="M10 2h1v3h-1zM8 3h1v2H8z"/>`,
10
+ 'variant09': (components, colors) => `<path d="M4 0h8v1h1v1h1v3H2V2h1V1h1V0Z" fill="${escape.xml(`${colors.hat}`)}"/><path fill="#fff" fill-opacity=".3" d="M11 2h1v3h-1zM9 2h1v3H9z"/>`,
11
+ 'variant08': (components, colors) => `<path d="M4 0h8v1h1v1h1v2H2V2h1V1h1V0Z" fill="${escape.xml(`${colors.hat}`)}"/><path fill="#fff" fill-opacity=".3" d="M12 2v1H9V2z"/>`,
12
+ 'variant07': (components, colors) => `<path d="M12 1H4v1H3v2h12V3h-2V2h-1V1Z" fill="${escape.xml(`${colors.hat}`)}"/>`,
13
+ 'variant06': (components, colors) => `<path d="M13 0H3v3H1v1h14V3h-2V0Z" fill="${escape.xml(`${colors.hat}`)}"/><path fill="#fff" fill-opacity=".3" d="M11 1h1v3h-1z"/>`,
14
+ 'variant05': (components, colors) => `<path d="M4 0h8v1h1v1h1v2H2V2h1V1h1V0Z" fill="${escape.xml(`${colors.hat}`)}"/><path fill="#fff" fill-opacity=".3" d="M12 1h1v1h-1zM11 2h1v1h-1zM10 3h1v1h-1zM10 0h1v1h-1zM9 1h1v1H9zM8 2h1v1H8zM7 3h1v1H7z"/>`,
15
+ 'variant04': (components, colors) => `<path d="M4 0h8v1h1v1h1v3H2V2h1V1h1V0Z" fill="${escape.xml(`${colors.hat}`)}"/><path fill="#fff" fill-opacity=".3" d="M13 1v1H3V1zM14 3v1H2V3z"/>`,
16
+ 'variant03': (components, colors) => `<path d="M4 0h8v1h1v1h1v2H2V2h1V1h1V0Z" fill="${escape.xml(`${colors.hat}`)}"/><path fill="#fff" fill-opacity=".3" d="M13 1v1H3V1zM14 3v1H2V3z"/>`,
17
+ 'variant02': (components, colors) => `<path d="M12 1H4v1H3v2h12V3h-2V2h-1V1Z" fill="${escape.xml(`${colors.hat}`)}"/><path fill="#fff" fill-opacity=".3" d="M11 4h-1V1h1z"/>`,
18
+ 'variant01': (components, colors) => `<path d="M4 0h8v1h1v1h1v3H2V2h1V1h1V0Z" fill="${escape.xml(`${colors.hat}`)}"/><path fill="#fff" fill-opacity=".3" d="M5 0h1v1H5zM4 1h1v1H4zM3 2h1v1H3zM2 3h1v1H2z"/>`,
19
+ };
@@ -11,3 +11,4 @@ export { glasses } from './glasses.js';
11
11
  export { beard } from './beard.js';
12
12
  export { mouth } from './mouth.js';
13
13
  export { hair } from './hair.js';
14
+ export { hat } from './hat.js';
@@ -11,3 +11,4 @@ export { glasses } from './glasses.js';
11
11
  export { beard } from './beard.js';
12
12
  export { mouth } from './mouth.js';
13
13
  export { hair } from './hair.js';
14
+ export { hat } from './hat.js';
package/lib/index.js CHANGED
@@ -18,7 +18,7 @@ export const meta = {
18
18
  },
19
19
  };
20
20
  export const create = ({ prng, options }) => {
21
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
21
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
22
22
  const components = getComponents({ prng, options });
23
23
  const colors = getColors({ prng, options });
24
24
  return {
@@ -27,7 +27,7 @@ export const create = ({ prng, options }) => {
27
27
  fill: 'none',
28
28
  'shape-rendering': 'crispEdges'
29
29
  },
30
- body: `<path d="M4 2h8v1h1v3h1v2h-1v3h-1v1H9v1h4v1h1v2H2v-2h1v-1h4v-1H4v-1H3V8H2V6h1V3h1V2Z" fill="${escape.xml(`${colors.skin}`)}"/><path d="M4 2h8v1h1v3h1v2h-1v3h-1v1H4v-1H3V8H2V6h1V3h1V2Z" fill="#fff" fill-opacity=".1"/>${(_b = (_a = components.accessories) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}${(_d = (_c = components.clothing) === null || _c === void 0 ? void 0 : _c.value(components, colors)) !== null && _d !== void 0 ? _d : ''}${(_f = (_e = components.eyes) === null || _e === void 0 ? void 0 : _e.value(components, colors)) !== null && _f !== void 0 ? _f : ''}${(_h = (_g = components.glasses) === null || _g === void 0 ? void 0 : _g.value(components, colors)) !== null && _h !== void 0 ? _h : ''}${(_k = (_j = components.beard) === null || _j === void 0 ? void 0 : _j.value(components, colors)) !== null && _k !== void 0 ? _k : ''}${(_m = (_l = components.mouth) === null || _l === void 0 ? void 0 : _l.value(components, colors)) !== null && _m !== void 0 ? _m : ''}${(_p = (_o = components.hair) === null || _o === void 0 ? void 0 : _o.value(components, colors)) !== null && _p !== void 0 ? _p : ''}`,
30
+ body: `<path d="M4 2h8v1h1v3h1v2h-1v3h-1v1H9v1h4v1h1v2H2v-2h1v-1h4v-1H4v-1H3V8H2V6h1V3h1V2Z" fill="${escape.xml(`${colors.skin}`)}"/><path d="M4 2h8v1h1v3h1v2h-1v3h-1v1H4v-1H3V8H2V6h1V3h1V2Z" fill="#fff" fill-opacity=".1"/>${(_b = (_a = components.accessories) === null || _a === void 0 ? void 0 : _a.value(components, colors)) !== null && _b !== void 0 ? _b : ''}${(_d = (_c = components.clothing) === null || _c === void 0 ? void 0 : _c.value(components, colors)) !== null && _d !== void 0 ? _d : ''}${(_f = (_e = components.eyes) === null || _e === void 0 ? void 0 : _e.value(components, colors)) !== null && _f !== void 0 ? _f : ''}${(_h = (_g = components.glasses) === null || _g === void 0 ? void 0 : _g.value(components, colors)) !== null && _h !== void 0 ? _h : ''}${(_k = (_j = components.beard) === null || _j === void 0 ? void 0 : _j.value(components, colors)) !== null && _k !== void 0 ? _k : ''}${(_m = (_l = components.mouth) === null || _l === void 0 ? void 0 : _l.value(components, colors)) !== null && _m !== void 0 ? _m : ''}${(_p = (_o = components.hair) === null || _o === void 0 ? void 0 : _o.value(components, colors)) !== null && _p !== void 0 ? _p : ''}${(_r = (_q = components.hat) === null || _q === void 0 ? void 0 : _q.value(components, colors)) !== null && _r !== void 0 ? _r : ''}`,
31
31
  extra: () => ({
32
32
  ...Object.entries(components).reduce((acc, [key, value]) => {
33
33
  acc[key] = value === null || value === void 0 ? void 0 : value.name;
package/lib/schema.js CHANGED
@@ -382,6 +382,58 @@ export const schema = {
382
382
  "91cb15"
383
383
  ]
384
384
  },
385
+ "hat": {
386
+ "type": "array",
387
+ "items": {
388
+ "type": "string",
389
+ "enum": [
390
+ "variant10",
391
+ "variant09",
392
+ "variant08",
393
+ "variant07",
394
+ "variant06",
395
+ "variant05",
396
+ "variant04",
397
+ "variant03",
398
+ "variant02",
399
+ "variant01"
400
+ ]
401
+ },
402
+ "default": [
403
+ "variant10",
404
+ "variant09",
405
+ "variant08",
406
+ "variant07",
407
+ "variant06",
408
+ "variant05",
409
+ "variant04",
410
+ "variant03",
411
+ "variant02",
412
+ "variant01"
413
+ ]
414
+ },
415
+ "hatColor": {
416
+ "type": "array",
417
+ "items": {
418
+ "type": "string",
419
+ "pattern": "^(transparent|[a-fA-F0-9]{6})$"
420
+ },
421
+ "default": [
422
+ "2e1e05",
423
+ "2663a3",
424
+ "989789",
425
+ "3d8a6b",
426
+ "cc6192",
427
+ "614f8a",
428
+ "a62116"
429
+ ]
430
+ },
431
+ "hatProbability": {
432
+ "type": "integer",
433
+ "minimum": 0,
434
+ "maximum": 100,
435
+ "default": 5
436
+ },
385
437
  "mouth": {
386
438
  "type": "array",
387
439
  "items": {
package/lib/types.d.ts CHANGED
@@ -15,11 +15,14 @@ export interface Options {
15
15
  beardProbability?: number;
16
16
  mouth?: ('sad10' | 'sad09' | 'sad08' | 'sad07' | 'sad06' | 'sad05' | 'sad04' | 'sad03' | 'sad02' | 'sad01' | 'happy13' | 'happy12' | 'happy11' | 'happy10' | 'happy09' | 'happy08' | 'happy07' | 'happy06' | 'happy05' | 'happy04' | 'happy03' | 'happy02' | 'happy01')[];
17
17
  hair?: ('short24' | 'short23' | 'short22' | 'short21' | 'short20' | 'short19' | 'short18' | 'short17' | 'short16' | 'short15' | 'short14' | 'short13' | 'short12' | 'short11' | 'short10' | 'short09' | 'short08' | 'short07' | 'short06' | 'short05' | 'short04' | 'short03' | 'short02' | 'short01' | 'long21' | 'long20' | 'long19' | 'long18' | 'long17' | 'long16' | 'long15' | 'long14' | 'long13' | 'long12' | 'long11' | 'long10' | 'long09' | 'long08' | 'long07' | 'long06' | 'long05' | 'long04' | 'long03' | 'long02' | 'long01')[];
18
+ hat?: ('variant10' | 'variant09' | 'variant08' | 'variant07' | 'variant06' | 'variant05' | 'variant04' | 'variant03' | 'variant02' | 'variant01')[];
19
+ hatProbability?: number;
18
20
  accessoriesColor?: string[];
19
21
  clothingColor?: string[];
20
22
  eyesColor?: string[];
21
23
  glassesColor?: string[];
22
24
  hairColor?: string[];
25
+ hatColor?: string[];
23
26
  mouthColor?: string[];
24
27
  skinColor?: string[];
25
28
  }
@@ -6,15 +6,16 @@
6
6
  */
7
7
  import { convertColor } from './convertColor.js';
8
8
  export function getColors({ prng, options }) {
9
- var _a, _b, _c, _d, _e, _f, _g;
9
+ var _a, _b, _c, _d, _e, _f, _g, _h;
10
10
  return {
11
11
  'accessories': convertColor(prng.pick((_a = options.accessoriesColor) !== null && _a !== void 0 ? _a : [], 'transparent')),
12
12
  'clothing': convertColor(prng.pick((_b = options.clothingColor) !== null && _b !== void 0 ? _b : [], 'transparent')),
13
13
  'eyes': convertColor(prng.pick((_c = options.eyesColor) !== null && _c !== void 0 ? _c : [], 'transparent')),
14
14
  'glasses': convertColor(prng.pick((_d = options.glassesColor) !== null && _d !== void 0 ? _d : [], 'transparent')),
15
15
  'hair': convertColor(prng.pick((_e = options.hairColor) !== null && _e !== void 0 ? _e : [], 'transparent')),
16
- 'mouth': convertColor(prng.pick((_f = options.mouthColor) !== null && _f !== void 0 ? _f : [], 'transparent')),
17
- 'skin': convertColor(prng.pick((_g = options.skinColor) !== null && _g !== void 0 ? _g : [], 'transparent')),
16
+ 'hat': convertColor(prng.pick((_f = options.hatColor) !== null && _f !== void 0 ? _f : [], 'transparent')),
17
+ 'mouth': convertColor(prng.pick((_g = options.mouthColor) !== null && _g !== void 0 ? _g : [], 'transparent')),
18
+ 'skin': convertColor(prng.pick((_h = options.skinColor) !== null && _h !== void 0 ? _h : [], 'transparent')),
18
19
  };
19
20
  }
20
21
  ;
@@ -9,37 +9,42 @@ export function getComponents({ prng, options }) {
9
9
  const accessoriesComponent = pickComponent({
10
10
  prng,
11
11
  group: 'accessories',
12
- values: options.accessories
12
+ values: options.accessories,
13
13
  });
14
14
  const clothingComponent = pickComponent({
15
15
  prng,
16
16
  group: 'clothing',
17
- values: options.clothing
17
+ values: options.clothing,
18
18
  });
19
19
  const eyesComponent = pickComponent({
20
20
  prng,
21
21
  group: 'eyes',
22
- values: options.eyes
22
+ values: options.eyes,
23
23
  });
24
24
  const glassesComponent = pickComponent({
25
25
  prng,
26
26
  group: 'glasses',
27
- values: options.glasses
27
+ values: options.glasses,
28
28
  });
29
29
  const beardComponent = pickComponent({
30
30
  prng,
31
31
  group: 'beard',
32
- values: options.beard
32
+ values: options.beard,
33
33
  });
34
34
  const mouthComponent = pickComponent({
35
35
  prng,
36
36
  group: 'mouth',
37
- values: options.mouth
37
+ values: options.mouth,
38
38
  });
39
39
  const hairComponent = pickComponent({
40
40
  prng,
41
41
  group: 'hair',
42
- values: options.hair
42
+ values: options.hair,
43
+ });
44
+ const hatComponent = pickComponent({
45
+ prng,
46
+ group: 'hat',
47
+ values: options.hat,
43
48
  });
44
49
  return {
45
50
  'accessories': prng.bool(options.accessoriesProbability) ? accessoriesComponent : undefined,
@@ -49,6 +54,7 @@ export function getComponents({ prng, options }) {
49
54
  'beard': prng.bool(options.beardProbability) ? beardComponent : undefined,
50
55
  'mouth': mouthComponent,
51
56
  'hair': hairComponent,
57
+ 'hat': prng.bool(options.hatProbability) ? hatComponent : undefined,
52
58
  };
53
59
  }
54
60
  ;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dicebear/pixel-art",
3
- "version": "5.3.4",
3
+ "version": "6.0.0-alpha.1",
4
4
  "description": "Avatar style for DiceBear",
5
5
  "keywords": [
6
6
  "dicebear"
@@ -29,20 +29,20 @@
29
29
  "test": "uvu tests"
30
30
  },
31
31
  "devDependencies": {
32
- "@dicebear/core": "5.3.4",
33
- "@tsconfig/recommended": "^1.0.1",
32
+ "@dicebear/core": "6.0.0-alpha.1",
33
+ "@tsconfig/recommended": "^1.0.2",
34
34
  "del-cli": "^5.0.0",
35
- "typescript": "^4.6.3",
36
- "uvu": "^0.5.3"
35
+ "typescript": "^4.9.5",
36
+ "uvu": "^0.5.6"
37
37
  },
38
38
  "peerDependencies": {
39
- "@dicebear/core": "^5.0.0"
39
+ "@dicebear/core": "^6.0.0"
40
40
  },
41
41
  "engines": {
42
- "node": "^14.13.1 || >=16.0.0"
42
+ "node": ">=16.0.0"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "923fd5f3ba29d50959fb4f82364e98973f822701"
47
+ "gitHead": "564a3d5154cbb9fad08d95e28beec2b6bdcdcbba"
48
48
  }