5etools-utils 0.8.31 → 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.31",
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.25",
6
+ "version": "1.13.26",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -220,6 +220,9 @@
220
220
  "anyStandard": {
221
221
  "type": "integer"
222
222
  },
223
+ "anyExotic": {
224
+ "type": "integer"
225
+ },
223
226
  "abyssal": {
224
227
  "const": true
225
228
  },
@@ -656,6 +659,9 @@
656
659
  "anyStandardLanguage": {
657
660
  "type": "integer"
658
661
  },
662
+ "anyExoticLanguage": {
663
+ "type": "integer"
664
+ },
659
665
  "abyssal": {
660
666
  "const": true
661
667
  },
@@ -918,7 +924,8 @@
918
924
  "anyArtisansTool",
919
925
  "anyMusicalInstrument",
920
926
  "anyLanguage",
921
- "anyStandardLanguage"
927
+ "anyStandardLanguage",
928
+ "anyExoticLanguage"
922
929
  ]
923
930
  }
924
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.25",
6
+ "version": "1.13.26",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -220,6 +220,9 @@
220
220
  "anyStandard": {
221
221
  "type": "integer"
222
222
  },
223
+ "anyExotic": {
224
+ "type": "integer"
225
+ },
223
226
  "abyssal": {
224
227
  "const": true
225
228
  },
@@ -656,6 +659,9 @@
656
659
  "anyStandardLanguage": {
657
660
  "type": "integer"
658
661
  },
662
+ "anyExoticLanguage": {
663
+ "type": "integer"
664
+ },
659
665
  "abyssal": {
660
666
  "const": true
661
667
  },
@@ -918,7 +924,8 @@
918
924
  "anyArtisansTool",
919
925
  "anyMusicalInstrument",
920
926
  "anyLanguage",
921
- "anyStandardLanguage"
927
+ "anyStandardLanguage",
928
+ "anyExoticLanguage"
922
929
  ]
923
930
  }
924
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.25",
6
+ "version": "1.13.26",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -210,6 +210,9 @@
210
210
  "anyStandard": {
211
211
  "type": "integer"
212
212
  },
213
+ "anyExotic": {
214
+ "type": "integer"
215
+ },
213
216
  "abyssal": {
214
217
  "const": true
215
218
  },
@@ -640,6 +643,9 @@
640
643
  "anyStandardLanguage": {
641
644
  "type": "integer"
642
645
  },
646
+ "anyExoticLanguage": {
647
+ "type": "integer"
648
+ },
643
649
  "abyssal": {
644
650
  "const": true
645
651
  },
@@ -902,7 +908,8 @@
902
908
  "anyArtisansTool",
903
909
  "anyMusicalInstrument",
904
910
  "anyLanguage",
905
- "anyStandardLanguage"
911
+ "anyStandardLanguage",
912
+ "anyExoticLanguage"
906
913
  ]
907
914
  }
908
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.25",
6
+ "version": "1.13.26",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -210,6 +210,9 @@
210
210
  "anyStandard": {
211
211
  "type": "integer"
212
212
  },
213
+ "anyExotic": {
214
+ "type": "integer"
215
+ },
213
216
  "abyssal": {
214
217
  "const": true
215
218
  },
@@ -640,6 +643,9 @@
640
643
  "anyStandardLanguage": {
641
644
  "type": "integer"
642
645
  },
646
+ "anyExoticLanguage": {
647
+ "type": "integer"
648
+ },
643
649
  "abyssal": {
644
650
  "const": true
645
651
  },
@@ -902,7 +908,8 @@
902
908
  "anyArtisansTool",
903
909
  "anyMusicalInstrument",
904
910
  "anyLanguage",
905
- "anyStandardLanguage"
911
+ "anyStandardLanguage",
912
+ "anyExoticLanguage"
906
913
  ]
907
914
  }
908
915
  ]