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 +1 -1
- package/schema/brew/adventures.json +2 -1
- package/schema/brew/books.json +2 -1
- package/schema/brew/rewards.json +4 -1
- package/schema/brew-fast/adventures.json +2 -1
- package/schema/brew-fast/books.json +2 -1
- package/schema/brew-fast/rewards.json +4 -1
- package/schema/site/adventures.json +2 -1
- package/schema/site/books.json +2 -1
- package/schema/site/rewards.json +4 -1
- package/schema/site-fast/adventures.json +2 -1
- package/schema/site-fast/books.json +2 -1
- package/schema/site-fast/rewards.json +4 -1
- package/schema/ua/adventures.json +2 -1
- package/schema/ua/books.json +2 -1
- package/schema/ua/rewards.json +4 -1
- package/schema/ua-fast/adventures.json +2 -1
- package/schema/ua-fast/books.json +2 -1
- package/schema/ua-fast/rewards.json +4 -1
package/package.json
CHANGED
|
@@ -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.
|
|
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."
|
package/schema/brew/books.json
CHANGED
|
@@ -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.
|
|
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
|
],
|
package/schema/brew/rewards.json
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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."
|
package/schema/site/books.json
CHANGED
|
@@ -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.
|
|
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
|
],
|
package/schema/site/rewards.json
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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."
|
package/schema/ua/books.json
CHANGED
|
@@ -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.
|
|
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
|
],
|
package/schema/ua/rewards.json
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
|
},
|