5etools-utils 0.6.1 → 0.6.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
package/schema/brew/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.10",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -37,9 +37,16 @@
|
|
|
37
37
|
"minLength": 3
|
|
38
38
|
},
|
|
39
39
|
"page": {
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
"oneOf": [
|
|
41
|
+
{
|
|
42
|
+
"type": "string",
|
|
43
|
+
"not": {
|
|
44
|
+
"pattern": "^\\d+$"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"type": "integer"
|
|
49
|
+
}
|
|
43
50
|
]
|
|
44
51
|
},
|
|
45
52
|
"otherSources": {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.10",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -37,9 +37,16 @@
|
|
|
37
37
|
"minLength": 3
|
|
38
38
|
},
|
|
39
39
|
"page": {
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
"oneOf": [
|
|
41
|
+
{
|
|
42
|
+
"type": "string",
|
|
43
|
+
"not": {
|
|
44
|
+
"pattern": "^\\d+$"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"type": "integer"
|
|
49
|
+
}
|
|
43
50
|
]
|
|
44
51
|
},
|
|
45
52
|
"otherSources": {
|
package/schema/site/util.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.10",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -1758,15 +1758,12 @@
|
|
|
1758
1758
|
"type": "string",
|
|
1759
1759
|
"description": "F: Fine\n D: Diminutive\n T: Tiny\n S: Small\n M: Medium\n L: Large\n H: Huge\n G: Gargantuan\n C: Colossal\n V: Varies.",
|
|
1760
1760
|
"enum": [
|
|
1761
|
-
"F",
|
|
1762
|
-
"D",
|
|
1763
1761
|
"T",
|
|
1764
1762
|
"S",
|
|
1765
1763
|
"M",
|
|
1766
1764
|
"L",
|
|
1767
1765
|
"H",
|
|
1768
1766
|
"G",
|
|
1769
|
-
"C",
|
|
1770
1767
|
"V"
|
|
1771
1768
|
]
|
|
1772
1769
|
},
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"$id": "util.json",
|
|
4
4
|
"title": "Util",
|
|
5
5
|
"description": "Utility definitions to be used in other schemas.",
|
|
6
|
-
"version": "1.13.
|
|
6
|
+
"version": "1.13.10",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaBlock": {
|
|
9
9
|
"type": "object",
|
|
@@ -1758,15 +1758,12 @@
|
|
|
1758
1758
|
"type": "string",
|
|
1759
1759
|
"description": "F: Fine\n D: Diminutive\n T: Tiny\n S: Small\n M: Medium\n L: Large\n H: Huge\n G: Gargantuan\n C: Colossal\n V: Varies.",
|
|
1760
1760
|
"enum": [
|
|
1761
|
-
"F",
|
|
1762
|
-
"D",
|
|
1763
1761
|
"T",
|
|
1764
1762
|
"S",
|
|
1765
1763
|
"M",
|
|
1766
1764
|
"L",
|
|
1767
1765
|
"H",
|
|
1768
1766
|
"G",
|
|
1769
|
-
"C",
|
|
1770
1767
|
"V"
|
|
1771
1768
|
]
|
|
1772
1769
|
},
|