5etools-utils 0.9.12 → 0.9.14
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/homebrew.json +7 -1
- package/schema/brew/recipes.json +4 -4
- package/schema/brew/util-time.json +4 -1
- package/schema/brew-fast/homebrew.json +7 -1
- package/schema/brew-fast/recipes.json +4 -4
- package/schema/brew-fast/util-time.json +4 -1
- package/schema/site/homebrew.json +7 -1
- package/schema/site/recipes.json +4 -4
- package/schema/site/util-time.json +4 -1
- package/schema/site-fast/homebrew.json +7 -1
- package/schema/site-fast/recipes.json +4 -4
- package/schema/site-fast/util-time.json +4 -1
- package/schema/ua/homebrew.json +7 -1
- package/schema/ua/recipes.json +4 -4
- package/schema/ua/util-time.json +4 -1
- package/schema/ua-fast/homebrew.json +7 -1
- package/schema/ua-fast/recipes.json +4 -4
- package/schema/ua-fast/util-time.json +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.14",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
|
|
6
6
|
"$defs": {
|
|
@@ -413,9 +413,15 @@
|
|
|
413
413
|
"class": {
|
|
414
414
|
"$ref": "class/class.json#/properties/class"
|
|
415
415
|
},
|
|
416
|
+
"foundryClass": {
|
|
417
|
+
"$ref": "class/foundry.json#/properties/class"
|
|
418
|
+
},
|
|
416
419
|
"subclass": {
|
|
417
420
|
"$ref": "class/class.json#/properties/subclass"
|
|
418
421
|
},
|
|
422
|
+
"foundrySubclass": {
|
|
423
|
+
"$ref": "class/foundry.json#/properties/subclass"
|
|
424
|
+
},
|
|
419
425
|
"classFeature": {
|
|
420
426
|
"$ref": "class/class.json#/properties/classFeature"
|
|
421
427
|
},
|
package/schema/brew/recipes.json
CHANGED
|
@@ -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.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipe": {
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"type": "object",
|
|
21
21
|
"properties": {
|
|
22
22
|
"cooking": {
|
|
23
|
-
"$ref": "util-time.json#/$defs/
|
|
23
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
24
24
|
},
|
|
25
25
|
"preparation": {
|
|
26
|
-
"$ref": "util-time.json#/$defs/
|
|
26
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"additionalProperties": false,
|
|
30
|
-
"minProperties":
|
|
30
|
+
"minProperties": 1
|
|
31
31
|
},
|
|
32
32
|
"serves": {
|
|
33
33
|
"oneOf": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-time.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"title": "Util: Time",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"time": {
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"unit"
|
|
30
30
|
],
|
|
31
31
|
"additionalProperties": false
|
|
32
|
+
},
|
|
33
|
+
"timeMinutes": {
|
|
34
|
+
"type": "integer"
|
|
32
35
|
}
|
|
33
36
|
}
|
|
34
37
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.14",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
|
|
6
6
|
"$defs": {
|
|
@@ -411,9 +411,15 @@
|
|
|
411
411
|
"class": {
|
|
412
412
|
"$ref": "class/class.json#/properties/class"
|
|
413
413
|
},
|
|
414
|
+
"foundryClass": {
|
|
415
|
+
"$ref": "class/foundry.json#/properties/class"
|
|
416
|
+
},
|
|
414
417
|
"subclass": {
|
|
415
418
|
"$ref": "class/class.json#/properties/subclass"
|
|
416
419
|
},
|
|
420
|
+
"foundrySubclass": {
|
|
421
|
+
"$ref": "class/foundry.json#/properties/subclass"
|
|
422
|
+
},
|
|
417
423
|
"classFeature": {
|
|
418
424
|
"$ref": "class/class.json#/properties/classFeature"
|
|
419
425
|
},
|
|
@@ -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.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipe": {
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"type": "object",
|
|
21
21
|
"properties": {
|
|
22
22
|
"cooking": {
|
|
23
|
-
"$ref": "util-time.json#/$defs/
|
|
23
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
24
24
|
},
|
|
25
25
|
"preparation": {
|
|
26
|
-
"$ref": "util-time.json#/$defs/
|
|
26
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"additionalProperties": false,
|
|
30
|
-
"minProperties":
|
|
30
|
+
"minProperties": 1
|
|
31
31
|
},
|
|
32
32
|
"serves": {
|
|
33
33
|
"oneOf": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-time.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"title": "Util: Time",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"time": {
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"unit"
|
|
30
30
|
],
|
|
31
31
|
"additionalProperties": false
|
|
32
|
+
},
|
|
33
|
+
"timeMinutes": {
|
|
34
|
+
"type": "integer"
|
|
32
35
|
}
|
|
33
36
|
}
|
|
34
37
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.14",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
|
|
6
6
|
"$defs": {
|
|
@@ -413,9 +413,15 @@
|
|
|
413
413
|
"class": {
|
|
414
414
|
"$ref": "class/class.json#/properties/class"
|
|
415
415
|
},
|
|
416
|
+
"foundryClass": {
|
|
417
|
+
"$ref": "class/foundry.json#/properties/class"
|
|
418
|
+
},
|
|
416
419
|
"subclass": {
|
|
417
420
|
"$ref": "class/class.json#/properties/subclass"
|
|
418
421
|
},
|
|
422
|
+
"foundrySubclass": {
|
|
423
|
+
"$ref": "class/foundry.json#/properties/subclass"
|
|
424
|
+
},
|
|
419
425
|
"classFeature": {
|
|
420
426
|
"$ref": "class/class.json#/properties/classFeature"
|
|
421
427
|
},
|
package/schema/site/recipes.json
CHANGED
|
@@ -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.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipe": {
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"type": "object",
|
|
21
21
|
"properties": {
|
|
22
22
|
"cooking": {
|
|
23
|
-
"$ref": "util-time.json#/$defs/
|
|
23
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
24
24
|
},
|
|
25
25
|
"preparation": {
|
|
26
|
-
"$ref": "util-time.json#/$defs/
|
|
26
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"additionalProperties": false,
|
|
30
|
-
"minProperties":
|
|
30
|
+
"minProperties": 1
|
|
31
31
|
},
|
|
32
32
|
"serves": {
|
|
33
33
|
"oneOf": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-time.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"title": "Util: Time",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"time": {
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"unit"
|
|
30
30
|
],
|
|
31
31
|
"additionalProperties": false
|
|
32
|
+
},
|
|
33
|
+
"timeMinutes": {
|
|
34
|
+
"type": "integer"
|
|
32
35
|
}
|
|
33
36
|
}
|
|
34
37
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.14",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
|
|
6
6
|
"$defs": {
|
|
@@ -411,9 +411,15 @@
|
|
|
411
411
|
"class": {
|
|
412
412
|
"$ref": "class/class.json#/properties/class"
|
|
413
413
|
},
|
|
414
|
+
"foundryClass": {
|
|
415
|
+
"$ref": "class/foundry.json#/properties/class"
|
|
416
|
+
},
|
|
414
417
|
"subclass": {
|
|
415
418
|
"$ref": "class/class.json#/properties/subclass"
|
|
416
419
|
},
|
|
420
|
+
"foundrySubclass": {
|
|
421
|
+
"$ref": "class/foundry.json#/properties/subclass"
|
|
422
|
+
},
|
|
417
423
|
"classFeature": {
|
|
418
424
|
"$ref": "class/class.json#/properties/classFeature"
|
|
419
425
|
},
|
|
@@ -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.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipe": {
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"type": "object",
|
|
21
21
|
"properties": {
|
|
22
22
|
"cooking": {
|
|
23
|
-
"$ref": "util-time.json#/$defs/
|
|
23
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
24
24
|
},
|
|
25
25
|
"preparation": {
|
|
26
|
-
"$ref": "util-time.json#/$defs/
|
|
26
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"additionalProperties": false,
|
|
30
|
-
"minProperties":
|
|
30
|
+
"minProperties": 1
|
|
31
31
|
},
|
|
32
32
|
"serves": {
|
|
33
33
|
"oneOf": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-time.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"title": "Util: Time",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"time": {
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"unit"
|
|
30
30
|
],
|
|
31
31
|
"additionalProperties": false
|
|
32
|
+
},
|
|
33
|
+
"timeMinutes": {
|
|
34
|
+
"type": "integer"
|
|
32
35
|
}
|
|
33
36
|
}
|
|
34
37
|
}
|
package/schema/ua/homebrew.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.14",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
|
|
6
6
|
"$defs": {
|
|
@@ -413,9 +413,15 @@
|
|
|
413
413
|
"class": {
|
|
414
414
|
"$ref": "class/class.json#/properties/class"
|
|
415
415
|
},
|
|
416
|
+
"foundryClass": {
|
|
417
|
+
"$ref": "class/foundry.json#/properties/class"
|
|
418
|
+
},
|
|
416
419
|
"subclass": {
|
|
417
420
|
"$ref": "class/class.json#/properties/subclass"
|
|
418
421
|
},
|
|
422
|
+
"foundrySubclass": {
|
|
423
|
+
"$ref": "class/foundry.json#/properties/subclass"
|
|
424
|
+
},
|
|
419
425
|
"classFeature": {
|
|
420
426
|
"$ref": "class/class.json#/properties/classFeature"
|
|
421
427
|
},
|
package/schema/ua/recipes.json
CHANGED
|
@@ -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.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipe": {
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"type": "object",
|
|
21
21
|
"properties": {
|
|
22
22
|
"cooking": {
|
|
23
|
-
"$ref": "util-time.json#/$defs/
|
|
23
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
24
24
|
},
|
|
25
25
|
"preparation": {
|
|
26
|
-
"$ref": "util-time.json#/$defs/
|
|
26
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"additionalProperties": false,
|
|
30
|
-
"minProperties":
|
|
30
|
+
"minProperties": 1
|
|
31
31
|
},
|
|
32
32
|
"serves": {
|
|
33
33
|
"oneOf": [
|
package/schema/ua/util-time.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-time.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"title": "Util: Time",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"time": {
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"unit"
|
|
30
30
|
],
|
|
31
31
|
"additionalProperties": false
|
|
32
|
+
},
|
|
33
|
+
"timeMinutes": {
|
|
34
|
+
"type": "integer"
|
|
32
35
|
}
|
|
33
36
|
}
|
|
34
37
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.14",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`",
|
|
6
6
|
"$defs": {
|
|
@@ -411,9 +411,15 @@
|
|
|
411
411
|
"class": {
|
|
412
412
|
"$ref": "class/class.json#/properties/class"
|
|
413
413
|
},
|
|
414
|
+
"foundryClass": {
|
|
415
|
+
"$ref": "class/foundry.json#/properties/class"
|
|
416
|
+
},
|
|
414
417
|
"subclass": {
|
|
415
418
|
"$ref": "class/class.json#/properties/subclass"
|
|
416
419
|
},
|
|
420
|
+
"foundrySubclass": {
|
|
421
|
+
"$ref": "class/foundry.json#/properties/subclass"
|
|
422
|
+
},
|
|
417
423
|
"classFeature": {
|
|
418
424
|
"$ref": "class/class.json#/properties/classFeature"
|
|
419
425
|
},
|
|
@@ -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.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipe": {
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"type": "object",
|
|
21
21
|
"properties": {
|
|
22
22
|
"cooking": {
|
|
23
|
-
"$ref": "util-time.json#/$defs/
|
|
23
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
24
24
|
},
|
|
25
25
|
"preparation": {
|
|
26
|
-
"$ref": "util-time.json#/$defs/
|
|
26
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"additionalProperties": false,
|
|
30
|
-
"minProperties":
|
|
30
|
+
"minProperties": 1
|
|
31
31
|
},
|
|
32
32
|
"serves": {
|
|
33
33
|
"oneOf": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-time.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"title": "Util: Time",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"time": {
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"unit"
|
|
30
30
|
],
|
|
31
31
|
"additionalProperties": false
|
|
32
|
+
},
|
|
33
|
+
"timeMinutes": {
|
|
34
|
+
"type": "integer"
|
|
32
35
|
}
|
|
33
36
|
}
|
|
34
37
|
}
|