5etools-utils 0.13.40 → 0.13.41

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.13.40",
3
+ "version": "0.13.41",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -1873,7 +1873,9 @@
1873
1873
  }
1874
1874
  },
1875
1875
  "additionalProperties": false
1876
- }
1876
+ },
1877
+ "minItems": 1,
1878
+ "uniqueItems": true
1877
1879
  },
1878
1880
  "mapParent": {
1879
1881
  "description": "Note that the order of transformations is: scale, then offset.",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.11.2",
3
+ "version": "1.11.3",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -140,9 +140,9 @@
140
140
  },
141
141
  "color": {
142
142
  "type": "string",
143
- "description": "HTML hex color code this source should use when displayed in lists, e.g. 'ff00ff'",
143
+ "description": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'",
144
144
  "pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
145
- "markdownDescription": "HTML hex color code this source should use when displayed in lists, e.g. 'ff00ff'"
145
+ "markdownDescription": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'"
146
146
  }
147
147
  },
148
148
  "required": [
@@ -207,6 +207,12 @@
207
207
  "short": {
208
208
  "type": "string"
209
209
  },
210
+ "color": {
211
+ "type": "string",
212
+ "description": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'",
213
+ "pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
214
+ "markdownDescription": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'"
215
+ },
210
216
  "hasOrder": {
211
217
  "description": "If this type has a psionic order.",
212
218
  "type": "boolean",
@@ -1873,7 +1873,9 @@
1873
1873
  }
1874
1874
  },
1875
1875
  "additionalProperties": false
1876
- }
1876
+ },
1877
+ "minItems": 1,
1878
+ "uniqueItems": true
1877
1879
  },
1878
1880
  "mapParent": {
1879
1881
  "description": "Note that the order of transformations is: scale, then offset.",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.11.2",
3
+ "version": "1.11.3",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -138,9 +138,9 @@
138
138
  },
139
139
  "color": {
140
140
  "type": "string",
141
- "description": "HTML hex color code this source should use when displayed in lists, e.g. 'ff00ff'",
141
+ "description": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'",
142
142
  "pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
143
- "markdownDescription": "HTML hex color code this source should use when displayed in lists, e.g. 'ff00ff'"
143
+ "markdownDescription": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'"
144
144
  }
145
145
  },
146
146
  "required": [
@@ -205,6 +205,12 @@
205
205
  "short": {
206
206
  "type": "string"
207
207
  },
208
+ "color": {
209
+ "type": "string",
210
+ "description": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'",
211
+ "pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
212
+ "markdownDescription": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'"
213
+ },
208
214
  "hasOrder": {
209
215
  "description": "If this type has a psionic order.",
210
216
  "type": "boolean",
@@ -2237,7 +2237,9 @@
2237
2237
  }
2238
2238
  },
2239
2239
  "additionalProperties": false
2240
- }
2240
+ },
2241
+ "minItems": 1,
2242
+ "uniqueItems": true
2241
2243
  },
2242
2244
  "mapParent": {
2243
2245
  "description": "Note that the order of transformations is: scale, then offset.",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.11.2",
3
+ "version": "1.11.3",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -140,9 +140,9 @@
140
140
  },
141
141
  "color": {
142
142
  "type": "string",
143
- "description": "HTML hex color code this source should use when displayed in lists, e.g. 'ff00ff'",
143
+ "description": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'",
144
144
  "pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
145
- "markdownDescription": "HTML hex color code this source should use when displayed in lists, e.g. 'ff00ff'"
145
+ "markdownDescription": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'"
146
146
  }
147
147
  },
148
148
  "required": [
@@ -207,6 +207,12 @@
207
207
  "short": {
208
208
  "type": "string"
209
209
  },
210
+ "color": {
211
+ "type": "string",
212
+ "description": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'",
213
+ "pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
214
+ "markdownDescription": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'"
215
+ },
210
216
  "hasOrder": {
211
217
  "description": "If this type has a psionic order.",
212
218
  "type": "boolean",
@@ -2237,7 +2237,9 @@
2237
2237
  }
2238
2238
  },
2239
2239
  "additionalProperties": false
2240
- }
2240
+ },
2241
+ "minItems": 1,
2242
+ "uniqueItems": true
2241
2243
  },
2242
2244
  "mapParent": {
2243
2245
  "description": "Note that the order of transformations is: scale, then offset.",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.11.2",
3
+ "version": "1.11.3",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -138,9 +138,9 @@
138
138
  },
139
139
  "color": {
140
140
  "type": "string",
141
- "description": "HTML hex color code this source should use when displayed in lists, e.g. 'ff00ff'",
141
+ "description": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'",
142
142
  "pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
143
- "markdownDescription": "HTML hex color code this source should use when displayed in lists, e.g. 'ff00ff'"
143
+ "markdownDescription": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'"
144
144
  }
145
145
  },
146
146
  "required": [
@@ -205,6 +205,12 @@
205
205
  "short": {
206
206
  "type": "string"
207
207
  },
208
+ "color": {
209
+ "type": "string",
210
+ "description": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'",
211
+ "pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
212
+ "markdownDescription": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'"
213
+ },
208
214
  "hasOrder": {
209
215
  "description": "If this type has a psionic order.",
210
216
  "type": "boolean",
@@ -1840,7 +1840,9 @@
1840
1840
  }
1841
1841
  },
1842
1842
  "additionalProperties": false
1843
- }
1843
+ },
1844
+ "minItems": 1,
1845
+ "uniqueItems": true
1844
1846
  },
1845
1847
  "mapParent": {
1846
1848
  "description": "Note that the order of transformations is: scale, then offset.",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.11.2",
3
+ "version": "1.11.3",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -140,9 +140,9 @@
140
140
  },
141
141
  "color": {
142
142
  "type": "string",
143
- "description": "HTML hex color code this source should use when displayed in lists, e.g. 'ff00ff'",
143
+ "description": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'",
144
144
  "pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
145
- "markdownDescription": "HTML hex color code this source should use when displayed in lists, e.g. 'ff00ff'"
145
+ "markdownDescription": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'"
146
146
  }
147
147
  },
148
148
  "required": [
@@ -207,6 +207,12 @@
207
207
  "short": {
208
208
  "type": "string"
209
209
  },
210
+ "color": {
211
+ "type": "string",
212
+ "description": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'",
213
+ "pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
214
+ "markdownDescription": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'"
215
+ },
210
216
  "hasOrder": {
211
217
  "description": "If this type has a psionic order.",
212
218
  "type": "boolean",
@@ -1840,7 +1840,9 @@
1840
1840
  }
1841
1841
  },
1842
1842
  "additionalProperties": false
1843
- }
1843
+ },
1844
+ "minItems": 1,
1845
+ "uniqueItems": true
1844
1846
  },
1845
1847
  "mapParent": {
1846
1848
  "description": "Note that the order of transformations is: scale, then offset.",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.11.2",
3
+ "version": "1.11.3",
4
4
  "type": "object",
5
5
  "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
6
6
  "$defs": {
@@ -138,9 +138,9 @@
138
138
  },
139
139
  "color": {
140
140
  "type": "string",
141
- "description": "HTML hex color code this source should use when displayed in lists, e.g. 'ff00ff'",
141
+ "description": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'",
142
142
  "pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
143
- "markdownDescription": "HTML hex color code this source should use when displayed in lists, e.g. 'ff00ff'"
143
+ "markdownDescription": "HTML hex color code this school should use when displayed in lists, e.g. 'ff00ff'"
144
144
  }
145
145
  },
146
146
  "required": [
@@ -205,6 +205,12 @@
205
205
  "short": {
206
206
  "type": "string"
207
207
  },
208
+ "color": {
209
+ "type": "string",
210
+ "description": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'",
211
+ "pattern": "^([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$",
212
+ "markdownDescription": "HTML hex color code this type should use when displayed in lists, e.g. 'ff00ff'"
213
+ },
208
214
  "hasOrder": {
209
215
  "description": "If this type has a psionic order.",
210
216
  "type": "boolean",