dicebear 10.2.0 → 10.3.0

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -24,8 +24,8 @@ dicebear lorelei .
24
24
  dicebear lorelei ./avatars --count 10 --format png
25
25
  ```
26
26
 
27
- Pass style options as flags (e.g. `--seed "John Doe"`). Run `dicebear --help`
28
- to list every style and its options.
27
+ Pass style options as flags (e.g. `--seed "John Doe"`). Run `dicebear --help` to
28
+ list every style and its options.
29
29
 
30
30
  ## Sponsors
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dicebear",
3
- "version": "10.2.0",
3
+ "version": "10.3.0",
4
4
  "private": false,
5
5
  "description": "CLI for DiceBear — unique avatars from dozens of styles.",
6
6
  "homepage": "https://github.com/dicebear/dicebear",
@@ -26,8 +26,8 @@
26
26
  "test": "node --test"
27
27
  },
28
28
  "dependencies": {
29
- "@dicebear/converter": "10.2.0",
30
- "@dicebear/core": "10.2.0",
29
+ "@dicebear/converter": "10.3.0",
30
+ "@dicebear/core": "10.3.0",
31
31
  "@dicebear/styles": "^10.1.0",
32
32
  "ajv": "^8.17.1",
33
33
  "chalk": "^5.4.1",