5etools-utils 0.13.25 → 0.13.27

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.13.25",
3
+ "version": "0.13.27",
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.27",
4
+ "version": "1.10.28",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "adventure": {
@@ -37,6 +37,7 @@
37
37
  "supplement-alt",
38
38
  "prerelease",
39
39
  "homebrew",
40
+ "organised-play",
40
41
  "other"
41
42
  ],
42
43
  "markdownDescription": "The group under which this adventure should be listed in the navbar."
@@ -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.15",
4
+ "version": "1.2.16",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "book": {
@@ -38,6 +38,7 @@
38
38
  "prerelease",
39
39
  "homebrew",
40
40
  "screen",
41
+ "organised-play",
41
42
  "recipe",
42
43
  "other"
43
44
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "rewards.json",
4
- "version": "1.2.1",
4
+ "version": "1.2.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "reward": {
@@ -13,6 +13,9 @@
13
13
  "source": {
14
14
  "$ref": "util.json#/$defs/source"
15
15
  },
16
+ "otherSources": {
17
+ "$ref": "util.json#/$defs/otherSources"
18
+ },
16
19
  "page": {
17
20
  "$ref": "util.json#/$defs/page"
18
21
  },
@@ -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.27",
4
+ "version": "1.10.28",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "adventure": {
@@ -37,6 +37,7 @@
37
37
  "supplement-alt",
38
38
  "prerelease",
39
39
  "homebrew",
40
+ "organised-play",
40
41
  "other"
41
42
  ],
42
43
  "markdownDescription": "The group under which this adventure should be listed in the navbar."
@@ -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.15",
4
+ "version": "1.2.16",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "book": {
@@ -38,6 +38,7 @@
38
38
  "prerelease",
39
39
  "homebrew",
40
40
  "screen",
41
+ "organised-play",
41
42
  "recipe",
42
43
  "other"
43
44
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "rewards.json",
4
- "version": "1.2.1",
4
+ "version": "1.2.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "reward": {
@@ -13,6 +13,9 @@
13
13
  "source": {
14
14
  "$ref": "util.json#/$defs/source"
15
15
  },
16
+ "otherSources": {
17
+ "$ref": "util.json#/$defs/otherSources"
18
+ },
16
19
  "page": {
17
20
  "$ref": "util.json#/$defs/page"
18
21
  },
@@ -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.27",
4
+ "version": "1.10.28",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "adventure": {
@@ -37,6 +37,7 @@
37
37
  "supplement-alt",
38
38
  "prerelease",
39
39
  "homebrew",
40
+ "organised-play",
40
41
  "other"
41
42
  ],
42
43
  "markdownDescription": "The group under which this adventure should be listed in the navbar."
@@ -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.15",
4
+ "version": "1.2.16",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "book": {
@@ -38,6 +38,7 @@
38
38
  "prerelease",
39
39
  "homebrew",
40
40
  "screen",
41
+ "organised-play",
41
42
  "recipe",
42
43
  "other"
43
44
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "rewards.json",
4
- "version": "1.2.1",
4
+ "version": "1.2.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "reward": {
@@ -13,6 +13,9 @@
13
13
  "source": {
14
14
  "$ref": "util.json#/$defs/source"
15
15
  },
16
+ "otherSources": {
17
+ "$ref": "util.json#/$defs/otherSources"
18
+ },
16
19
  "page": {
17
20
  "$ref": "util.json#/$defs/page"
18
21
  },
@@ -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.27",
4
+ "version": "1.10.28",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "adventure": {
@@ -37,6 +37,7 @@
37
37
  "supplement-alt",
38
38
  "prerelease",
39
39
  "homebrew",
40
+ "organised-play",
40
41
  "other"
41
42
  ],
42
43
  "markdownDescription": "The group under which this adventure should be listed in the navbar."
@@ -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.15",
4
+ "version": "1.2.16",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "book": {
@@ -38,6 +38,7 @@
38
38
  "prerelease",
39
39
  "homebrew",
40
40
  "screen",
41
+ "organised-play",
41
42
  "recipe",
42
43
  "other"
43
44
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "rewards.json",
4
- "version": "1.2.1",
4
+ "version": "1.2.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "reward": {
@@ -13,6 +13,9 @@
13
13
  "source": {
14
14
  "$ref": "util.json#/$defs/source"
15
15
  },
16
+ "otherSources": {
17
+ "$ref": "util.json#/$defs/otherSources"
18
+ },
16
19
  "page": {
17
20
  "$ref": "util.json#/$defs/page"
18
21
  },
@@ -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.27",
4
+ "version": "1.10.28",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "adventure": {
@@ -37,6 +37,7 @@
37
37
  "supplement-alt",
38
38
  "prerelease",
39
39
  "homebrew",
40
+ "organised-play",
40
41
  "other"
41
42
  ],
42
43
  "markdownDescription": "The group under which this adventure should be listed in the navbar."
@@ -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.15",
4
+ "version": "1.2.16",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "book": {
@@ -38,6 +38,7 @@
38
38
  "prerelease",
39
39
  "homebrew",
40
40
  "screen",
41
+ "organised-play",
41
42
  "recipe",
42
43
  "other"
43
44
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "rewards.json",
4
- "version": "1.2.1",
4
+ "version": "1.2.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "reward": {
@@ -13,6 +13,9 @@
13
13
  "source": {
14
14
  "$ref": "util.json#/$defs/source"
15
15
  },
16
+ "otherSources": {
17
+ "$ref": "util.json#/$defs/otherSources"
18
+ },
16
19
  "page": {
17
20
  "$ref": "util.json#/$defs/page"
18
21
  },
@@ -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.27",
4
+ "version": "1.10.28",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "adventure": {
@@ -37,6 +37,7 @@
37
37
  "supplement-alt",
38
38
  "prerelease",
39
39
  "homebrew",
40
+ "organised-play",
40
41
  "other"
41
42
  ],
42
43
  "markdownDescription": "The group under which this adventure should be listed in the navbar."
@@ -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.15",
4
+ "version": "1.2.16",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "book": {
@@ -38,6 +38,7 @@
38
38
  "prerelease",
39
39
  "homebrew",
40
40
  "screen",
41
+ "organised-play",
41
42
  "recipe",
42
43
  "other"
43
44
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "rewards.json",
4
- "version": "1.2.1",
4
+ "version": "1.2.2",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "reward": {
@@ -13,6 +13,9 @@
13
13
  "source": {
14
14
  "$ref": "util.json#/$defs/source"
15
15
  },
16
+ "otherSources": {
17
+ "$ref": "util.json#/$defs/otherSources"
18
+ },
16
19
  "page": {
17
20
  "$ref": "util.json#/$defs/page"
18
21
  },