5etools-utils 0.8.3 → 0.8.4

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.3",
3
+ "version": "0.8.4",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "vehicles.json",
4
- "version": "1.7.1",
4
+ "version": "1.7.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "vehicleTerrain": {
@@ -392,6 +392,7 @@
392
392
  }
393
393
  },
394
394
  "required": [
395
+ "name",
395
396
  "entries"
396
397
  ],
397
398
  "additionalProperties": false
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "vehicles.json",
4
- "version": "1.7.1",
4
+ "version": "1.7.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "vehicleTerrain": {
@@ -392,6 +392,7 @@
392
392
  }
393
393
  },
394
394
  "required": [
395
+ "name",
395
396
  "entries"
396
397
  ],
397
398
  "additionalProperties": false
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "vehicles.json",
4
- "version": "1.7.1",
4
+ "version": "1.7.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "vehicleTerrain": {
@@ -393,6 +393,7 @@
393
393
  }
394
394
  },
395
395
  "required": [
396
+ "name",
396
397
  "entries"
397
398
  ],
398
399
  "additionalProperties": false
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "vehicles.json",
4
- "version": "1.7.1",
4
+ "version": "1.7.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "vehicleTerrain": {
@@ -393,6 +393,7 @@
393
393
  }
394
394
  },
395
395
  "required": [
396
+ "name",
396
397
  "entries"
397
398
  ],
398
399
  "additionalProperties": false