5etools-utils 0.16.15 → 0.16.17

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.16.15",
3
+ "version": "0.16.17",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.62",
3
+ "version": "1.21.63",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -542,7 +542,12 @@
542
542
  }
543
543
  },
544
544
  "additionalProperties": false,
545
- "minProperties": 1
545
+ "minProperties": 1,
546
+ "patternProperties": {
547
+ "^[^|]+\\|.+$": {
548
+ "type": "string"
549
+ }
550
+ }
546
551
  },
547
552
  "tool": {
548
553
  "type": "object",
@@ -1901,7 +1906,12 @@
1901
1906
  }
1902
1907
  },
1903
1908
  "additionalProperties": false,
1904
- "minProperties": 1
1909
+ "minProperties": 1,
1910
+ "patternProperties": {
1911
+ "^[^|]+\\|.+$": {
1912
+ "type": "string"
1913
+ }
1914
+ }
1905
1915
  },
1906
1916
  "tool": {
1907
1917
  "type": "object",
@@ -3265,7 +3275,12 @@
3265
3275
  }
3266
3276
  },
3267
3277
  "additionalProperties": false,
3268
- "minProperties": 1
3278
+ "minProperties": 1,
3279
+ "patternProperties": {
3280
+ "^[^|]+\\|.+$": {
3281
+ "type": "string"
3282
+ }
3283
+ }
3269
3284
  },
3270
3285
  "tool": {
3271
3286
  "type": "object",
@@ -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.9.0",
4
+ "version": "1.9.1",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "vehicleTerrain": {
@@ -680,6 +680,9 @@
680
680
  "hasFluffImages": {
681
681
  "type": "boolean"
682
682
  },
683
+ "initiative": {
684
+ "type": "integer"
685
+ },
683
686
  "fluff": {
684
687
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
685
688
  "$ref": "util.json#/$defs/fluffObject",
@@ -1079,6 +1082,9 @@
1079
1082
  "hasFluffImages": {
1080
1083
  "type": "boolean"
1081
1084
  },
1085
+ "initiative": {
1086
+ "type": "integer"
1087
+ },
1082
1088
  "fluff": {
1083
1089
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
1084
1090
  "$ref": "util.json#/$defs/fluffObject",
@@ -1480,6 +1486,9 @@
1480
1486
  "hasFluffImages": {
1481
1487
  "type": "boolean"
1482
1488
  },
1489
+ "initiative": {
1490
+ "type": "integer"
1491
+ },
1483
1492
  "fluff": {
1484
1493
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
1485
1494
  "$ref": "util.json#/$defs/fluffObject",
@@ -3421,7 +3430,12 @@
3421
3430
  }
3422
3431
  },
3423
3432
  "additionalProperties": false,
3424
- "minProperties": 1
3433
+ "minProperties": 1,
3434
+ "patternProperties": {
3435
+ "^[^|]+\\|.+$": {
3436
+ "type": "string"
3437
+ }
3438
+ }
3425
3439
  },
3426
3440
  "tool": {
3427
3441
  "type": "object",
@@ -4786,7 +4800,12 @@
4786
4800
  }
4787
4801
  },
4788
4802
  "additionalProperties": false,
4789
- "minProperties": 1
4803
+ "minProperties": 1,
4804
+ "patternProperties": {
4805
+ "^[^|]+\\|.+$": {
4806
+ "type": "string"
4807
+ }
4808
+ }
4790
4809
  },
4791
4810
  "tool": {
4792
4811
  "type": "object",
@@ -6157,7 +6176,12 @@
6157
6176
  }
6158
6177
  },
6159
6178
  "additionalProperties": false,
6160
- "minProperties": 1
6179
+ "minProperties": 1,
6180
+ "patternProperties": {
6181
+ "^[^|]+\\|.+$": {
6182
+ "type": "string"
6183
+ }
6184
+ }
6161
6185
  },
6162
6186
  "tool": {
6163
6187
  "type": "object",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.62",
3
+ "version": "1.21.63",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -542,7 +542,12 @@
542
542
  }
543
543
  },
544
544
  "additionalProperties": false,
545
- "minProperties": 1
545
+ "minProperties": 1,
546
+ "patternProperties": {
547
+ "^[^|]+\\|.+$": {
548
+ "type": "string"
549
+ }
550
+ }
546
551
  },
547
552
  "tool": {
548
553
  "type": "object",
@@ -1901,7 +1906,12 @@
1901
1906
  }
1902
1907
  },
1903
1908
  "additionalProperties": false,
1904
- "minProperties": 1
1909
+ "minProperties": 1,
1910
+ "patternProperties": {
1911
+ "^[^|]+\\|.+$": {
1912
+ "type": "string"
1913
+ }
1914
+ }
1905
1915
  },
1906
1916
  "tool": {
1907
1917
  "type": "object",
@@ -3265,7 +3275,12 @@
3265
3275
  }
3266
3276
  },
3267
3277
  "additionalProperties": false,
3268
- "minProperties": 1
3278
+ "minProperties": 1,
3279
+ "patternProperties": {
3280
+ "^[^|]+\\|.+$": {
3281
+ "type": "string"
3282
+ }
3283
+ }
3269
3284
  },
3270
3285
  "tool": {
3271
3286
  "type": "object",
@@ -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.9.0",
4
+ "version": "1.9.1",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "vehicleTerrain": {
@@ -680,6 +680,9 @@
680
680
  "hasFluffImages": {
681
681
  "type": "boolean"
682
682
  },
683
+ "initiative": {
684
+ "type": "integer"
685
+ },
683
686
  "fluff": {
684
687
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
685
688
  "$ref": "util.json#/$defs/fluffObject",
@@ -1079,6 +1082,9 @@
1079
1082
  "hasFluffImages": {
1080
1083
  "type": "boolean"
1081
1084
  },
1085
+ "initiative": {
1086
+ "type": "integer"
1087
+ },
1082
1088
  "fluff": {
1083
1089
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
1084
1090
  "$ref": "util.json#/$defs/fluffObject",
@@ -1480,6 +1486,9 @@
1480
1486
  "hasFluffImages": {
1481
1487
  "type": "boolean"
1482
1488
  },
1489
+ "initiative": {
1490
+ "type": "integer"
1491
+ },
1483
1492
  "fluff": {
1484
1493
  "description": "This is intended to be used for Homebrew only - site data should include a fluff file per source",
1485
1494
  "$ref": "util.json#/$defs/fluffObject",
@@ -3421,7 +3430,12 @@
3421
3430
  }
3422
3431
  },
3423
3432
  "additionalProperties": false,
3424
- "minProperties": 1
3433
+ "minProperties": 1,
3434
+ "patternProperties": {
3435
+ "^[^|]+\\|.+$": {
3436
+ "type": "string"
3437
+ }
3438
+ }
3425
3439
  },
3426
3440
  "tool": {
3427
3441
  "type": "object",
@@ -4786,7 +4800,12 @@
4786
4800
  }
4787
4801
  },
4788
4802
  "additionalProperties": false,
4789
- "minProperties": 1
4803
+ "minProperties": 1,
4804
+ "patternProperties": {
4805
+ "^[^|]+\\|.+$": {
4806
+ "type": "string"
4807
+ }
4808
+ }
4790
4809
  },
4791
4810
  "tool": {
4792
4811
  "type": "object",
@@ -6157,7 +6176,12 @@
6157
6176
  }
6158
6177
  },
6159
6178
  "additionalProperties": false,
6160
- "minProperties": 1
6179
+ "minProperties": 1,
6180
+ "patternProperties": {
6181
+ "^[^|]+\\|.+$": {
6182
+ "type": "string"
6183
+ }
6184
+ }
6161
6185
  },
6162
6186
  "tool": {
6163
6187
  "type": "object",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.62",
3
+ "version": "1.21.63",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -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.9.0",
4
+ "version": "1.9.1",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "vehicleTerrain": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.62",
3
+ "version": "1.21.63",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -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.9.0",
4
+ "version": "1.9.1",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "vehicleTerrain": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.62",
3
+ "version": "1.21.63",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -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.9.0",
4
+ "version": "1.9.1",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "vehicleTerrain": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
- "version": "1.21.62",
3
+ "version": "1.21.63",
4
4
  "title": "Bestiary Schema",
5
5
  "$id": "bestiary.json",
6
6
  "type": "object",
@@ -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.9.0",
4
+ "version": "1.9.1",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "vehicleTerrain": {