@dicebear/initials
Advanced tools
Comparing version 8.0.2 to 9.0.0
@@ -5,3 +5,3 @@ /*! | ||
* Code licensed under MIT (https://github.com/dicebear/dicebear/blob/v4/packages/initials/LICENSE) | ||
* Copyright (c) 2023 Florian Körner | ||
* Copyright (c) 2024 Florian Körner | ||
*/ | ||
@@ -8,0 +8,0 @@ import { getInitials } from './utils/initials.js'; |
@@ -5,3 +5,3 @@ /*! | ||
* Code licensed under MIT (https://github.com/dicebear/dicebear/blob/v4/packages/initials/LICENSE) | ||
* Copyright (c) 2023 Florian Körner | ||
* Copyright (c) 2024 Florian Körner | ||
*/ | ||
@@ -8,0 +8,0 @@ import type { StyleCreate, StyleMeta } from '@dicebear/core'; |
@@ -5,3 +5,3 @@ /*! | ||
* Code licensed under MIT (https://github.com/dicebear/dicebear/blob/v4/packages/initials/LICENSE) | ||
* Copyright (c) 2023 Florian Körner | ||
* Copyright (c) 2024 Florian Körner | ||
*/ | ||
@@ -8,0 +8,0 @@ import { getInitials } from './utils/initials.js'; |
{ | ||
"name": "@dicebear/initials", | ||
"version": "8.0.2", | ||
"version": "9.0.0", | ||
"description": "Initials avatar style for DiceBear", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@dicebear/core": "8.0.2", | ||
"@dicebear/core": "9.0.0", | ||
"@tsconfig/recommended": "^1.0.2", | ||
@@ -40,6 +40,6 @@ "del-cli": "^5.0.0", | ||
"peerDependencies": { | ||
"@dicebear/core": "^8.0.0" | ||
"@dicebear/core": "^9.0.0" | ||
}, | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
@@ -49,3 +49,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "a81631f25e0723edc73cf40c1423f7b5242fafe5" | ||
"gitHead": "c9e66450840d4f29faee6362249348bb3d18798b" | ||
} |
Sorry, the diff of this file is not supported yet