@dicebear/converter 6.0.1 → 6.0.3
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/core.d.ts +1 -1
- package/lib/node/core.d.ts +1 -1
- package/lib/utils/mime-type.d.ts +1 -1
- package/package.json +2 -2
package/lib/core.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ToFormat } from './types';
|
|
1
|
+
import type { ToFormat } from './types.js';
|
|
2
2
|
export declare const toFormat: ToFormat;
|
package/lib/node/core.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import type { ToFormat } from '../types';
|
|
1
|
+
import type { ToFormat } from '../types.js';
|
|
2
2
|
export declare const toFormat: ToFormat;
|
package/lib/utils/mime-type.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { Format } from '../types';
|
|
1
|
+
import { Format } from '../types.js';
|
|
2
2
|
export declare function getMimeType(format: Format): string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dicebear/converter",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.3",
|
|
4
4
|
"description": "SVG Converter for DiceBear",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dicebear"
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"publishConfig": {
|
|
72
72
|
"access": "public"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "cb1a76b027d423675da0a91c9366f3849d69c403"
|
|
75
75
|
}
|