5etools-utils 0.9.45 → 0.9.46

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.9.45",
3
+ "version": "0.9.46",
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": "feats.json",
4
- "version": "1.6.2",
4
+ "version": "1.6.3",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "feat": {
@@ -43,6 +43,13 @@
43
43
  "repeatableNote": {
44
44
  "type": "string"
45
45
  },
46
+ "category": {
47
+ "type": "string",
48
+ "examples": [
49
+ "general",
50
+ "background"
51
+ ]
52
+ },
46
53
  "additionalSpells": {
47
54
  "$ref": "util.json#/$defs/additionalSpellsArray"
48
55
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "recipes.json",
4
- "version": "1.5.3",
4
+ "version": "1.5.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "recipeData": {
@@ -16,6 +16,9 @@
16
16
  "source": {
17
17
  "$ref": "util.json#/$defs/source"
18
18
  },
19
+ "otherSources": {
20
+ "$ref": "util.json#/$defs/otherSources"
21
+ },
19
22
  "page": {
20
23
  "$ref": "util.json#/$defs/page"
21
24
  },
@@ -202,6 +205,9 @@
202
205
  "source": {
203
206
  "$ref": "util.json#/$defs/source"
204
207
  },
208
+ "otherSources": {
209
+ "$ref": "util.json#/$defs/otherSources"
210
+ },
205
211
  "page": {
206
212
  "$ref": "util.json#/$defs/page"
207
213
  },
@@ -392,6 +398,9 @@
392
398
  "source": {
393
399
  "$ref": "util.json#/$defs/source"
394
400
  },
401
+ "otherSources": {
402
+ "$ref": "util.json#/$defs/otherSources"
403
+ },
395
404
  "page": {
396
405
  "$ref": "util.json#/$defs/page"
397
406
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "feats.json",
4
- "version": "1.6.2",
4
+ "version": "1.6.3",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "feat": {
@@ -43,6 +43,13 @@
43
43
  "repeatableNote": {
44
44
  "type": "string"
45
45
  },
46
+ "category": {
47
+ "type": "string",
48
+ "examples": [
49
+ "general",
50
+ "background"
51
+ ]
52
+ },
46
53
  "additionalSpells": {
47
54
  "$ref": "util.json#/$defs/additionalSpellsArray"
48
55
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "recipes.json",
4
- "version": "1.5.3",
4
+ "version": "1.5.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "recipeData": {
@@ -16,6 +16,9 @@
16
16
  "source": {
17
17
  "$ref": "util.json#/$defs/source"
18
18
  },
19
+ "otherSources": {
20
+ "$ref": "util.json#/$defs/otherSources"
21
+ },
19
22
  "page": {
20
23
  "$ref": "util.json#/$defs/page"
21
24
  },
@@ -202,6 +205,9 @@
202
205
  "source": {
203
206
  "$ref": "util.json#/$defs/source"
204
207
  },
208
+ "otherSources": {
209
+ "$ref": "util.json#/$defs/otherSources"
210
+ },
205
211
  "page": {
206
212
  "$ref": "util.json#/$defs/page"
207
213
  },
@@ -392,6 +398,9 @@
392
398
  "source": {
393
399
  "$ref": "util.json#/$defs/source"
394
400
  },
401
+ "otherSources": {
402
+ "$ref": "util.json#/$defs/otherSources"
403
+ },
395
404
  "page": {
396
405
  "$ref": "util.json#/$defs/page"
397
406
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "feats.json",
4
- "version": "1.6.2",
4
+ "version": "1.6.3",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "feat": {
@@ -43,6 +43,13 @@
43
43
  "repeatableNote": {
44
44
  "type": "string"
45
45
  },
46
+ "category": {
47
+ "type": "string",
48
+ "enum": [
49
+ "general",
50
+ "background"
51
+ ]
52
+ },
46
53
  "additionalSpells": {
47
54
  "$ref": "util.json#/$defs/additionalSpellsArray"
48
55
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "recipes.json",
4
- "version": "1.5.3",
4
+ "version": "1.5.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "recipeData": {
@@ -16,6 +16,9 @@
16
16
  "source": {
17
17
  "$ref": "util.json#/$defs/source"
18
18
  },
19
+ "otherSources": {
20
+ "$ref": "util.json#/$defs/otherSources"
21
+ },
19
22
  "page": {
20
23
  "$ref": "util.json#/$defs/page"
21
24
  },
@@ -202,6 +205,9 @@
202
205
  "source": {
203
206
  "$ref": "util.json#/$defs/source"
204
207
  },
208
+ "otherSources": {
209
+ "$ref": "util.json#/$defs/otherSources"
210
+ },
205
211
  "page": {
206
212
  "$ref": "util.json#/$defs/page"
207
213
  },
@@ -392,6 +398,9 @@
392
398
  "source": {
393
399
  "$ref": "util.json#/$defs/source"
394
400
  },
401
+ "otherSources": {
402
+ "$ref": "util.json#/$defs/otherSources"
403
+ },
395
404
  "page": {
396
405
  "$ref": "util.json#/$defs/page"
397
406
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "feats.json",
4
- "version": "1.6.2",
4
+ "version": "1.6.3",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "feat": {
@@ -43,6 +43,13 @@
43
43
  "repeatableNote": {
44
44
  "type": "string"
45
45
  },
46
+ "category": {
47
+ "type": "string",
48
+ "enum": [
49
+ "general",
50
+ "background"
51
+ ]
52
+ },
46
53
  "additionalSpells": {
47
54
  "$ref": "util.json#/$defs/additionalSpellsArray"
48
55
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "recipes.json",
4
- "version": "1.5.3",
4
+ "version": "1.5.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "recipeData": {
@@ -16,6 +16,9 @@
16
16
  "source": {
17
17
  "$ref": "util.json#/$defs/source"
18
18
  },
19
+ "otherSources": {
20
+ "$ref": "util.json#/$defs/otherSources"
21
+ },
19
22
  "page": {
20
23
  "$ref": "util.json#/$defs/page"
21
24
  },
@@ -202,6 +205,9 @@
202
205
  "source": {
203
206
  "$ref": "util.json#/$defs/source"
204
207
  },
208
+ "otherSources": {
209
+ "$ref": "util.json#/$defs/otherSources"
210
+ },
205
211
  "page": {
206
212
  "$ref": "util.json#/$defs/page"
207
213
  },
@@ -392,6 +398,9 @@
392
398
  "source": {
393
399
  "$ref": "util.json#/$defs/source"
394
400
  },
401
+ "otherSources": {
402
+ "$ref": "util.json#/$defs/otherSources"
403
+ },
395
404
  "page": {
396
405
  "$ref": "util.json#/$defs/page"
397
406
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "feats.json",
4
- "version": "1.6.2",
4
+ "version": "1.6.3",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "feat": {
@@ -43,6 +43,13 @@
43
43
  "repeatableNote": {
44
44
  "type": "string"
45
45
  },
46
+ "category": {
47
+ "type": "string",
48
+ "enum": [
49
+ "general",
50
+ "background"
51
+ ]
52
+ },
46
53
  "additionalSpells": {
47
54
  "$ref": "util.json#/$defs/additionalSpellsArray"
48
55
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "recipes.json",
4
- "version": "1.5.3",
4
+ "version": "1.5.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "recipeData": {
@@ -16,6 +16,9 @@
16
16
  "source": {
17
17
  "$ref": "util.json#/$defs/source"
18
18
  },
19
+ "otherSources": {
20
+ "$ref": "util.json#/$defs/otherSources"
21
+ },
19
22
  "page": {
20
23
  "$ref": "util.json#/$defs/page"
21
24
  },
@@ -191,6 +194,9 @@
191
194
  "source": {
192
195
  "$ref": "util.json#/$defs/source"
193
196
  },
197
+ "otherSources": {
198
+ "$ref": "util.json#/$defs/otherSources"
199
+ },
194
200
  "page": {
195
201
  "$ref": "util.json#/$defs/page"
196
202
  },
@@ -370,6 +376,9 @@
370
376
  "source": {
371
377
  "$ref": "util.json#/$defs/source"
372
378
  },
379
+ "otherSources": {
380
+ "$ref": "util.json#/$defs/otherSources"
381
+ },
373
382
  "page": {
374
383
  "$ref": "util.json#/$defs/page"
375
384
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "feats.json",
4
- "version": "1.6.2",
4
+ "version": "1.6.3",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "feat": {
@@ -43,6 +43,13 @@
43
43
  "repeatableNote": {
44
44
  "type": "string"
45
45
  },
46
+ "category": {
47
+ "type": "string",
48
+ "enum": [
49
+ "general",
50
+ "background"
51
+ ]
52
+ },
46
53
  "additionalSpells": {
47
54
  "$ref": "util.json#/$defs/additionalSpellsArray"
48
55
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "recipes.json",
4
- "version": "1.5.3",
4
+ "version": "1.5.4",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "recipeData": {
@@ -16,6 +16,9 @@
16
16
  "source": {
17
17
  "$ref": "util.json#/$defs/source"
18
18
  },
19
+ "otherSources": {
20
+ "$ref": "util.json#/$defs/otherSources"
21
+ },
19
22
  "page": {
20
23
  "$ref": "util.json#/$defs/page"
21
24
  },
@@ -191,6 +194,9 @@
191
194
  "source": {
192
195
  "$ref": "util.json#/$defs/source"
193
196
  },
197
+ "otherSources": {
198
+ "$ref": "util.json#/$defs/otherSources"
199
+ },
194
200
  "page": {
195
201
  "$ref": "util.json#/$defs/page"
196
202
  },
@@ -370,6 +376,9 @@
370
376
  "source": {
371
377
  "$ref": "util.json#/$defs/source"
372
378
  },
379
+ "otherSources": {
380
+ "$ref": "util.json#/$defs/otherSources"
381
+ },
373
382
  "page": {
374
383
  "$ref": "util.json#/$defs/page"
375
384
  },