5etools-utils 0.9.3 → 0.9.5
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/lib/TestJson.js +1 -1
- package/package.json +1 -1
- package/schema/brew/bestiary/bestiary.json +10 -1
- package/schema/brew/util.json +4 -1
- package/schema/brew-fast/bestiary/bestiary.json +10 -1
- package/schema/brew-fast/util.json +4 -1
- package/schema/site/bestiary/bestiary.json +1 -1
- package/schema/site/util.json +4 -1
- package/schema/site-fast/bestiary/bestiary.json +1 -1
- package/schema/site-fast/util.json +4 -1
- package/schema/ua/bestiary/bestiary.json +1 -1
- package/schema/ua/util.json +4 -1
- package/schema/ua-fast/bestiary/bestiary.json +1 -1
- package/schema/ua-fast/util.json +4 -1
package/lib/TestJson.js
CHANGED
|
@@ -46,7 +46,7 @@ class JsonTester {
|
|
|
46
46
|
this._dirSchemaBrew = path.join(__dirname, "..", "schema", "brew");
|
|
47
47
|
this._dirSchemaUa = path.join(__dirname, "..", "schema", "ua");
|
|
48
48
|
|
|
49
|
-
this._dirSchema = dirSchema ?? (mode === "
|
|
49
|
+
this._dirSchema = dirSchema ?? (mode === "ua" ? this._dirSchemaUa : mode === "brew" ? this._dirSchemaBrew : this._dirSchemaSite);
|
|
50
50
|
|
|
51
51
|
this._fnGetSchemaId = fnGetSchemaId;
|
|
52
52
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.19",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1229,6 +1229,9 @@
|
|
|
1229
1229
|
"items": {
|
|
1230
1230
|
"type": "object",
|
|
1231
1231
|
"properties": {
|
|
1232
|
+
"name": {
|
|
1233
|
+
"type": "string"
|
|
1234
|
+
},
|
|
1232
1235
|
"value": {
|
|
1233
1236
|
"type": "integer"
|
|
1234
1237
|
},
|
|
@@ -2407,6 +2410,9 @@
|
|
|
2407
2410
|
"items": {
|
|
2408
2411
|
"type": "object",
|
|
2409
2412
|
"properties": {
|
|
2413
|
+
"name": {
|
|
2414
|
+
"type": "string"
|
|
2415
|
+
},
|
|
2410
2416
|
"value": {
|
|
2411
2417
|
"type": "integer"
|
|
2412
2418
|
},
|
|
@@ -3599,6 +3605,9 @@
|
|
|
3599
3605
|
"items": {
|
|
3600
3606
|
"type": "object",
|
|
3601
3607
|
"properties": {
|
|
3608
|
+
"name": {
|
|
3609
|
+
"type": "string"
|
|
3610
|
+
},
|
|
3602
3611
|
"value": {
|
|
3603
3612
|
"type": "integer"
|
|
3604
3613
|
},
|
package/schema/brew/util.json
CHANGED
|
@@ -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.31",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2431,6 +2431,9 @@
|
|
|
2431
2431
|
},
|
|
2432
2432
|
"note": {
|
|
2433
2433
|
"type": "string"
|
|
2434
|
+
},
|
|
2435
|
+
"cond": {
|
|
2436
|
+
"const": true
|
|
2434
2437
|
}
|
|
2435
2438
|
},
|
|
2436
2439
|
"additionalProperties": false,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.19",
|
|
4
4
|
"title": "Bestiary Schema",
|
|
5
5
|
"$id": "bestiary.json",
|
|
6
6
|
"type": "object",
|
|
@@ -1229,6 +1229,9 @@
|
|
|
1229
1229
|
"items": {
|
|
1230
1230
|
"type": "object",
|
|
1231
1231
|
"properties": {
|
|
1232
|
+
"name": {
|
|
1233
|
+
"type": "string"
|
|
1234
|
+
},
|
|
1232
1235
|
"value": {
|
|
1233
1236
|
"type": "integer"
|
|
1234
1237
|
},
|
|
@@ -2407,6 +2410,9 @@
|
|
|
2407
2410
|
"items": {
|
|
2408
2411
|
"type": "object",
|
|
2409
2412
|
"properties": {
|
|
2413
|
+
"name": {
|
|
2414
|
+
"type": "string"
|
|
2415
|
+
},
|
|
2410
2416
|
"value": {
|
|
2411
2417
|
"type": "integer"
|
|
2412
2418
|
},
|
|
@@ -3599,6 +3605,9 @@
|
|
|
3599
3605
|
"items": {
|
|
3600
3606
|
"type": "object",
|
|
3601
3607
|
"properties": {
|
|
3608
|
+
"name": {
|
|
3609
|
+
"type": "string"
|
|
3610
|
+
},
|
|
3602
3611
|
"value": {
|
|
3603
3612
|
"type": "integer"
|
|
3604
3613
|
},
|
|
@@ -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.31",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2431,6 +2431,9 @@
|
|
|
2431
2431
|
},
|
|
2432
2432
|
"note": {
|
|
2433
2433
|
"type": "string"
|
|
2434
|
+
},
|
|
2435
|
+
"cond": {
|
|
2436
|
+
"const": true
|
|
2434
2437
|
}
|
|
2435
2438
|
},
|
|
2436
2439
|
"additionalProperties": false,
|
package/schema/site/util.json
CHANGED
|
@@ -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.31",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2410,6 +2410,9 @@
|
|
|
2410
2410
|
},
|
|
2411
2411
|
"note": {
|
|
2412
2412
|
"type": "string"
|
|
2413
|
+
},
|
|
2414
|
+
"cond": {
|
|
2415
|
+
"const": true
|
|
2413
2416
|
}
|
|
2414
2417
|
},
|
|
2415
2418
|
"additionalProperties": false,
|
|
@@ -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.31",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2410,6 +2410,9 @@
|
|
|
2410
2410
|
},
|
|
2411
2411
|
"note": {
|
|
2412
2412
|
"type": "string"
|
|
2413
|
+
},
|
|
2414
|
+
"cond": {
|
|
2415
|
+
"const": true
|
|
2413
2416
|
}
|
|
2414
2417
|
},
|
|
2415
2418
|
"additionalProperties": false,
|
package/schema/ua/util.json
CHANGED
|
@@ -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.31",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2410,6 +2410,9 @@
|
|
|
2410
2410
|
},
|
|
2411
2411
|
"note": {
|
|
2412
2412
|
"type": "string"
|
|
2413
|
+
},
|
|
2414
|
+
"cond": {
|
|
2415
|
+
"const": true
|
|
2413
2416
|
}
|
|
2414
2417
|
},
|
|
2415
2418
|
"additionalProperties": false,
|
package/schema/ua-fast/util.json
CHANGED
|
@@ -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.31",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2410,6 +2410,9 @@
|
|
|
2410
2410
|
},
|
|
2411
2411
|
"note": {
|
|
2412
2412
|
"type": "string"
|
|
2413
|
+
},
|
|
2414
|
+
"cond": {
|
|
2415
|
+
"const": true
|
|
2413
2416
|
}
|
|
2414
2417
|
},
|
|
2415
2418
|
"additionalProperties": false,
|