dicebear 7.1.0 → 7.1.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.
Files changed (2) hide show
  1. package/README.md +11 -8
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,10 +1,13 @@
1
- <h1 align="center"><img src="https://dicebear.com/api/male/seed.svg?mood=happy" width="124" /> <br />DiceBear CLI</h1>
2
- <p align="center">
3
- <strong>CLI for DiceBear - An avatar library for designers and developers.</strong>
4
- </p>
1
+ <h1><img src="https://www.dicebear.com/logo-readme.svg" width="28" /> DiceBear CLI</h1>
5
2
 
6
- <p align="center">
7
- <a href="https://dicebear.com/integrations/cli">
8
- Read Documentation
9
- </a>
3
+ <p>
4
+ <img src="https://api.dicebear.com/7.x/adventurer/svg?seed=Mimi&backgroundColor=0077b6&radius=10" width="64" />
5
+ <img src="https://api.dicebear.com/7.x/open-peeps/svg?seed=Kitty&backgroundColor=0096c7&radius=10" width="64" />
6
+ <img src="https://api.dicebear.com/7.x/pixel-art/svg?seed=Lilly&backgroundColor=00b4d8&radius=10" width="64" />
7
+ <img src="https://api.dicebear.com/7.x/lorelei/svg?seed=Tigger&backgroundColor=48cae4&radius=10" width="64" />
8
+ <img src="https://api.dicebear.com/7.x/bottts/svg?seed=Zoe&backgroundColor=90e0ef&radius=10" width="64" />
9
+ <img src="https://api.dicebear.com/7.x/initials/svg?seed=..&backgroundColor=ade8f4&radius=10" width="64" />
10
10
  </p>
11
+
12
+ [Playground](https://www.dicebear.com/playground) |
13
+ [Documentation](https://www.dicebear.com/how-to-use/cli/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dicebear",
3
- "version": "7.1.0",
3
+ "version": "7.1.2",
4
4
  "private": false,
5
5
  "description": "CLI for DiceBear - An avatar library for designers and developers",
6
6
  "homepage": "https://github.com/dicebear/dicebear",
@@ -25,8 +25,8 @@
25
25
  "prepublishOnly": "npm run build"
26
26
  },
27
27
  "dependencies": {
28
- "@dicebear/collection": "7.1.0",
29
- "@dicebear/core": "7.1.0",
28
+ "@dicebear/collection": "7.1.2",
29
+ "@dicebear/core": "7.1.2",
30
30
  "@resvg/resvg-js": "^2.4.1",
31
31
  "ajv": "^8.12.0",
32
32
  "chalk": "^5.2.0",
@@ -53,5 +53,5 @@
53
53
  "engines": {
54
54
  "node": ">=16.0.0"
55
55
  },
56
- "gitHead": "04b74170d60c613e1cff891f6fc4bdc573c39808"
56
+ "gitHead": "a2a4572ff841b55b51d60e5c1fdc90f38c6d8d7f"
57
57
  }