5etools-utils 0.9.36 → 0.9.37
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/magicvariants.json +7 -1
- package/schema/brew-fast/magicvariants.json +7 -1
- package/schema/site/magicvariants.json +7 -1
- package/schema/site-fast/magicvariants.json +7 -1
- package/schema/ua/magicvariants.json +7 -1
- package/schema/ua-fast/magicvariants.json +7 -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": "magicvariants.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.10",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -108,6 +108,9 @@
|
|
|
108
108
|
"description": "Generally this should be omitted, as the type of the base item will be used.",
|
|
109
109
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
110
110
|
},
|
|
111
|
+
"typeAlt": {
|
|
112
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
113
|
+
},
|
|
111
114
|
"property": {
|
|
112
115
|
"description": "Generally this should be omitted, as the properties of the base item will be used.",
|
|
113
116
|
"$ref": "items-shared.json#/$defs/itemProperty"
|
|
@@ -120,6 +123,9 @@
|
|
|
120
123
|
"description": "Properties to remove from the specific variant, if present on the base item.",
|
|
121
124
|
"$ref": "items-shared.json#/$defs/itemProperty"
|
|
122
125
|
},
|
|
126
|
+
"range": {
|
|
127
|
+
"type": "string"
|
|
128
|
+
},
|
|
123
129
|
"ac": {
|
|
124
130
|
"type": "integer"
|
|
125
131
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "magicvariants.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.10",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -108,6 +108,9 @@
|
|
|
108
108
|
"description": "Generally this should be omitted, as the type of the base item will be used.",
|
|
109
109
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
110
110
|
},
|
|
111
|
+
"typeAlt": {
|
|
112
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
113
|
+
},
|
|
111
114
|
"property": {
|
|
112
115
|
"description": "Generally this should be omitted, as the properties of the base item will be used.",
|
|
113
116
|
"$ref": "items-shared.json#/$defs/itemProperty"
|
|
@@ -120,6 +123,9 @@
|
|
|
120
123
|
"description": "Properties to remove from the specific variant, if present on the base item.",
|
|
121
124
|
"$ref": "items-shared.json#/$defs/itemProperty"
|
|
122
125
|
},
|
|
126
|
+
"range": {
|
|
127
|
+
"type": "string"
|
|
128
|
+
},
|
|
123
129
|
"ac": {
|
|
124
130
|
"type": "integer"
|
|
125
131
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "magicvariants.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.10",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -99,6 +99,9 @@
|
|
|
99
99
|
"description": "Generally this should be omitted, as the type of the base item will be used.",
|
|
100
100
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
101
101
|
},
|
|
102
|
+
"typeAlt": {
|
|
103
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
104
|
+
},
|
|
102
105
|
"property": {
|
|
103
106
|
"description": "Generally this should be omitted, as the properties of the base item will be used.",
|
|
104
107
|
"$ref": "items-shared.json#/$defs/itemProperty"
|
|
@@ -111,6 +114,9 @@
|
|
|
111
114
|
"description": "Properties to remove from the specific variant, if present on the base item.",
|
|
112
115
|
"$ref": "items-shared.json#/$defs/itemProperty"
|
|
113
116
|
},
|
|
117
|
+
"range": {
|
|
118
|
+
"type": "string"
|
|
119
|
+
},
|
|
114
120
|
"ac": {
|
|
115
121
|
"type": "integer"
|
|
116
122
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "magicvariants.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.10",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -99,6 +99,9 @@
|
|
|
99
99
|
"description": "Generally this should be omitted, as the type of the base item will be used.",
|
|
100
100
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
101
101
|
},
|
|
102
|
+
"typeAlt": {
|
|
103
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
104
|
+
},
|
|
102
105
|
"property": {
|
|
103
106
|
"description": "Generally this should be omitted, as the properties of the base item will be used.",
|
|
104
107
|
"$ref": "items-shared.json#/$defs/itemProperty"
|
|
@@ -111,6 +114,9 @@
|
|
|
111
114
|
"description": "Properties to remove from the specific variant, if present on the base item.",
|
|
112
115
|
"$ref": "items-shared.json#/$defs/itemProperty"
|
|
113
116
|
},
|
|
117
|
+
"range": {
|
|
118
|
+
"type": "string"
|
|
119
|
+
},
|
|
114
120
|
"ac": {
|
|
115
121
|
"type": "integer"
|
|
116
122
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "magicvariants.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.10",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -108,6 +108,9 @@
|
|
|
108
108
|
"description": "Generally this should be omitted, as the type of the base item will be used.",
|
|
109
109
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
110
110
|
},
|
|
111
|
+
"typeAlt": {
|
|
112
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
113
|
+
},
|
|
111
114
|
"property": {
|
|
112
115
|
"description": "Generally this should be omitted, as the properties of the base item will be used.",
|
|
113
116
|
"$ref": "items-shared.json#/$defs/itemProperty"
|
|
@@ -120,6 +123,9 @@
|
|
|
120
123
|
"description": "Properties to remove from the specific variant, if present on the base item.",
|
|
121
124
|
"$ref": "items-shared.json#/$defs/itemProperty"
|
|
122
125
|
},
|
|
126
|
+
"range": {
|
|
127
|
+
"type": "string"
|
|
128
|
+
},
|
|
123
129
|
"ac": {
|
|
124
130
|
"type": "integer"
|
|
125
131
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "magicvariants.json",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.10",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"properties": {
|
|
7
7
|
"magicvariant": {
|
|
@@ -108,6 +108,9 @@
|
|
|
108
108
|
"description": "Generally this should be omitted, as the type of the base item will be used.",
|
|
109
109
|
"$ref": "items-shared.json#/$defs/itemType"
|
|
110
110
|
},
|
|
111
|
+
"typeAlt": {
|
|
112
|
+
"$ref": "items-shared.json#/$defs/itemType"
|
|
113
|
+
},
|
|
111
114
|
"property": {
|
|
112
115
|
"description": "Generally this should be omitted, as the properties of the base item will be used.",
|
|
113
116
|
"$ref": "items-shared.json#/$defs/itemProperty"
|
|
@@ -120,6 +123,9 @@
|
|
|
120
123
|
"description": "Properties to remove from the specific variant, if present on the base item.",
|
|
121
124
|
"$ref": "items-shared.json#/$defs/itemProperty"
|
|
122
125
|
},
|
|
126
|
+
"range": {
|
|
127
|
+
"type": "string"
|
|
128
|
+
},
|
|
123
129
|
"ac": {
|
|
124
130
|
"type": "integer"
|
|
125
131
|
},
|