@dicebear/converter 5.0.0-beta.3 → 5.0.0-beta.4
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/index.d.ts +6 -4
- package/lib/index.js +0 -2
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* DiceBear Converter (@dicebear/converter)
|
|
3
|
+
*
|
|
4
|
+
* Code licensed under MIT (https://github.com/dicebear/dicebear/blob/main/LICENSE)
|
|
5
|
+
* Copyright (c) 2022 Florian Körner
|
|
6
|
+
*/
|
|
1
7
|
export { toFormat } from './core.js';
|
|
2
8
|
export * from './types.js';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
toFormat: import("./types.js").ToFormat;
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/converter",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.4",
|
|
4
4
|
"description": "SVG Converter for DiceBear",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dicebear"
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"publishConfig": {
|
|
70
70
|
"access": "public"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "5fcae5a84a2b4b2dd338c4f7a0e461c1efef1e9d"
|
|
73
73
|
}
|