5etools-utils 0.4.3 → 0.4.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.4.3",
3
+ "version": "0.4.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": "items-base.json",
4
- "version": "1.5.2",
4
+ "version": "1.5.3",
5
5
  "$defs": {
6
6
  "itemPropertyLookupArray": {
7
7
  "type": "array",
@@ -241,6 +241,9 @@
241
241
  "immune": {
242
242
  "$ref": "util.json#/$defs/damageImmunityArray"
243
243
  },
244
+ "conditionImmune": {
245
+ "$ref": "util.json#/$defs/conditionImmunityArray"
246
+ },
244
247
  "stealth": {
245
248
  "type": "boolean"
246
249
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items-base.json",
4
- "version": "1.5.2",
4
+ "version": "1.5.3",
5
5
  "$defs": {
6
6
  "itemPropertyLookupArray": {
7
7
  "type": "array",
@@ -241,6 +241,9 @@
241
241
  "immune": {
242
242
  "$ref": "util.json#/$defs/damageImmunityArray"
243
243
  },
244
+ "conditionImmune": {
245
+ "$ref": "util.json#/$defs/conditionImmunityArray"
246
+ },
244
247
  "stealth": {
245
248
  "type": "boolean"
246
249
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items-base.json",
4
- "version": "1.5.2",
4
+ "version": "1.5.3",
5
5
  "$defs": {
6
6
  "itemPropertyLookupArray": {
7
7
  "type": "array",
@@ -246,6 +246,9 @@
246
246
  "immune": {
247
247
  "$ref": "util.json#/$defs/damageImmunityArray"
248
248
  },
249
+ "conditionImmune": {
250
+ "$ref": "util.json#/$defs/conditionImmunityArray"
251
+ },
249
252
  "stealth": {
250
253
  "type": "boolean"
251
254
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items-base.json",
4
- "version": "1.5.2",
4
+ "version": "1.5.3",
5
5
  "$defs": {
6
6
  "itemPropertyLookupArray": {
7
7
  "type": "array",
@@ -246,6 +246,9 @@
246
246
  "immune": {
247
247
  "$ref": "util.json#/$defs/damageImmunityArray"
248
248
  },
249
+ "conditionImmune": {
250
+ "$ref": "util.json#/$defs/conditionImmunityArray"
251
+ },
249
252
  "stealth": {
250
253
  "type": "boolean"
251
254
  },