@dicebear/definitions 9.0.0-beta.1 → 10.0.0-beta.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/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # License
2
2
 
3
- The designs are licensed under different licenses, which the designers can
3
+ The avatar styles are licensed under different licenses, which the artists can
4
4
  choose themselves.
5
5
 
6
6
  ## Adventurer
@@ -117,11 +117,11 @@ choose themselves.
117
117
 
118
118
  ## Initials
119
119
 
120
- | File | [src/initials.json](./src/initials.json) |
121
- | -------: | :------------------------------------------------------------ |
122
- | Designer | [DiceBear](https://www.dicebear.com) |
123
- | License | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |
124
- | Source | [DiceBear](https://www.dicebear.com) |
120
+ | File | [src/initials.json](./src/initials.json) |
121
+ | ------: | :------------------------------------------------------------ |
122
+ | | |
123
+ | License | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |
124
+ | | |
125
125
 
126
126
  ## Lorelei
127
127
 
@@ -225,4 +225,4 @@ choose themselves.
225
225
  | -------: | :------------------------------------------------------------ |
226
226
  | Designer | [Florian Körner](https://www.dicebear.com) |
227
227
  | License | [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) |
228
- | Source | [Thumbs](https://www.dicebear.com) |
228
+ | Source | [Thumbs](https://www.dicebear.com) |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dicebear/definitions",
3
- "version": "9.0.0-beta.1",
3
+ "version": "10.0.0-beta.3",
4
4
  "description": "Definition files of the DiceBear avatar styles.",
5
5
  "keywords": [
6
6
  "avatar",
@@ -16,7 +16,8 @@
16
16
  "sideEffects": false,
17
17
  "type": "module",
18
18
  "scripts": {
19
- "build": "tsx ./scripts/build.ts"
19
+ "build": "tsx ./scripts/build-license.ts",
20
+ "test": "echo \"No test specified\""
20
21
  },
21
22
  "files": [
22
23
  "LICENSE",
@@ -32,6 +33,7 @@
32
33
  "change-case": "^5.4.4",
33
34
  "glob": "^10.3.12",
34
35
  "markdown-table": "^3.0.3",
35
- "tsx": "^4.7.2"
36
+ "tsx": "^4.7.2",
37
+ "typescript": "^5.4.5"
36
38
  }
37
39
  }
@@ -4,7 +4,8 @@
4
4
  "metadata": {
5
5
  "license": {
6
6
  "name": "CC BY 4.0",
7
- "url": "https://creativecommons.org/licenses/by/4.0/"
7
+ "url": "https://creativecommons.org/licenses/by/4.0/",
8
+ "text": "Remix of „Adventurer Neutral” (https://www.figma.com/community/file/1184595184137881796) by „Lisa Wischofsky”, licensed under „CC BY 4.0” (https://creativecommons.org/licenses/by/4.0/)"
8
9
  },
9
10
  "creator": {
10
11
  "name": "Lisa Wischofsky",
@@ -16,7 +17,7 @@
16
17
  }
17
18
  },
18
19
  "body": {
19
- "content": "<g transform=\"translate(-279 -322)\"><use href=\"url(#component-eyes)\"/></g><g transform=\"translate(-279 -322)\"><use href=\"url(#component-eyebrows)\"/></g><g transform=\"translate(-279 -322)\"><use href=\"url(#component-mouth)\"/></g><g transform=\"translate(-279 -322)\"><use href=\"url(#component-glasses)\"/></g>",
20
+ "content": "<g transform=\"translate(-279 -322)\"><use href=\"#component-eyes\"/></g><g transform=\"translate(-279 -322)\"><use href=\"#component-eyebrows\"/></g><g transform=\"translate(-279 -322)\"><use href=\"#component-mouth\"/></g><g transform=\"translate(-279 -322)\"><use href=\"#component-glasses\"/></g>",
20
21
  "width": 400,
21
22
  "height": 400
22
23
  },