@dicebear/collection 5.0.0-alpha.5 → 5.0.0-alpha.9
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/dist/index.d.ts +24 -21
- package/dist/index.d.ts.map +1 -0
- package/dist/index.es.js +47 -42
- package/dist/index.es.js.map +1 -0
- package/dist/index.js +69 -87
- package/dist/index.js.map +1 -0
- package/package.json +31 -29
- package/dist/index.umd.js +0 -230
package/dist/index.d.ts
CHANGED
|
@@ -1,21 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
import * as adventurer from "@dicebear/adventurer";
|
|
2
|
+
import * as adventurerNeutral from "@dicebear/adventurer-neutral";
|
|
3
|
+
import * as avataaars from "@dicebear/avataaars";
|
|
4
|
+
import * as avataaarsNeutral from "@dicebear/avataaars-neutral";
|
|
5
|
+
import * as bottts from "@dicebear/bottts";
|
|
6
|
+
import * as botttsNeutral from "@dicebear/bottts-neutral";
|
|
7
|
+
import * as gridy from "@dicebear/gridy";
|
|
8
|
+
import * as identicon from "@dicebear/identicon";
|
|
9
|
+
import * as initials from "@dicebear/initials";
|
|
10
|
+
import * as shapes from "@dicebear/shapes";
|
|
11
|
+
import * as micah from "@dicebear/micah";
|
|
12
|
+
import * as croodles from "@dicebear/croodles";
|
|
13
|
+
import * as croodlesNeutral from "@dicebear/croodles-neutral";
|
|
14
|
+
import * as pixelArt from "@dicebear/pixel-art";
|
|
15
|
+
import * as pixelArtNeutral from "@dicebear/pixel-art-neutral";
|
|
16
|
+
import * as openPeeps from "@dicebear/open-peeps";
|
|
17
|
+
import * as personas from "@dicebear/personas";
|
|
18
|
+
import * as miniavs from "@dicebear/miniavs";
|
|
19
|
+
import * as bigSmile from "@dicebear/big-smile";
|
|
20
|
+
import * as bigEars from "@dicebear/big-ears";
|
|
21
|
+
import * as bigEarsNeutral from "@dicebear/big-ears-neutral";
|
|
22
|
+
export { adventurer, adventurerNeutral, avataaars, avataaarsNeutral, bottts, botttsNeutral, gridy, identicon, initials, shapes, micah, croodles, croodlesNeutral, pixelArt, pixelArtNeutral, openPeeps, personas, miniavs, bigSmile, bigEars, bigEarsNeutral };
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":";;;;;;;;;;;;;;;;;;;;;AAsBA,OAAO,EACL,UAAU,EACV,iBAAiB,EACjB,SAAS,EACT,gBAAgB,EAChB,MAAM,EACN,aAAa,EACb,KAAK,EACL,SAAS,EACT,QAAQ,EACR,MAAM,EACN,KAAK,EACL,QAAQ,EACR,eAAe,EACf,QAAQ,EACR,eAAe,EACf,SAAS,EACT,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,OAAO,EACP,cAAc,EACf,CAAC","sources":["packages/@dicebear/collection/src/src/index.ts","packages/@dicebear/collection/src/index.ts"],"sourcesContent":[null,"import * as adventurer from '@dicebear/adventurer';\nimport * as adventurerNeutral from '@dicebear/adventurer-neutral';\nimport * as avataaars from '@dicebear/avataaars';\nimport * as avataaarsNeutral from '@dicebear/avataaars-neutral';\nimport * as bottts from '@dicebear/bottts';\nimport * as botttsNeutral from '@dicebear/bottts-neutral';\nimport * as gridy from '@dicebear/gridy';\nimport * as identicon from '@dicebear/identicon';\nimport * as initials from '@dicebear/initials';\nimport * as shapes from '@dicebear/shapes';\nimport * as micah from '@dicebear/micah';\nimport * as croodles from '@dicebear/croodles';\nimport * as croodlesNeutral from '@dicebear/croodles-neutral';\nimport * as pixelArt from '@dicebear/pixel-art';\nimport * as pixelArtNeutral from '@dicebear/pixel-art-neutral';\nimport * as openPeeps from '@dicebear/open-peeps';\nimport * as personas from '@dicebear/personas';\nimport * as miniavs from '@dicebear/miniavs';\nimport * as bigSmile from '@dicebear/big-smile';\nimport * as bigEars from '@dicebear/big-ears';\nimport * as bigEarsNeutral from '@dicebear/big-ears-neutral';\n\nexport {\n adventurer,\n adventurerNeutral,\n avataaars,\n avataaarsNeutral,\n bottts,\n botttsNeutral,\n gridy,\n identicon,\n initials,\n shapes,\n micah,\n croodles,\n croodlesNeutral,\n pixelArt,\n pixelArtNeutral,\n openPeeps,\n personas,\n miniavs,\n bigSmile,\n bigEars,\n bigEarsNeutral,\n};\n"],"names":[],"version":3,"file":"index.d.ts.map"}
|
package/dist/index.es.js
CHANGED
|
@@ -1,42 +1,47 @@
|
|
|
1
|
-
import * as adventurer from
|
|
2
|
-
|
|
3
|
-
import * as
|
|
4
|
-
|
|
5
|
-
import * as
|
|
6
|
-
|
|
7
|
-
import * as
|
|
8
|
-
|
|
9
|
-
import * as
|
|
10
|
-
|
|
11
|
-
import * as
|
|
12
|
-
|
|
13
|
-
import * as
|
|
14
|
-
|
|
15
|
-
import * as
|
|
16
|
-
|
|
17
|
-
import * as
|
|
18
|
-
|
|
19
|
-
import * as
|
|
20
|
-
|
|
21
|
-
import * as
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
1
|
+
import * as $ae330e9028614975$re_export$adventurer from "@dicebear/adventurer";
|
|
2
|
+
import * as $ae330e9028614975$re_export$adventurerNeutral from "@dicebear/adventurer-neutral";
|
|
3
|
+
import * as $ae330e9028614975$re_export$avataaars from "@dicebear/avataaars";
|
|
4
|
+
import * as $ae330e9028614975$re_export$avataaarsNeutral from "@dicebear/avataaars-neutral";
|
|
5
|
+
import * as $ae330e9028614975$re_export$bottts from "@dicebear/bottts";
|
|
6
|
+
import * as $ae330e9028614975$re_export$botttsNeutral from "@dicebear/bottts-neutral";
|
|
7
|
+
import * as $ae330e9028614975$re_export$gridy from "@dicebear/gridy";
|
|
8
|
+
import * as $ae330e9028614975$re_export$identicon from "@dicebear/identicon";
|
|
9
|
+
import * as $ae330e9028614975$re_export$initials from "@dicebear/initials";
|
|
10
|
+
import * as $ae330e9028614975$re_export$shapes from "@dicebear/shapes";
|
|
11
|
+
import * as $ae330e9028614975$re_export$micah from "@dicebear/micah";
|
|
12
|
+
import * as $ae330e9028614975$re_export$croodles from "@dicebear/croodles";
|
|
13
|
+
import * as $ae330e9028614975$re_export$croodlesNeutral from "@dicebear/croodles-neutral";
|
|
14
|
+
import * as $ae330e9028614975$re_export$pixelArt from "@dicebear/pixel-art";
|
|
15
|
+
import * as $ae330e9028614975$re_export$pixelArtNeutral from "@dicebear/pixel-art-neutral";
|
|
16
|
+
import * as $ae330e9028614975$re_export$openPeeps from "@dicebear/open-peeps";
|
|
17
|
+
import * as $ae330e9028614975$re_export$personas from "@dicebear/personas";
|
|
18
|
+
import * as $ae330e9028614975$re_export$miniavs from "@dicebear/miniavs";
|
|
19
|
+
import * as $ae330e9028614975$re_export$bigSmile from "@dicebear/big-smile";
|
|
20
|
+
import * as $ae330e9028614975$re_export$bigEars from "@dicebear/big-ears";
|
|
21
|
+
import * as $ae330e9028614975$re_export$bigEarsNeutral from "@dicebear/big-ears-neutral";
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
export {$ae330e9028614975$re_export$adventurer as adventurer, $ae330e9028614975$re_export$adventurerNeutral as adventurerNeutral, $ae330e9028614975$re_export$avataaars as avataaars, $ae330e9028614975$re_export$avataaarsNeutral as avataaarsNeutral, $ae330e9028614975$re_export$bottts as bottts, $ae330e9028614975$re_export$botttsNeutral as botttsNeutral, $ae330e9028614975$re_export$gridy as gridy, $ae330e9028614975$re_export$identicon as identicon, $ae330e9028614975$re_export$initials as initials, $ae330e9028614975$re_export$shapes as shapes, $ae330e9028614975$re_export$micah as micah, $ae330e9028614975$re_export$croodles as croodles, $ae330e9028614975$re_export$croodlesNeutral as croodlesNeutral, $ae330e9028614975$re_export$pixelArt as pixelArt, $ae330e9028614975$re_export$pixelArtNeutral as pixelArtNeutral, $ae330e9028614975$re_export$openPeeps as openPeeps, $ae330e9028614975$re_export$personas as personas, $ae330e9028614975$re_export$miniavs as miniavs, $ae330e9028614975$re_export$bigSmile as bigSmile, $ae330e9028614975$re_export$bigEars as bigEars, $ae330e9028614975$re_export$bigEarsNeutral as bigEarsNeutral};
|
|
47
|
+
//# sourceMappingURL=index.es.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":"","sources":["packages/@dicebear/collection/src/index.ts"],"sourcesContent":["import * as adventurer from '@dicebear/adventurer';\nimport * as adventurerNeutral from '@dicebear/adventurer-neutral';\nimport * as avataaars from '@dicebear/avataaars';\nimport * as avataaarsNeutral from '@dicebear/avataaars-neutral';\nimport * as bottts from '@dicebear/bottts';\nimport * as botttsNeutral from '@dicebear/bottts-neutral';\nimport * as gridy from '@dicebear/gridy';\nimport * as identicon from '@dicebear/identicon';\nimport * as initials from '@dicebear/initials';\nimport * as shapes from '@dicebear/shapes';\nimport * as micah from '@dicebear/micah';\nimport * as croodles from '@dicebear/croodles';\nimport * as croodlesNeutral from '@dicebear/croodles-neutral';\nimport * as pixelArt from '@dicebear/pixel-art';\nimport * as pixelArtNeutral from '@dicebear/pixel-art-neutral';\nimport * as openPeeps from '@dicebear/open-peeps';\nimport * as personas from '@dicebear/personas';\nimport * as miniavs from '@dicebear/miniavs';\nimport * as bigSmile from '@dicebear/big-smile';\nimport * as bigEars from '@dicebear/big-ears';\nimport * as bigEarsNeutral from '@dicebear/big-ears-neutral';\n\nexport {\n adventurer,\n adventurerNeutral,\n avataaars,\n avataaarsNeutral,\n bottts,\n botttsNeutral,\n gridy,\n identicon,\n initials,\n shapes,\n micah,\n croodles,\n croodlesNeutral,\n pixelArt,\n pixelArtNeutral,\n openPeeps,\n personas,\n miniavs,\n bigSmile,\n bigEars,\n bigEarsNeutral,\n};\n"],"names":[],"version":3,"file":"index.es.js.map"}
|
package/dist/index.js
CHANGED
|
@@ -1,89 +1,71 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var
|
|
6
|
-
var
|
|
7
|
-
var
|
|
8
|
-
var
|
|
9
|
-
var
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
var
|
|
13
|
-
var
|
|
14
|
-
var
|
|
15
|
-
var
|
|
16
|
-
var
|
|
17
|
-
var
|
|
18
|
-
var
|
|
19
|
-
var
|
|
20
|
-
var
|
|
21
|
-
var
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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);
|
|
1
|
+
var $iqXQb$dicebearadventurer = require("@dicebear/adventurer");
|
|
2
|
+
var $iqXQb$dicebearadventurerneutral = require("@dicebear/adventurer-neutral");
|
|
3
|
+
var $iqXQb$dicebearavataaars = require("@dicebear/avataaars");
|
|
4
|
+
var $iqXQb$dicebearavataaarsneutral = require("@dicebear/avataaars-neutral");
|
|
5
|
+
var $iqXQb$dicebearbottts = require("@dicebear/bottts");
|
|
6
|
+
var $iqXQb$dicebearbotttsneutral = require("@dicebear/bottts-neutral");
|
|
7
|
+
var $iqXQb$dicebeargridy = require("@dicebear/gridy");
|
|
8
|
+
var $iqXQb$dicebearidenticon = require("@dicebear/identicon");
|
|
9
|
+
var $iqXQb$dicebearinitials = require("@dicebear/initials");
|
|
10
|
+
var $iqXQb$dicebearshapes = require("@dicebear/shapes");
|
|
11
|
+
var $iqXQb$dicebearmicah = require("@dicebear/micah");
|
|
12
|
+
var $iqXQb$dicebearcroodles = require("@dicebear/croodles");
|
|
13
|
+
var $iqXQb$dicebearcroodlesneutral = require("@dicebear/croodles-neutral");
|
|
14
|
+
var $iqXQb$dicebearpixelart = require("@dicebear/pixel-art");
|
|
15
|
+
var $iqXQb$dicebearpixelartneutral = require("@dicebear/pixel-art-neutral");
|
|
16
|
+
var $iqXQb$dicebearopenpeeps = require("@dicebear/open-peeps");
|
|
17
|
+
var $iqXQb$dicebearpersonas = require("@dicebear/personas");
|
|
18
|
+
var $iqXQb$dicebearminiavs = require("@dicebear/miniavs");
|
|
19
|
+
var $iqXQb$dicebearbigsmile = require("@dicebear/big-smile");
|
|
20
|
+
var $iqXQb$dicebearbigears = require("@dicebear/big-ears");
|
|
21
|
+
var $iqXQb$dicebearbigearsneutral = require("@dicebear/big-ears-neutral");
|
|
22
|
+
|
|
23
|
+
function $parcel$export(e, n, v, s) {
|
|
24
|
+
Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
|
|
43
25
|
}
|
|
44
26
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
27
|
+
$parcel$export(module.exports, "adventurer", function () { return $5089fad42d572689$re_export$adventurer; });
|
|
28
|
+
$parcel$export(module.exports, "adventurerNeutral", function () { return $5089fad42d572689$re_export$adventurerNeutral; });
|
|
29
|
+
$parcel$export(module.exports, "avataaars", function () { return $5089fad42d572689$re_export$avataaars; });
|
|
30
|
+
$parcel$export(module.exports, "avataaarsNeutral", function () { return $5089fad42d572689$re_export$avataaarsNeutral; });
|
|
31
|
+
$parcel$export(module.exports, "bottts", function () { return $5089fad42d572689$re_export$bottts; });
|
|
32
|
+
$parcel$export(module.exports, "botttsNeutral", function () { return $5089fad42d572689$re_export$botttsNeutral; });
|
|
33
|
+
$parcel$export(module.exports, "gridy", function () { return $5089fad42d572689$re_export$gridy; });
|
|
34
|
+
$parcel$export(module.exports, "identicon", function () { return $5089fad42d572689$re_export$identicon; });
|
|
35
|
+
$parcel$export(module.exports, "initials", function () { return $5089fad42d572689$re_export$initials; });
|
|
36
|
+
$parcel$export(module.exports, "shapes", function () { return $5089fad42d572689$re_export$shapes; });
|
|
37
|
+
$parcel$export(module.exports, "micah", function () { return $5089fad42d572689$re_export$micah; });
|
|
38
|
+
$parcel$export(module.exports, "croodles", function () { return $5089fad42d572689$re_export$croodles; });
|
|
39
|
+
$parcel$export(module.exports, "croodlesNeutral", function () { return $5089fad42d572689$re_export$croodlesNeutral; });
|
|
40
|
+
$parcel$export(module.exports, "pixelArt", function () { return $5089fad42d572689$re_export$pixelArt; });
|
|
41
|
+
$parcel$export(module.exports, "pixelArtNeutral", function () { return $5089fad42d572689$re_export$pixelArtNeutral; });
|
|
42
|
+
$parcel$export(module.exports, "openPeeps", function () { return $5089fad42d572689$re_export$openPeeps; });
|
|
43
|
+
$parcel$export(module.exports, "personas", function () { return $5089fad42d572689$re_export$personas; });
|
|
44
|
+
$parcel$export(module.exports, "miniavs", function () { return $5089fad42d572689$re_export$miniavs; });
|
|
45
|
+
$parcel$export(module.exports, "bigSmile", function () { return $5089fad42d572689$re_export$bigSmile; });
|
|
46
|
+
$parcel$export(module.exports, "bigEars", function () { return $5089fad42d572689$re_export$bigEars; });
|
|
47
|
+
$parcel$export(module.exports, "bigEarsNeutral", function () { return $5089fad42d572689$re_export$bigEarsNeutral; });
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"mappings":"","sources":["packages/@dicebear/collection/src/index.ts"],"sourcesContent":["import * as adventurer from '@dicebear/adventurer';\nimport * as adventurerNeutral from '@dicebear/adventurer-neutral';\nimport * as avataaars from '@dicebear/avataaars';\nimport * as avataaarsNeutral from '@dicebear/avataaars-neutral';\nimport * as bottts from '@dicebear/bottts';\nimport * as botttsNeutral from '@dicebear/bottts-neutral';\nimport * as gridy from '@dicebear/gridy';\nimport * as identicon from '@dicebear/identicon';\nimport * as initials from '@dicebear/initials';\nimport * as shapes from '@dicebear/shapes';\nimport * as micah from '@dicebear/micah';\nimport * as croodles from '@dicebear/croodles';\nimport * as croodlesNeutral from '@dicebear/croodles-neutral';\nimport * as pixelArt from '@dicebear/pixel-art';\nimport * as pixelArtNeutral from '@dicebear/pixel-art-neutral';\nimport * as openPeeps from '@dicebear/open-peeps';\nimport * as personas from '@dicebear/personas';\nimport * as miniavs from '@dicebear/miniavs';\nimport * as bigSmile from '@dicebear/big-smile';\nimport * as bigEars from '@dicebear/big-ears';\nimport * as bigEarsNeutral from '@dicebear/big-ears-neutral';\n\nexport {\n adventurer,\n adventurerNeutral,\n avataaars,\n avataaarsNeutral,\n bottts,\n botttsNeutral,\n gridy,\n identicon,\n initials,\n shapes,\n micah,\n croodles,\n croodlesNeutral,\n pixelArt,\n pixelArtNeutral,\n openPeeps,\n personas,\n miniavs,\n bigSmile,\n bigEars,\n bigEarsNeutral,\n};\n"],"names":[],"version":3,"file":"index.js.map"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/collection",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.9",
|
|
4
4
|
"description": "All offical dicebear avatar styles in one package",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dicebear"
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
},
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"author": "Florian Körner <contact@florian-koerner.com>",
|
|
19
|
+
"browserslist": ">.25%, not IE > 0, not dead",
|
|
19
20
|
"source": "src/index.ts",
|
|
20
21
|
"main": "dist/index.js",
|
|
21
22
|
"module": "dist/index.es.js",
|
|
22
|
-
"browser": "dist/index.umd.js",
|
|
23
23
|
"types": "dist/index.d.ts",
|
|
24
24
|
"files": [
|
|
25
25
|
"LICENSE",
|
|
@@ -29,44 +29,46 @@
|
|
|
29
29
|
"scripts": {
|
|
30
30
|
"prepublishOnly": "npm run build",
|
|
31
31
|
"prebuild": "shx rm -rf dist",
|
|
32
|
-
"build": "
|
|
32
|
+
"build": "parcel build"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@dicebear/adventurer": "^5.0.0-alpha.
|
|
36
|
-
"@dicebear/adventurer-neutral": "^5.0.0-alpha.
|
|
37
|
-
"@dicebear/avataaars": "^5.0.0-alpha.
|
|
38
|
-
"@dicebear/avataaars-neutral": "^5.0.0-alpha.
|
|
39
|
-
"@dicebear/big-ears": "^5.0.0-alpha.
|
|
40
|
-
"@dicebear/big-ears-neutral": "^5.0.0-alpha.
|
|
41
|
-
"@dicebear/big-smile": "^5.0.0-alpha.
|
|
42
|
-
"@dicebear/bottts": "^5.0.0-alpha.
|
|
43
|
-
"@dicebear/bottts-neutral": "^5.0.0-alpha.
|
|
44
|
-
"@dicebear/croodles": "^5.0.0-alpha.
|
|
45
|
-
"@dicebear/croodles-neutral": "^5.0.0-alpha.
|
|
46
|
-
"@dicebear/gridy": "^5.0.0-alpha.
|
|
47
|
-
"@dicebear/identicon": "^5.0.0-alpha.
|
|
48
|
-
"@dicebear/initials": "^5.0.0-alpha.
|
|
49
|
-
"@dicebear/micah": "^5.0.0-alpha.
|
|
50
|
-
"@dicebear/miniavs": "^5.0.0-alpha.
|
|
51
|
-
"@dicebear/open-peeps": "^5.0.0-alpha.
|
|
52
|
-
"@dicebear/personas": "^5.0.0-alpha.
|
|
53
|
-
"@dicebear/pixel-art": "^5.0.0-alpha.
|
|
54
|
-
"@dicebear/pixel-art-neutral": "^5.0.0-alpha.
|
|
55
|
-
"@dicebear/shapes": "^5.0.0-alpha.
|
|
35
|
+
"@dicebear/adventurer": "^5.0.0-alpha.9",
|
|
36
|
+
"@dicebear/adventurer-neutral": "^5.0.0-alpha.9",
|
|
37
|
+
"@dicebear/avataaars": "^5.0.0-alpha.9",
|
|
38
|
+
"@dicebear/avataaars-neutral": "^5.0.0-alpha.9",
|
|
39
|
+
"@dicebear/big-ears": "^5.0.0-alpha.9",
|
|
40
|
+
"@dicebear/big-ears-neutral": "^5.0.0-alpha.9",
|
|
41
|
+
"@dicebear/big-smile": "^5.0.0-alpha.9",
|
|
42
|
+
"@dicebear/bottts": "^5.0.0-alpha.9",
|
|
43
|
+
"@dicebear/bottts-neutral": "^5.0.0-alpha.9",
|
|
44
|
+
"@dicebear/croodles": "^5.0.0-alpha.9",
|
|
45
|
+
"@dicebear/croodles-neutral": "^5.0.0-alpha.9",
|
|
46
|
+
"@dicebear/gridy": "^5.0.0-alpha.9",
|
|
47
|
+
"@dicebear/identicon": "^5.0.0-alpha.9",
|
|
48
|
+
"@dicebear/initials": "^5.0.0-alpha.9",
|
|
49
|
+
"@dicebear/micah": "^5.0.0-alpha.9",
|
|
50
|
+
"@dicebear/miniavs": "^5.0.0-alpha.9",
|
|
51
|
+
"@dicebear/open-peeps": "^5.0.0-alpha.9",
|
|
52
|
+
"@dicebear/personas": "^5.0.0-alpha.9",
|
|
53
|
+
"@dicebear/pixel-art": "^5.0.0-alpha.9",
|
|
54
|
+
"@dicebear/pixel-art-neutral": "^5.0.0-alpha.9",
|
|
55
|
+
"@dicebear/shapes": "^5.0.0-alpha.9"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@dicebear/core": "^5.0.0-alpha.
|
|
58
|
+
"@dicebear/core": "^5.0.0-alpha.9",
|
|
59
|
+
"@parcel/packager-ts": "^2.0.1",
|
|
60
|
+
"@parcel/transformer-typescript-types": "^2.0.1",
|
|
59
61
|
"@tsconfig/recommended": "^1.0.0",
|
|
60
62
|
"@types/node": "^10.11.6",
|
|
61
|
-
"
|
|
63
|
+
"parcel": "^2.0.1",
|
|
62
64
|
"shx": "^0.3.3",
|
|
63
|
-
"typescript": "^4.2
|
|
65
|
+
"typescript": "^4.5.2"
|
|
64
66
|
},
|
|
65
67
|
"peerDependencies": {
|
|
66
|
-
"@dicebear/core": "^5.0.0-alpha.
|
|
68
|
+
"@dicebear/core": "^5.0.0-alpha.6"
|
|
67
69
|
},
|
|
68
70
|
"publishConfig": {
|
|
69
71
|
"access": "public"
|
|
70
72
|
},
|
|
71
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "d2861228315afd1fef06969d1eaf9655a027fbbb"
|
|
72
74
|
}
|