@dicebear/collection 5.0.0-alpha.3 → 5.0.0-alpha.32

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
@@ -1,21 +1,23 @@
1
- export * as adventurer from '@dicebear/adventurer';
2
- export * as adventurerNeutral from '@dicebear/adventurer-neutral';
3
- export * as avataaars from '@dicebear/avataaars';
4
- export * as avataaarsNeutral from '@dicebear/avataaars-neutral';
5
- export * as bottts from '@dicebear/bottts';
6
- export * as botttsNeutral from '@dicebear/bottts-neutral';
7
- export * as gridy from '@dicebear/gridy';
8
- export * as identicon from '@dicebear/identicon';
9
- export * as initials from '@dicebear/initials';
10
- export * as shapes from '@dicebear/shapes';
11
- export * as micah from '@dicebear/micah';
12
- export * as croodles from '@dicebear/croodles';
13
- export * as croodlesNeutral from '@dicebear/croodles-neutral';
14
- export * as pixelArt from '@dicebear/pixel-art';
15
- export * as pixelArtNeutral from '@dicebear/pixel-art-neutral';
16
- export * as openPeeps from '@dicebear/open-peeps';
17
- export * as personas from '@dicebear/personas';
18
- export * as miniavs from '@dicebear/miniavs';
19
- export * as bigSmile from '@dicebear/big-smile';
20
- export * as bigEars from '@dicebear/big-ears';
21
- export * as bigEarsNeutral from '@dicebear/big-ears-neutral';
1
+ export * as adventurer from '@dicebear/adventurer';
2
+ export * as adventurerNeutral from '@dicebear/adventurer-neutral';
3
+ export * as avataaars from '@dicebear/avataaars';
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';
8
+ export * as bottts from '@dicebear/bottts';
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';
13
+ export * as icons from '@dicebear/icons';
14
+ export * as identicon from '@dicebear/identicon';
15
+ export * as initials from '@dicebear/initials';
16
+ export * as lorelei from '@dicebear/lorelei';
17
+ export * as loreleiNeutral from '@dicebear/lorelei-neutral';
18
+ export * as micah from '@dicebear/micah';
19
+ export * as miniavs from '@dicebear/miniavs';
20
+ export * as openPeeps from '@dicebear/open-peeps';
21
+ export * as personas from '@dicebear/personas';
22
+ export * as pixelArt from '@dicebear/pixel-art';
23
+ export * as pixelArtNeutral from '@dicebear/pixel-art-neutral';
package/lib/index.js ADDED
@@ -0,0 +1,23 @@
1
+ export * as adventurer from '@dicebear/adventurer';
2
+ export * as adventurerNeutral from '@dicebear/adventurer-neutral';
3
+ export * as avataaars from '@dicebear/avataaars';
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';
8
+ export * as bottts from '@dicebear/bottts';
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';
13
+ export * as icons from '@dicebear/icons';
14
+ export * as identicon from '@dicebear/identicon';
15
+ export * as initials from '@dicebear/initials';
16
+ export * as lorelei from '@dicebear/lorelei';
17
+ export * as loreleiNeutral from '@dicebear/lorelei-neutral';
18
+ export * as micah from '@dicebear/micah';
19
+ export * as miniavs from '@dicebear/miniavs';
20
+ export * as openPeeps from '@dicebear/open-peeps';
21
+ export * as personas from '@dicebear/personas';
22
+ export * as pixelArt from '@dicebear/pixel-art';
23
+ export * as pixelArtNeutral from '@dicebear/pixel-art-neutral';
package/package.json CHANGED
@@ -1,72 +1,71 @@
1
1
  {
2
2
  "name": "@dicebear/collection",
3
- "version": "5.0.0-alpha.3",
4
- "description": "All offical dicebear avatar styles in one package",
3
+ "version": "5.0.0-alpha.32",
4
+ "description": "Avatar style collection for DiceBear",
5
5
  "keywords": [
6
6
  "dicebear"
7
7
  ],
8
- "homepage": "https://github.com/dicebear/dicebear/tree/master/packages/@dicebear/collection",
9
8
  "bugs": {
10
9
  "url": "https://github.com/dicebear/dicebear/issues"
11
10
  },
12
11
  "repository": {
13
12
  "type": "git",
14
- "url": "git@github.com:dicebear/dicebear.git",
15
- "directory": "/packages/@dicebear/collection"
13
+ "url": "git+https://github.com/dicebear/dicebear.git"
16
14
  },
17
15
  "license": "MIT",
18
- "author": "Florian Körner <contact@florian-koerner.com>",
19
- "source": "src/index.ts",
20
- "main": "dist/index.js",
21
- "module": "dist/index.es.js",
22
- "browser": "dist/index.umd.js",
23
- "types": "dist/index.d.ts",
16
+ "type": "module",
17
+ "exports": "./lib/index.js",
18
+ "types": "./lib/index.d.ts",
24
19
  "files": [
25
20
  "LICENSE",
26
- "README.md",
27
- "dist"
21
+ "lib",
22
+ "README.md"
28
23
  ],
29
24
  "scripts": {
30
- "prepublishOnly": "npm run build",
31
- "prebuild": "shx rm -rf dist",
32
- "build": "dicebear-project build DiceBear.Collection"
25
+ "prebuild": "del-cli lib",
26
+ "build": "tsc",
27
+ "prepublishOnly": "npm run build"
33
28
  },
34
29
  "dependencies": {
35
- "@dicebear/adventurer": "^5.0.0-alpha.3",
36
- "@dicebear/adventurer-neutral": "^5.0.0-alpha.3",
37
- "@dicebear/avataaars": "^5.0.0-alpha.3",
38
- "@dicebear/avataaars-neutral": "^5.0.0-alpha.3",
39
- "@dicebear/big-ears": "^5.0.0-alpha.3",
40
- "@dicebear/big-ears-neutral": "^5.0.0-alpha.3",
41
- "@dicebear/big-smile": "^5.0.0-alpha.3",
42
- "@dicebear/bottts": "^5.0.0-alpha.3",
43
- "@dicebear/bottts-neutral": "^5.0.0-alpha.3",
44
- "@dicebear/croodles": "^5.0.0-alpha.3",
45
- "@dicebear/croodles-neutral": "^5.0.0-alpha.3",
46
- "@dicebear/gridy": "^5.0.0-alpha.3",
47
- "@dicebear/identicon": "^5.0.0-alpha.3",
48
- "@dicebear/initials": "^5.0.0-alpha.3",
49
- "@dicebear/micah": "^5.0.0-alpha.3",
50
- "@dicebear/miniavs": "^5.0.0-alpha.3",
51
- "@dicebear/open-peeps": "^5.0.0-alpha.3",
52
- "@dicebear/personas": "^5.0.0-alpha.3",
53
- "@dicebear/pixel-art": "^5.0.0-alpha.3",
54
- "@dicebear/pixel-art-neutral": "^5.0.0-alpha.3",
55
- "@dicebear/shapes": "^5.0.0-alpha.3"
30
+ "@dicebear/adventurer": "^5.0.0-alpha.32",
31
+ "@dicebear/adventurer-neutral": "^5.0.0-alpha.32",
32
+ "@dicebear/avataaars": "^5.0.0-alpha.32",
33
+ "@dicebear/avataaars-neutral": "^5.0.0-alpha.32",
34
+ "@dicebear/big-ears": "^5.0.0-alpha.32",
35
+ "@dicebear/big-ears-neutral": "^5.0.0-alpha.32",
36
+ "@dicebear/big-smile": "^5.0.0-alpha.32",
37
+ "@dicebear/bottts": "^5.0.0-alpha.32",
38
+ "@dicebear/bottts-neutral": "^5.0.0-alpha.32",
39
+ "@dicebear/croodles": "^5.0.0-alpha.32",
40
+ "@dicebear/croodles-neutral": "^5.0.0-alpha.32",
41
+ "@dicebear/fun-emoji": "^5.0.0-alpha.32",
42
+ "@dicebear/icons": "^5.0.0-alpha.32",
43
+ "@dicebear/identicon": "^5.0.0-alpha.32",
44
+ "@dicebear/initials": "^5.0.0-alpha.32",
45
+ "@dicebear/lorelei": "^5.0.0-alpha.32",
46
+ "@dicebear/lorelei-neutral": "^5.0.0-alpha.32",
47
+ "@dicebear/micah": "^5.0.0-alpha.31",
48
+ "@dicebear/miniavs": "^5.0.0-alpha.32",
49
+ "@dicebear/open-peeps": "^5.0.0-alpha.32",
50
+ "@dicebear/personas": "^5.0.0-alpha.32",
51
+ "@dicebear/pixel-art": "^5.0.0-alpha.32",
52
+ "@dicebear/pixel-art-neutral": "^5.0.0-alpha.32"
56
53
  },
57
54
  "devDependencies": {
58
- "@dicebear/core": "^5.0.0-alpha.3",
59
- "@tsconfig/recommended": "^1.0.0",
60
- "@types/node": "^10.11.6",
61
- "dicebear-project": "^5.0.0-alpha.3",
62
- "shx": "^0.3.3",
63
- "typescript": "^4.2.3"
55
+ "@dicebear/core": "^5.0.0-alpha.32",
56
+ "@tsconfig/recommended": "^1.0.1",
57
+ "del-cli": "^4.0.1",
58
+ "typescript": "^4.6.3",
59
+ "uvu": "^0.5.3"
64
60
  },
65
61
  "peerDependencies": {
66
- "@dicebear/core": "^5.0.0-alpha.3"
62
+ "@dicebear/core": "^5.0.0-alpha.10"
63
+ },
64
+ "engines": {
65
+ "node": "^14.13.1 || >=16.0.0"
67
66
  },
68
67
  "publishConfig": {
69
68
  "access": "public"
70
69
  },
71
- "gitHead": "58ad93754978edcb8f0928e5cd3af2f4d06186da"
70
+ "gitHead": "5a4a06cbb8aca42a5d19da8e704b3a7b3a45d755"
72
71
  }
package/dist/index.es.js DELETED
@@ -1,42 +0,0 @@
1
- import * as adventurer from '@dicebear/adventurer';
2
- export { adventurer };
3
- import * as adventurerNeutral from '@dicebear/adventurer-neutral';
4
- export { adventurerNeutral };
5
- import * as avataaars from '@dicebear/avataaars';
6
- export { avataaars };
7
- import * as avataaarsNeutral from '@dicebear/avataaars-neutral';
8
- export { avataaarsNeutral };
9
- import * as bottts from '@dicebear/bottts';
10
- export { bottts };
11
- import * as botttsNeutral from '@dicebear/bottts-neutral';
12
- export { botttsNeutral };
13
- import * as gridy from '@dicebear/gridy';
14
- export { gridy };
15
- import * as identicon from '@dicebear/identicon';
16
- export { identicon };
17
- import * as initials from '@dicebear/initials';
18
- export { initials };
19
- import * as shapes from '@dicebear/shapes';
20
- export { shapes };
21
- import * as micah from '@dicebear/micah';
22
- export { micah };
23
- import * as croodles from '@dicebear/croodles';
24
- export { croodles };
25
- import * as croodlesNeutral from '@dicebear/croodles-neutral';
26
- export { croodlesNeutral };
27
- import * as pixelArt from '@dicebear/pixel-art';
28
- export { pixelArt };
29
- import * as pixelArtNeutral from '@dicebear/pixel-art-neutral';
30
- export { pixelArtNeutral };
31
- import * as openPeeps from '@dicebear/open-peeps';
32
- export { openPeeps };
33
- import * as personas from '@dicebear/personas';
34
- export { personas };
35
- import * as miniavs from '@dicebear/miniavs';
36
- export { miniavs };
37
- import * as bigSmile from '@dicebear/big-smile';
38
- export { bigSmile };
39
- import * as bigEars from '@dicebear/big-ears';
40
- export { bigEars };
41
- import * as bigEarsNeutral from '@dicebear/big-ears-neutral';
42
- export { bigEarsNeutral };
package/dist/index.js DELETED
@@ -1,89 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var adventurer = require('@dicebear/adventurer');
6
- var adventurerNeutral = require('@dicebear/adventurer-neutral');
7
- var avataaars = require('@dicebear/avataaars');
8
- var avataaarsNeutral = require('@dicebear/avataaars-neutral');
9
- var bottts = require('@dicebear/bottts');
10
- var botttsNeutral = require('@dicebear/bottts-neutral');
11
- var gridy = require('@dicebear/gridy');
12
- var identicon = require('@dicebear/identicon');
13
- var initials = require('@dicebear/initials');
14
- var shapes = require('@dicebear/shapes');
15
- var micah = require('@dicebear/micah');
16
- var croodles = require('@dicebear/croodles');
17
- var croodlesNeutral = require('@dicebear/croodles-neutral');
18
- var pixelArt = require('@dicebear/pixel-art');
19
- var pixelArtNeutral = require('@dicebear/pixel-art-neutral');
20
- var openPeeps = require('@dicebear/open-peeps');
21
- var personas = require('@dicebear/personas');
22
- var miniavs = require('@dicebear/miniavs');
23
- var bigSmile = require('@dicebear/big-smile');
24
- var bigEars = require('@dicebear/big-ears');
25
- var bigEarsNeutral = require('@dicebear/big-ears-neutral');
26
-
27
- function _interopNamespace(e) {
28
- if (e && e.__esModule) return e;
29
- var n = Object.create(null);
30
- if (e) {
31
- Object.keys(e).forEach(function (k) {
32
- if (k !== 'default') {
33
- var d = Object.getOwnPropertyDescriptor(e, k);
34
- Object.defineProperty(n, k, d.get ? d : {
35
- enumerable: true,
36
- get: function () { return e[k]; }
37
- });
38
- }
39
- });
40
- }
41
- n["default"] = e;
42
- return Object.freeze(n);
43
- }
44
-
45
- var adventurer__namespace = /*#__PURE__*/_interopNamespace(adventurer);
46
- var adventurerNeutral__namespace = /*#__PURE__*/_interopNamespace(adventurerNeutral);
47
- var avataaars__namespace = /*#__PURE__*/_interopNamespace(avataaars);
48
- var avataaarsNeutral__namespace = /*#__PURE__*/_interopNamespace(avataaarsNeutral);
49
- var bottts__namespace = /*#__PURE__*/_interopNamespace(bottts);
50
- var botttsNeutral__namespace = /*#__PURE__*/_interopNamespace(botttsNeutral);
51
- var gridy__namespace = /*#__PURE__*/_interopNamespace(gridy);
52
- var identicon__namespace = /*#__PURE__*/_interopNamespace(identicon);
53
- var initials__namespace = /*#__PURE__*/_interopNamespace(initials);
54
- var shapes__namespace = /*#__PURE__*/_interopNamespace(shapes);
55
- var micah__namespace = /*#__PURE__*/_interopNamespace(micah);
56
- var croodles__namespace = /*#__PURE__*/_interopNamespace(croodles);
57
- var croodlesNeutral__namespace = /*#__PURE__*/_interopNamespace(croodlesNeutral);
58
- var pixelArt__namespace = /*#__PURE__*/_interopNamespace(pixelArt);
59
- var pixelArtNeutral__namespace = /*#__PURE__*/_interopNamespace(pixelArtNeutral);
60
- var openPeeps__namespace = /*#__PURE__*/_interopNamespace(openPeeps);
61
- var personas__namespace = /*#__PURE__*/_interopNamespace(personas);
62
- var miniavs__namespace = /*#__PURE__*/_interopNamespace(miniavs);
63
- var bigSmile__namespace = /*#__PURE__*/_interopNamespace(bigSmile);
64
- var bigEars__namespace = /*#__PURE__*/_interopNamespace(bigEars);
65
- var bigEarsNeutral__namespace = /*#__PURE__*/_interopNamespace(bigEarsNeutral);
66
-
67
-
68
-
69
- exports.adventurer = adventurer__namespace;
70
- exports.adventurerNeutral = adventurerNeutral__namespace;
71
- exports.avataaars = avataaars__namespace;
72
- exports.avataaarsNeutral = avataaarsNeutral__namespace;
73
- exports.bottts = bottts__namespace;
74
- exports.botttsNeutral = botttsNeutral__namespace;
75
- exports.gridy = gridy__namespace;
76
- exports.identicon = identicon__namespace;
77
- exports.initials = initials__namespace;
78
- exports.shapes = shapes__namespace;
79
- exports.micah = micah__namespace;
80
- exports.croodles = croodles__namespace;
81
- exports.croodlesNeutral = croodlesNeutral__namespace;
82
- exports.pixelArt = pixelArt__namespace;
83
- exports.pixelArtNeutral = pixelArtNeutral__namespace;
84
- exports.openPeeps = openPeeps__namespace;
85
- exports.personas = personas__namespace;
86
- exports.miniavs = miniavs__namespace;
87
- exports.bigSmile = bigSmile__namespace;
88
- exports.bigEars = bigEars__namespace;
89
- exports.bigEarsNeutral = bigEarsNeutral__namespace;