5etools-utils 0.4.1 → 0.4.3

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.1",
3
+ "version": "0.4.3",
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": "adventures.json",
4
- "version": "1.10.9",
4
+ "version": "1.10.10",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "adventure": {
@@ -34,6 +34,7 @@
34
34
  "enum": [
35
35
  "supplement",
36
36
  "supplement-alt",
37
+ "prerelease",
37
38
  "homebrew",
38
39
  "other"
39
40
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "books.json",
4
- "version": "1.2.7",
4
+ "version": "1.2.8",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "book": {
@@ -32,6 +32,7 @@
32
32
  "supplement",
33
33
  "supplement-alt",
34
34
  "setting",
35
+ "prerelease",
35
36
  "homebrew",
36
37
  "screen",
37
38
  "other"
@@ -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.1",
4
+ "version": "1.5.2",
5
5
  "$defs": {
6
6
  "itemPropertyLookupArray": {
7
7
  "type": "array",
@@ -232,6 +232,15 @@
232
232
  "scfType": {
233
233
  "$ref": "items-shared.json#/$defs/itemScfType"
234
234
  },
235
+ "vulnerable": {
236
+ "$ref": "util.json#/$defs/damageVulnerabilityArray"
237
+ },
238
+ "resist": {
239
+ "$ref": "util.json#/$defs/damageResistArray"
240
+ },
241
+ "immune": {
242
+ "$ref": "util.json#/$defs/damageImmunityArray"
243
+ },
235
244
  "stealth": {
236
245
  "type": "boolean"
237
246
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "adventures.json",
4
- "version": "1.10.9",
4
+ "version": "1.10.10",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "adventure": {
@@ -34,6 +34,7 @@
34
34
  "enum": [
35
35
  "supplement",
36
36
  "supplement-alt",
37
+ "prerelease",
37
38
  "homebrew",
38
39
  "other"
39
40
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "books.json",
4
- "version": "1.2.7",
4
+ "version": "1.2.8",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "book": {
@@ -32,6 +32,7 @@
32
32
  "supplement",
33
33
  "supplement-alt",
34
34
  "setting",
35
+ "prerelease",
35
36
  "homebrew",
36
37
  "screen",
37
38
  "other"
@@ -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.1",
4
+ "version": "1.5.2",
5
5
  "$defs": {
6
6
  "itemPropertyLookupArray": {
7
7
  "type": "array",
@@ -232,6 +232,15 @@
232
232
  "scfType": {
233
233
  "$ref": "items-shared.json#/$defs/itemScfType"
234
234
  },
235
+ "vulnerable": {
236
+ "$ref": "util.json#/$defs/damageVulnerabilityArray"
237
+ },
238
+ "resist": {
239
+ "$ref": "util.json#/$defs/damageResistArray"
240
+ },
241
+ "immune": {
242
+ "$ref": "util.json#/$defs/damageImmunityArray"
243
+ },
235
244
  "stealth": {
236
245
  "type": "boolean"
237
246
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "adventures.json",
4
- "version": "1.10.9",
4
+ "version": "1.10.10",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "adventure": {
@@ -34,6 +34,7 @@
34
34
  "enum": [
35
35
  "supplement",
36
36
  "supplement-alt",
37
+ "prerelease",
37
38
  "homebrew",
38
39
  "other"
39
40
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "books.json",
4
- "version": "1.2.7",
4
+ "version": "1.2.8",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "book": {
@@ -32,6 +32,7 @@
32
32
  "supplement",
33
33
  "supplement-alt",
34
34
  "setting",
35
+ "prerelease",
35
36
  "homebrew",
36
37
  "screen",
37
38
  "other"
@@ -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.1",
4
+ "version": "1.5.2",
5
5
  "$defs": {
6
6
  "itemPropertyLookupArray": {
7
7
  "type": "array",
@@ -237,6 +237,15 @@
237
237
  "scfType": {
238
238
  "$ref": "items-shared.json#/$defs/itemScfType"
239
239
  },
240
+ "vulnerable": {
241
+ "$ref": "util.json#/$defs/damageVulnerabilityArray"
242
+ },
243
+ "resist": {
244
+ "$ref": "util.json#/$defs/damageResistArray"
245
+ },
246
+ "immune": {
247
+ "$ref": "util.json#/$defs/damageImmunityArray"
248
+ },
240
249
  "stealth": {
241
250
  "type": "boolean"
242
251
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "adventures.json",
4
- "version": "1.10.9",
4
+ "version": "1.10.10",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "adventure": {
@@ -34,6 +34,7 @@
34
34
  "enum": [
35
35
  "supplement",
36
36
  "supplement-alt",
37
+ "prerelease",
37
38
  "homebrew",
38
39
  "other"
39
40
  ]
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "books.json",
4
- "version": "1.2.7",
4
+ "version": "1.2.8",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "book": {
@@ -32,6 +32,7 @@
32
32
  "supplement",
33
33
  "supplement-alt",
34
34
  "setting",
35
+ "prerelease",
35
36
  "homebrew",
36
37
  "screen",
37
38
  "other"
@@ -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.1",
4
+ "version": "1.5.2",
5
5
  "$defs": {
6
6
  "itemPropertyLookupArray": {
7
7
  "type": "array",
@@ -237,6 +237,15 @@
237
237
  "scfType": {
238
238
  "$ref": "items-shared.json#/$defs/itemScfType"
239
239
  },
240
+ "vulnerable": {
241
+ "$ref": "util.json#/$defs/damageVulnerabilityArray"
242
+ },
243
+ "resist": {
244
+ "$ref": "util.json#/$defs/damageResistArray"
245
+ },
246
+ "immune": {
247
+ "$ref": "util.json#/$defs/damageImmunityArray"
248
+ },
240
249
  "stealth": {
241
250
  "type": "boolean"
242
251
  },