5etools-utils 0.16.15 → 0.16.16

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.16",
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",
@@ -3421,7 +3421,12 @@
3421
3421
  }
3422
3422
  },
3423
3423
  "additionalProperties": false,
3424
- "minProperties": 1
3424
+ "minProperties": 1,
3425
+ "patternProperties": {
3426
+ "^[^|]+\\|.+$": {
3427
+ "type": "string"
3428
+ }
3429
+ }
3425
3430
  },
3426
3431
  "tool": {
3427
3432
  "type": "object",
@@ -4786,7 +4791,12 @@
4786
4791
  }
4787
4792
  },
4788
4793
  "additionalProperties": false,
4789
- "minProperties": 1
4794
+ "minProperties": 1,
4795
+ "patternProperties": {
4796
+ "^[^|]+\\|.+$": {
4797
+ "type": "string"
4798
+ }
4799
+ }
4790
4800
  },
4791
4801
  "tool": {
4792
4802
  "type": "object",
@@ -6157,7 +6167,12 @@
6157
6167
  }
6158
6168
  },
6159
6169
  "additionalProperties": false,
6160
- "minProperties": 1
6170
+ "minProperties": 1,
6171
+ "patternProperties": {
6172
+ "^[^|]+\\|.+$": {
6173
+ "type": "string"
6174
+ }
6175
+ }
6161
6176
  },
6162
6177
  "tool": {
6163
6178
  "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",
@@ -3421,7 +3421,12 @@
3421
3421
  }
3422
3422
  },
3423
3423
  "additionalProperties": false,
3424
- "minProperties": 1
3424
+ "minProperties": 1,
3425
+ "patternProperties": {
3426
+ "^[^|]+\\|.+$": {
3427
+ "type": "string"
3428
+ }
3429
+ }
3425
3430
  },
3426
3431
  "tool": {
3427
3432
  "type": "object",
@@ -4786,7 +4791,12 @@
4786
4791
  }
4787
4792
  },
4788
4793
  "additionalProperties": false,
4789
- "minProperties": 1
4794
+ "minProperties": 1,
4795
+ "patternProperties": {
4796
+ "^[^|]+\\|.+$": {
4797
+ "type": "string"
4798
+ }
4799
+ }
4790
4800
  },
4791
4801
  "tool": {
4792
4802
  "type": "object",
@@ -6157,7 +6167,12 @@
6157
6167
  }
6158
6168
  },
6159
6169
  "additionalProperties": false,
6160
- "minProperties": 1
6170
+ "minProperties": 1,
6171
+ "patternProperties": {
6172
+ "^[^|]+\\|.+$": {
6173
+ "type": "string"
6174
+ }
6175
+ }
6161
6176
  },
6162
6177
  "tool": {
6163
6178
  "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,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,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,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",