5etools-utils 0.13.3 → 0.13.5
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/class/fluff-class.json +8 -11
- package/schema/brew/util.json +2 -1
- package/schema/brew-fast/class/fluff-class.json +8 -11
- package/schema/brew-fast/util.json +2 -1
- package/schema/site/class/fluff-class.json +8 -11
- package/schema/site/util.json +2 -1
- package/schema/site-fast/class/fluff-class.json +8 -11
- package/schema/site-fast/util.json +2 -1
- package/schema/ua/class/fluff-class.json +8 -11
- package/schema/ua/util.json +2 -1
- package/schema/ua-fast/class/fluff-class.json +8 -11
- package/schema/ua-fast/util.json +2 -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": "fluff-class.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_subclassFluffItemData": {
|
|
@@ -117,15 +117,6 @@
|
|
|
117
117
|
},
|
|
118
118
|
"images": {
|
|
119
119
|
"oneOf": [
|
|
120
|
-
{
|
|
121
|
-
"type": "array",
|
|
122
|
-
"items": {
|
|
123
|
-
"$ref": "../entry.json#/$defs/entryImage"
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"type": "null"
|
|
128
|
-
},
|
|
129
120
|
{
|
|
130
121
|
"type": "array",
|
|
131
122
|
"items": {
|
|
@@ -151,9 +142,15 @@
|
|
|
151
142
|
},
|
|
152
143
|
"classSource": {
|
|
153
144
|
"$ref": "../util.json#/$defs/source"
|
|
145
|
+
},
|
|
146
|
+
"_copy": {
|
|
147
|
+
"$ref": "../util-copy.json#/$defs/copyBlock_copy_generic"
|
|
154
148
|
}
|
|
155
149
|
},
|
|
156
|
-
"additionalProperties": false
|
|
150
|
+
"additionalProperties": false,
|
|
151
|
+
"required": [
|
|
152
|
+
"_copy"
|
|
153
|
+
]
|
|
157
154
|
}
|
|
158
155
|
]
|
|
159
156
|
}
|
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.17.
|
|
6
|
+
"version": "1.17.24",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2354,6 +2354,7 @@
|
|
|
2354
2354
|
"type": "string",
|
|
2355
2355
|
"description": "D: Dragonmark\nG: General\nO: Origin\nFS: Fighting Style\nFS:P: Fighting Style (Paladin)\nFS:R: Fighting Style (Ranger)\nEB: Epic Boon",
|
|
2356
2356
|
"examples": [
|
|
2357
|
+
"D",
|
|
2357
2358
|
"G",
|
|
2358
2359
|
"O",
|
|
2359
2360
|
"FS",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "fluff-class.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_subclassFluffItemData": {
|
|
@@ -117,15 +117,6 @@
|
|
|
117
117
|
},
|
|
118
118
|
"images": {
|
|
119
119
|
"oneOf": [
|
|
120
|
-
{
|
|
121
|
-
"type": "array",
|
|
122
|
-
"items": {
|
|
123
|
-
"$ref": "../entry.json#/$defs/entryImage"
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"type": "null"
|
|
128
|
-
},
|
|
129
120
|
{
|
|
130
121
|
"type": "array",
|
|
131
122
|
"items": {
|
|
@@ -151,9 +142,15 @@
|
|
|
151
142
|
},
|
|
152
143
|
"classSource": {
|
|
153
144
|
"$ref": "../util.json#/$defs/source"
|
|
145
|
+
},
|
|
146
|
+
"_copy": {
|
|
147
|
+
"$ref": "../util-copy.json#/$defs/copyBlock_copy_generic"
|
|
154
148
|
}
|
|
155
149
|
},
|
|
156
|
-
"additionalProperties": false
|
|
150
|
+
"additionalProperties": false,
|
|
151
|
+
"required": [
|
|
152
|
+
"_copy"
|
|
153
|
+
]
|
|
157
154
|
}
|
|
158
155
|
]
|
|
159
156
|
}
|
|
@@ -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.17.
|
|
6
|
+
"version": "1.17.24",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2354,6 +2354,7 @@
|
|
|
2354
2354
|
"type": "string",
|
|
2355
2355
|
"description": "D: Dragonmark\nG: General\nO: Origin\nFS: Fighting Style\nFS:P: Fighting Style (Paladin)\nFS:R: Fighting Style (Ranger)\nEB: Epic Boon",
|
|
2356
2356
|
"examples": [
|
|
2357
|
+
"D",
|
|
2357
2358
|
"G",
|
|
2358
2359
|
"O",
|
|
2359
2360
|
"FS",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "fluff-class.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_subclassFluffItemData": {
|
|
@@ -117,15 +117,6 @@
|
|
|
117
117
|
},
|
|
118
118
|
"images": {
|
|
119
119
|
"oneOf": [
|
|
120
|
-
{
|
|
121
|
-
"type": "array",
|
|
122
|
-
"items": {
|
|
123
|
-
"$ref": "../entry.json#/$defs/entryImage"
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"type": "null"
|
|
128
|
-
},
|
|
129
120
|
{
|
|
130
121
|
"type": "array",
|
|
131
122
|
"items": {
|
|
@@ -151,9 +142,15 @@
|
|
|
151
142
|
},
|
|
152
143
|
"classSource": {
|
|
153
144
|
"$ref": "../util.json#/$defs/source"
|
|
145
|
+
},
|
|
146
|
+
"_copy": {
|
|
147
|
+
"$ref": "../util-copy.json#/$defs/copyBlock_copy_generic"
|
|
154
148
|
}
|
|
155
149
|
},
|
|
156
|
-
"additionalProperties": false
|
|
150
|
+
"additionalProperties": false,
|
|
151
|
+
"required": [
|
|
152
|
+
"_copy"
|
|
153
|
+
]
|
|
157
154
|
}
|
|
158
155
|
]
|
|
159
156
|
}
|
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.17.
|
|
6
|
+
"version": "1.17.24",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2295,6 +2295,7 @@
|
|
|
2295
2295
|
"type": "string",
|
|
2296
2296
|
"description": "D: Dragonmark\nG: General\nO: Origin\nFS: Fighting Style\nFS:P: Fighting Style (Paladin)\nFS:R: Fighting Style (Ranger)\nEB: Epic Boon",
|
|
2297
2297
|
"enum": [
|
|
2298
|
+
"D",
|
|
2298
2299
|
"G",
|
|
2299
2300
|
"O",
|
|
2300
2301
|
"FS",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "fluff-class.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_subclassFluffItemData": {
|
|
@@ -117,15 +117,6 @@
|
|
|
117
117
|
},
|
|
118
118
|
"images": {
|
|
119
119
|
"oneOf": [
|
|
120
|
-
{
|
|
121
|
-
"type": "array",
|
|
122
|
-
"items": {
|
|
123
|
-
"$ref": "../entry.json#/$defs/entryImage"
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"type": "null"
|
|
128
|
-
},
|
|
129
120
|
{
|
|
130
121
|
"type": "array",
|
|
131
122
|
"items": {
|
|
@@ -151,9 +142,15 @@
|
|
|
151
142
|
},
|
|
152
143
|
"classSource": {
|
|
153
144
|
"$ref": "../util.json#/$defs/source"
|
|
145
|
+
},
|
|
146
|
+
"_copy": {
|
|
147
|
+
"$ref": "../util-copy.json#/$defs/copyBlock_copy_generic"
|
|
154
148
|
}
|
|
155
149
|
},
|
|
156
|
-
"additionalProperties": false
|
|
150
|
+
"additionalProperties": false,
|
|
151
|
+
"required": [
|
|
152
|
+
"_copy"
|
|
153
|
+
]
|
|
157
154
|
}
|
|
158
155
|
]
|
|
159
156
|
}
|
|
@@ -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.17.
|
|
6
|
+
"version": "1.17.24",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2295,6 +2295,7 @@
|
|
|
2295
2295
|
"type": "string",
|
|
2296
2296
|
"description": "D: Dragonmark\nG: General\nO: Origin\nFS: Fighting Style\nFS:P: Fighting Style (Paladin)\nFS:R: Fighting Style (Ranger)\nEB: Epic Boon",
|
|
2297
2297
|
"enum": [
|
|
2298
|
+
"D",
|
|
2298
2299
|
"G",
|
|
2299
2300
|
"O",
|
|
2300
2301
|
"FS",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "fluff-class.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_subclassFluffItemData": {
|
|
@@ -117,15 +117,6 @@
|
|
|
117
117
|
},
|
|
118
118
|
"images": {
|
|
119
119
|
"oneOf": [
|
|
120
|
-
{
|
|
121
|
-
"type": "array",
|
|
122
|
-
"items": {
|
|
123
|
-
"$ref": "../entry.json#/$defs/entryImage"
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"type": "null"
|
|
128
|
-
},
|
|
129
120
|
{
|
|
130
121
|
"type": "array",
|
|
131
122
|
"items": {
|
|
@@ -151,9 +142,15 @@
|
|
|
151
142
|
},
|
|
152
143
|
"classSource": {
|
|
153
144
|
"$ref": "../util.json#/$defs/source"
|
|
145
|
+
},
|
|
146
|
+
"_copy": {
|
|
147
|
+
"$ref": "../util-copy.json#/$defs/copyBlock_copy_generic"
|
|
154
148
|
}
|
|
155
149
|
},
|
|
156
|
-
"additionalProperties": false
|
|
150
|
+
"additionalProperties": false,
|
|
151
|
+
"required": [
|
|
152
|
+
"_copy"
|
|
153
|
+
]
|
|
157
154
|
}
|
|
158
155
|
]
|
|
159
156
|
}
|
package/schema/ua/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.17.
|
|
6
|
+
"version": "1.17.24",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2306,6 +2306,7 @@
|
|
|
2306
2306
|
"type": "string",
|
|
2307
2307
|
"description": "D: Dragonmark\nG: General\nO: Origin\nFS: Fighting Style\nFS:P: Fighting Style (Paladin)\nFS:R: Fighting Style (Ranger)\nEB: Epic Boon",
|
|
2308
2308
|
"enum": [
|
|
2309
|
+
"D",
|
|
2309
2310
|
"G",
|
|
2310
2311
|
"O",
|
|
2311
2312
|
"FS",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "fluff-class.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.2",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"_subclassFluffItemData": {
|
|
@@ -117,15 +117,6 @@
|
|
|
117
117
|
},
|
|
118
118
|
"images": {
|
|
119
119
|
"oneOf": [
|
|
120
|
-
{
|
|
121
|
-
"type": "array",
|
|
122
|
-
"items": {
|
|
123
|
-
"$ref": "../entry.json#/$defs/entryImage"
|
|
124
|
-
}
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"type": "null"
|
|
128
|
-
},
|
|
129
120
|
{
|
|
130
121
|
"type": "array",
|
|
131
122
|
"items": {
|
|
@@ -151,9 +142,15 @@
|
|
|
151
142
|
},
|
|
152
143
|
"classSource": {
|
|
153
144
|
"$ref": "../util.json#/$defs/source"
|
|
145
|
+
},
|
|
146
|
+
"_copy": {
|
|
147
|
+
"$ref": "../util-copy.json#/$defs/copyBlock_copy_generic"
|
|
154
148
|
}
|
|
155
149
|
},
|
|
156
|
-
"additionalProperties": false
|
|
150
|
+
"additionalProperties": false,
|
|
151
|
+
"required": [
|
|
152
|
+
"_copy"
|
|
153
|
+
]
|
|
157
154
|
}
|
|
158
155
|
]
|
|
159
156
|
}
|
package/schema/ua-fast/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.17.
|
|
6
|
+
"version": "1.17.24",
|
|
7
7
|
"$defs": {
|
|
8
8
|
"metaDependenciesArray": {
|
|
9
9
|
"type": "array",
|
|
@@ -2306,6 +2306,7 @@
|
|
|
2306
2306
|
"type": "string",
|
|
2307
2307
|
"description": "D: Dragonmark\nG: General\nO: Origin\nFS: Fighting Style\nFS:P: Fighting Style (Paladin)\nFS:R: Fighting Style (Ranger)\nEB: Epic Boon",
|
|
2308
2308
|
"enum": [
|
|
2309
|
+
"D",
|
|
2309
2310
|
"G",
|
|
2310
2311
|
"O",
|
|
2311
2312
|
"FS",
|