5etools-utils 0.8.30 → 0.8.32

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.8.30",
3
+ "version": "0.8.32",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.13.24",
6
+ "version": "1.13.26",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -220,12 +220,18 @@
220
220
  "anyStandard": {
221
221
  "type": "integer"
222
222
  },
223
+ "anyExotic": {
224
+ "type": "integer"
225
+ },
223
226
  "abyssal": {
224
227
  "const": true
225
228
  },
226
229
  "celestial": {
227
230
  "const": true
228
231
  },
232
+ "common": {
233
+ "const": true
234
+ },
229
235
  "deep speech": {
230
236
  "const": true
231
237
  },
@@ -235,9 +241,26 @@
235
241
  "infernal": {
236
242
  "const": true
237
243
  },
244
+ "gith": true,
245
+ "gnomish": true,
246
+ "goblin": true,
247
+ "halfling": true,
248
+ "orc": true,
238
249
  "primordial": {
239
250
  "const": true
240
251
  },
252
+ "aquan": {
253
+ "const": true
254
+ },
255
+ "auran": {
256
+ "const": true
257
+ },
258
+ "ignan": {
259
+ "const": true
260
+ },
261
+ "terran": {
262
+ "const": true
263
+ },
241
264
  "sylvan": {
242
265
  "const": true
243
266
  },
@@ -256,6 +279,12 @@
256
279
  "other": {
257
280
  "const": true
258
281
  },
282
+ "druidic": {
283
+ "const": true
284
+ },
285
+ "thieves' cant": {
286
+ "const": true
287
+ },
259
288
  "choose": {
260
289
  "type": "object",
261
290
  "properties": {
@@ -272,6 +301,9 @@
272
301
  },
273
302
  "additionalProperties": false
274
303
  }
304
+ },
305
+ "additionalProperties": {
306
+ "const": true
275
307
  }
276
308
  },
277
309
  "uniqueItems": true,
@@ -334,7 +366,7 @@
334
366
  "any": {
335
367
  "type": "integer"
336
368
  },
337
- "anyArtisans": {
369
+ "anyArtisansTool": {
338
370
  "type": "integer"
339
371
  },
340
372
  "artisan's tools": {
@@ -627,6 +659,9 @@
627
659
  "anyStandardLanguage": {
628
660
  "type": "integer"
629
661
  },
662
+ "anyExoticLanguage": {
663
+ "type": "integer"
664
+ },
630
665
  "abyssal": {
631
666
  "const": true
632
667
  },
@@ -889,7 +924,8 @@
889
924
  "anyArtisansTool",
890
925
  "anyMusicalInstrument",
891
926
  "anyLanguage",
892
- "anyStandardLanguage"
927
+ "anyStandardLanguage",
928
+ "anyExoticLanguage"
893
929
  ]
894
930
  }
895
931
  ]
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.13.24",
6
+ "version": "1.13.26",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -220,12 +220,18 @@
220
220
  "anyStandard": {
221
221
  "type": "integer"
222
222
  },
223
+ "anyExotic": {
224
+ "type": "integer"
225
+ },
223
226
  "abyssal": {
224
227
  "const": true
225
228
  },
226
229
  "celestial": {
227
230
  "const": true
228
231
  },
232
+ "common": {
233
+ "const": true
234
+ },
229
235
  "deep speech": {
230
236
  "const": true
231
237
  },
@@ -235,9 +241,26 @@
235
241
  "infernal": {
236
242
  "const": true
237
243
  },
244
+ "gith": true,
245
+ "gnomish": true,
246
+ "goblin": true,
247
+ "halfling": true,
248
+ "orc": true,
238
249
  "primordial": {
239
250
  "const": true
240
251
  },
252
+ "aquan": {
253
+ "const": true
254
+ },
255
+ "auran": {
256
+ "const": true
257
+ },
258
+ "ignan": {
259
+ "const": true
260
+ },
261
+ "terran": {
262
+ "const": true
263
+ },
241
264
  "sylvan": {
242
265
  "const": true
243
266
  },
@@ -256,6 +279,12 @@
256
279
  "other": {
257
280
  "const": true
258
281
  },
282
+ "druidic": {
283
+ "const": true
284
+ },
285
+ "thieves' cant": {
286
+ "const": true
287
+ },
259
288
  "choose": {
260
289
  "type": "object",
261
290
  "properties": {
@@ -272,6 +301,9 @@
272
301
  },
273
302
  "additionalProperties": false
274
303
  }
304
+ },
305
+ "additionalProperties": {
306
+ "const": true
275
307
  }
276
308
  },
277
309
  "uniqueItems": true,
@@ -334,7 +366,7 @@
334
366
  "any": {
335
367
  "type": "integer"
336
368
  },
337
- "anyArtisans": {
369
+ "anyArtisansTool": {
338
370
  "type": "integer"
339
371
  },
340
372
  "artisan's tools": {
@@ -627,6 +659,9 @@
627
659
  "anyStandardLanguage": {
628
660
  "type": "integer"
629
661
  },
662
+ "anyExoticLanguage": {
663
+ "type": "integer"
664
+ },
630
665
  "abyssal": {
631
666
  "const": true
632
667
  },
@@ -889,7 +924,8 @@
889
924
  "anyArtisansTool",
890
925
  "anyMusicalInstrument",
891
926
  "anyLanguage",
892
- "anyStandardLanguage"
927
+ "anyStandardLanguage",
928
+ "anyExoticLanguage"
893
929
  ]
894
930
  }
895
931
  ]
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.13.24",
6
+ "version": "1.13.26",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -210,12 +210,18 @@
210
210
  "anyStandard": {
211
211
  "type": "integer"
212
212
  },
213
+ "anyExotic": {
214
+ "type": "integer"
215
+ },
213
216
  "abyssal": {
214
217
  "const": true
215
218
  },
216
219
  "celestial": {
217
220
  "const": true
218
221
  },
222
+ "common": {
223
+ "const": true
224
+ },
219
225
  "deep speech": {
220
226
  "const": true
221
227
  },
@@ -225,9 +231,26 @@
225
231
  "infernal": {
226
232
  "const": true
227
233
  },
234
+ "gith": true,
235
+ "gnomish": true,
236
+ "goblin": true,
237
+ "halfling": true,
238
+ "orc": true,
228
239
  "primordial": {
229
240
  "const": true
230
241
  },
242
+ "aquan": {
243
+ "const": true
244
+ },
245
+ "auran": {
246
+ "const": true
247
+ },
248
+ "ignan": {
249
+ "const": true
250
+ },
251
+ "terran": {
252
+ "const": true
253
+ },
231
254
  "sylvan": {
232
255
  "const": true
233
256
  },
@@ -246,6 +269,12 @@
246
269
  "other": {
247
270
  "const": true
248
271
  },
272
+ "druidic": {
273
+ "const": true
274
+ },
275
+ "thieves' cant": {
276
+ "const": true
277
+ },
249
278
  "choose": {
250
279
  "type": "object",
251
280
  "properties": {
@@ -262,7 +291,8 @@
262
291
  },
263
292
  "additionalProperties": false
264
293
  }
265
- }
294
+ },
295
+ "additionalProperties": false
266
296
  },
267
297
  "uniqueItems": true,
268
298
  "minItems": 1
@@ -324,7 +354,7 @@
324
354
  "any": {
325
355
  "type": "integer"
326
356
  },
327
- "anyArtisans": {
357
+ "anyArtisansTool": {
328
358
  "type": "integer"
329
359
  },
330
360
  "artisan's tools": {
@@ -490,7 +520,8 @@
490
520
  },
491
521
  "additionalProperties": false
492
522
  }
493
- }
523
+ },
524
+ "additionalProperties": false
494
525
  },
495
526
  "uniqueItems": true,
496
527
  "minItems": 1
@@ -612,6 +643,9 @@
612
643
  "anyStandardLanguage": {
613
644
  "type": "integer"
614
645
  },
646
+ "anyExoticLanguage": {
647
+ "type": "integer"
648
+ },
615
649
  "abyssal": {
616
650
  "const": true
617
651
  },
@@ -874,7 +908,8 @@
874
908
  "anyArtisansTool",
875
909
  "anyMusicalInstrument",
876
910
  "anyLanguage",
877
- "anyStandardLanguage"
911
+ "anyStandardLanguage",
912
+ "anyExoticLanguage"
878
913
  ]
879
914
  }
880
915
  ]
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.13.24",
6
+ "version": "1.13.26",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -210,12 +210,18 @@
210
210
  "anyStandard": {
211
211
  "type": "integer"
212
212
  },
213
+ "anyExotic": {
214
+ "type": "integer"
215
+ },
213
216
  "abyssal": {
214
217
  "const": true
215
218
  },
216
219
  "celestial": {
217
220
  "const": true
218
221
  },
222
+ "common": {
223
+ "const": true
224
+ },
219
225
  "deep speech": {
220
226
  "const": true
221
227
  },
@@ -225,9 +231,26 @@
225
231
  "infernal": {
226
232
  "const": true
227
233
  },
234
+ "gith": true,
235
+ "gnomish": true,
236
+ "goblin": true,
237
+ "halfling": true,
238
+ "orc": true,
228
239
  "primordial": {
229
240
  "const": true
230
241
  },
242
+ "aquan": {
243
+ "const": true
244
+ },
245
+ "auran": {
246
+ "const": true
247
+ },
248
+ "ignan": {
249
+ "const": true
250
+ },
251
+ "terran": {
252
+ "const": true
253
+ },
231
254
  "sylvan": {
232
255
  "const": true
233
256
  },
@@ -246,6 +269,12 @@
246
269
  "other": {
247
270
  "const": true
248
271
  },
272
+ "druidic": {
273
+ "const": true
274
+ },
275
+ "thieves' cant": {
276
+ "const": true
277
+ },
249
278
  "choose": {
250
279
  "type": "object",
251
280
  "properties": {
@@ -262,7 +291,8 @@
262
291
  },
263
292
  "additionalProperties": false
264
293
  }
265
- }
294
+ },
295
+ "additionalProperties": false
266
296
  },
267
297
  "uniqueItems": true,
268
298
  "minItems": 1
@@ -324,7 +354,7 @@
324
354
  "any": {
325
355
  "type": "integer"
326
356
  },
327
- "anyArtisans": {
357
+ "anyArtisansTool": {
328
358
  "type": "integer"
329
359
  },
330
360
  "artisan's tools": {
@@ -490,7 +520,8 @@
490
520
  },
491
521
  "additionalProperties": false
492
522
  }
493
- }
523
+ },
524
+ "additionalProperties": false
494
525
  },
495
526
  "uniqueItems": true,
496
527
  "minItems": 1
@@ -612,6 +643,9 @@
612
643
  "anyStandardLanguage": {
613
644
  "type": "integer"
614
645
  },
646
+ "anyExoticLanguage": {
647
+ "type": "integer"
648
+ },
615
649
  "abyssal": {
616
650
  "const": true
617
651
  },
@@ -874,7 +908,8 @@
874
908
  "anyArtisansTool",
875
909
  "anyMusicalInstrument",
876
910
  "anyLanguage",
877
- "anyStandardLanguage"
911
+ "anyStandardLanguage",
912
+ "anyExoticLanguage"
878
913
  ]
879
914
  }
880
915
  ]