5etools-utils 0.8.14 → 0.8.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.8.14",
3
+ "version": "0.8.16",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -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.15",
6
+ "version": "1.13.17",
7
7
  "$defs": {
8
8
  "metaBlock": {
9
9
  "type": "object",
@@ -1592,17 +1592,14 @@
1592
1592
  }
1593
1593
  },
1594
1594
  "itemProperty": {
1595
- "type": "array",
1596
- "items": {
1597
- "oneOf": [
1598
- {
1599
- "$ref": "items-shared.json#/$defs/itemProperty"
1600
- },
1601
- {
1602
- "type": "null"
1603
- }
1604
- ]
1605
- }
1595
+ "oneOf": [
1596
+ {
1597
+ "$ref": "items-shared.json#/$defs/itemProperty"
1598
+ },
1599
+ {
1600
+ "type": "null"
1601
+ }
1602
+ ]
1606
1603
  },
1607
1604
  "other": {
1608
1605
  "description": "A free text prerequisite",
@@ -1951,6 +1948,9 @@
1951
1948
  "properties": {
1952
1949
  "from": {
1953
1950
  "$ref": "#/$defs/damageImmunityArrayPlayer"
1951
+ },
1952
+ "count": {
1953
+ "type": "integer"
1954
1954
  }
1955
1955
  },
1956
1956
  "additionalProperties": false,
@@ -2031,6 +2031,9 @@
2031
2031
  "properties": {
2032
2032
  "from": {
2033
2033
  "$ref": "#/$defs/damageResistArrayPlayer"
2034
+ },
2035
+ "count": {
2036
+ "type": "integer"
2034
2037
  }
2035
2038
  },
2036
2039
  "additionalProperties": false,
@@ -2111,6 +2114,9 @@
2111
2114
  "properties": {
2112
2115
  "from": {
2113
2116
  "$ref": "#/$defs/damageVulnerabilityArrayPlayer"
2117
+ },
2118
+ "count": {
2119
+ "type": "integer"
2114
2120
  }
2115
2121
  },
2116
2122
  "additionalProperties": false,
@@ -2189,6 +2195,9 @@
2189
2195
  "properties": {
2190
2196
  "from": {
2191
2197
  "$ref": "#/$defs/conditionImmunityArrayPlayer"
2198
+ },
2199
+ "count": {
2200
+ "type": "integer"
2192
2201
  }
2193
2202
  },
2194
2203
  "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.15",
6
+ "version": "1.13.17",
7
7
  "$defs": {
8
8
  "metaBlock": {
9
9
  "type": "object",
@@ -1592,17 +1592,14 @@
1592
1592
  }
1593
1593
  },
1594
1594
  "itemProperty": {
1595
- "type": "array",
1596
- "items": {
1597
- "oneOf": [
1598
- {
1599
- "$ref": "items-shared.json#/$defs/itemProperty"
1600
- },
1601
- {
1602
- "type": "null"
1603
- }
1604
- ]
1605
- }
1595
+ "oneOf": [
1596
+ {
1597
+ "$ref": "items-shared.json#/$defs/itemProperty"
1598
+ },
1599
+ {
1600
+ "type": "null"
1601
+ }
1602
+ ]
1606
1603
  },
1607
1604
  "other": {
1608
1605
  "description": "A free text prerequisite",
@@ -1951,6 +1948,9 @@
1951
1948
  "properties": {
1952
1949
  "from": {
1953
1950
  "$ref": "#/$defs/damageImmunityArrayPlayer"
1951
+ },
1952
+ "count": {
1953
+ "type": "integer"
1954
1954
  }
1955
1955
  },
1956
1956
  "additionalProperties": false,
@@ -2031,6 +2031,9 @@
2031
2031
  "properties": {
2032
2032
  "from": {
2033
2033
  "$ref": "#/$defs/damageResistArrayPlayer"
2034
+ },
2035
+ "count": {
2036
+ "type": "integer"
2034
2037
  }
2035
2038
  },
2036
2039
  "additionalProperties": false,
@@ -2111,6 +2114,9 @@
2111
2114
  "properties": {
2112
2115
  "from": {
2113
2116
  "$ref": "#/$defs/damageVulnerabilityArrayPlayer"
2117
+ },
2118
+ "count": {
2119
+ "type": "integer"
2114
2120
  }
2115
2121
  },
2116
2122
  "additionalProperties": false,
@@ -2189,6 +2195,9 @@
2189
2195
  "properties": {
2190
2196
  "from": {
2191
2197
  "$ref": "#/$defs/conditionImmunityArrayPlayer"
2198
+ },
2199
+ "count": {
2200
+ "type": "integer"
2192
2201
  }
2193
2202
  },
2194
2203
  "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.15",
6
+ "version": "1.13.17",
7
7
  "$defs": {
8
8
  "metaBlock": {
9
9
  "type": "object",
@@ -1575,17 +1575,14 @@
1575
1575
  }
1576
1576
  },
1577
1577
  "itemProperty": {
1578
- "type": "array",
1579
- "items": {
1580
- "oneOf": [
1581
- {
1582
- "$ref": "items-shared.json#/$defs/itemProperty"
1583
- },
1584
- {
1585
- "type": "null"
1586
- }
1587
- ]
1588
- }
1578
+ "oneOf": [
1579
+ {
1580
+ "$ref": "items-shared.json#/$defs/itemProperty"
1581
+ },
1582
+ {
1583
+ "type": "null"
1584
+ }
1585
+ ]
1589
1586
  },
1590
1587
  "other": {
1591
1588
  "description": "A free text prerequisite",
@@ -1931,6 +1928,9 @@
1931
1928
  "properties": {
1932
1929
  "from": {
1933
1930
  "$ref": "#/$defs/damageImmunityArrayPlayer"
1931
+ },
1932
+ "count": {
1933
+ "type": "integer"
1934
1934
  }
1935
1935
  },
1936
1936
  "additionalProperties": false,
@@ -2011,6 +2011,9 @@
2011
2011
  "properties": {
2012
2012
  "from": {
2013
2013
  "$ref": "#/$defs/damageResistArrayPlayer"
2014
+ },
2015
+ "count": {
2016
+ "type": "integer"
2014
2017
  }
2015
2018
  },
2016
2019
  "additionalProperties": false,
@@ -2091,6 +2094,9 @@
2091
2094
  "properties": {
2092
2095
  "from": {
2093
2096
  "$ref": "#/$defs/damageVulnerabilityArrayPlayer"
2097
+ },
2098
+ "count": {
2099
+ "type": "integer"
2094
2100
  }
2095
2101
  },
2096
2102
  "additionalProperties": false,
@@ -2169,6 +2175,9 @@
2169
2175
  "properties": {
2170
2176
  "from": {
2171
2177
  "$ref": "#/$defs/conditionImmunityArrayPlayer"
2178
+ },
2179
+ "count": {
2180
+ "type": "integer"
2172
2181
  }
2173
2182
  },
2174
2183
  "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.15",
6
+ "version": "1.13.17",
7
7
  "$defs": {
8
8
  "metaBlock": {
9
9
  "type": "object",
@@ -1575,17 +1575,14 @@
1575
1575
  }
1576
1576
  },
1577
1577
  "itemProperty": {
1578
- "type": "array",
1579
- "items": {
1580
- "oneOf": [
1581
- {
1582
- "$ref": "items-shared.json#/$defs/itemProperty"
1583
- },
1584
- {
1585
- "type": "null"
1586
- }
1587
- ]
1588
- }
1578
+ "oneOf": [
1579
+ {
1580
+ "$ref": "items-shared.json#/$defs/itemProperty"
1581
+ },
1582
+ {
1583
+ "type": "null"
1584
+ }
1585
+ ]
1589
1586
  },
1590
1587
  "other": {
1591
1588
  "description": "A free text prerequisite",
@@ -1931,6 +1928,9 @@
1931
1928
  "properties": {
1932
1929
  "from": {
1933
1930
  "$ref": "#/$defs/damageImmunityArrayPlayer"
1931
+ },
1932
+ "count": {
1933
+ "type": "integer"
1934
1934
  }
1935
1935
  },
1936
1936
  "additionalProperties": false,
@@ -2011,6 +2011,9 @@
2011
2011
  "properties": {
2012
2012
  "from": {
2013
2013
  "$ref": "#/$defs/damageResistArrayPlayer"
2014
+ },
2015
+ "count": {
2016
+ "type": "integer"
2014
2017
  }
2015
2018
  },
2016
2019
  "additionalProperties": false,
@@ -2091,6 +2094,9 @@
2091
2094
  "properties": {
2092
2095
  "from": {
2093
2096
  "$ref": "#/$defs/damageVulnerabilityArrayPlayer"
2097
+ },
2098
+ "count": {
2099
+ "type": "integer"
2094
2100
  }
2095
2101
  },
2096
2102
  "additionalProperties": false,
@@ -2169,6 +2175,9 @@
2169
2175
  "properties": {
2170
2176
  "from": {
2171
2177
  "$ref": "#/$defs/conditionImmunityArrayPlayer"
2178
+ },
2179
+ "count": {
2180
+ "type": "integer"
2172
2181
  }
2173
2182
  },
2174
2183
  "additionalProperties": false,