5etools-utils 0.8.31 → 0.8.33
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 +1 -1
- package/schema/brew/items-base.json +796 -236
- package/schema/brew/util.json +9 -2
- package/schema/brew-fast/items-base.json +796 -236
- package/schema/brew-fast/util.json +9 -2
- package/schema/site/items-base.json +681 -201
- package/schema/site/util.json +9 -2
- package/schema/site-fast/items-base.json +681 -201
- package/schema/site-fast/util.json +9 -2
|
@@ -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.
|
|
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
|
]
|