@dicebear/collection 4.9.0 → 4.10.2

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 CHANGED
@@ -1,3 +1,5 @@
1
+ export * as adventurer from '@dicebear/adventurer';
2
+ export * as adventurerNeutral from '@dicebear/adventurer-neutral';
1
3
  export * as avataaars from '@dicebear/avatars-avataaars-sprites';
2
4
  export * as bottts from '@dicebear/avatars-bottts-sprites';
3
5
  export * as female from '@dicebear/avatars-female-sprites';
package/dist/index.es.js CHANGED
@@ -1,3 +1,7 @@
1
+ import * as adventurer from '@dicebear/adventurer';
2
+ export { adventurer };
3
+ import * as adventurerNeutral from '@dicebear/adventurer-neutral';
4
+ export { adventurerNeutral };
1
5
  import * as avatarsAvataaarsSprites from '@dicebear/avatars-avataaars-sprites';
2
6
  export { avatarsAvataaarsSprites as avataaars };
3
7
  import * as avatarsBotttsSprites from '@dicebear/avatars-bottts-sprites';
package/dist/index.js CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
+ var adventurer = require('@dicebear/adventurer');
6
+ var adventurerNeutral = require('@dicebear/adventurer-neutral');
5
7
  var avatarsAvataaarsSprites = require('@dicebear/avatars-avataaars-sprites');
6
8
  var avatarsBotttsSprites = require('@dicebear/avatars-bottts-sprites');
7
9
  var avatarsFemaleSprites = require('@dicebear/avatars-female-sprites');
@@ -32,17 +34,17 @@ function _interopNamespace(e) {
32
34
  var d = Object.getOwnPropertyDescriptor(e, k);
33
35
  Object.defineProperty(n, k, d.get ? d : {
34
36
  enumerable: true,
35
- get: function () {
36
- return e[k];
37
- }
37
+ get: function () { return e[k]; }
38
38
  });
39
39
  }
40
40
  });
41
41
  }
42
- n['default'] = e;
42
+ n["default"] = e;
43
43
  return Object.freeze(n);
44
44
  }
45
45
 
46
+ var adventurer__namespace = /*#__PURE__*/_interopNamespace(adventurer);
47
+ var adventurerNeutral__namespace = /*#__PURE__*/_interopNamespace(adventurerNeutral);
46
48
  var avatarsAvataaarsSprites__namespace = /*#__PURE__*/_interopNamespace(avatarsAvataaarsSprites);
47
49
  var avatarsBotttsSprites__namespace = /*#__PURE__*/_interopNamespace(avatarsBotttsSprites);
48
50
  var avatarsFemaleSprites__namespace = /*#__PURE__*/_interopNamespace(avatarsFemaleSprites);
@@ -66,6 +68,8 @@ var bigEarsNeutral__namespace = /*#__PURE__*/_interopNamespace(bigEarsNeutral);
66
68
 
67
69
 
68
70
 
71
+ exports.adventurer = adventurer__namespace;
72
+ exports.adventurerNeutral = adventurerNeutral__namespace;
69
73
  exports.avataaars = avatarsAvataaarsSprites__namespace;
70
74
  exports.bottts = avatarsBotttsSprites__namespace;
71
75
  exports.female = avatarsFemaleSprites__namespace;