5etools-utils 0.16.12 → 0.16.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/decks.json +19 -1
- package/schema/brew/util.json +1 -0
- package/schema/brew-fast/decks.json +19 -1
- package/schema/brew-fast/util.json +1 -0
- package/schema/site/decks.json +19 -1
- package/schema/site/util.json +1 -0
- package/schema/site-fast/decks.json +19 -1
- package/schema/site-fast/util.json +1 -0
- package/schema/ua/decks.json +19 -1
- package/schema/ua/util.json +1 -0
- package/schema/ua-fast/decks.json +19 -1
- package/schema/ua-fast/util.json +1 -0
package/package.json
CHANGED
package/schema/brew/decks.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "decks.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"referenceSources": {
|
|
23
23
|
"$ref": "util.json#/$defs/referenceSources"
|
|
24
24
|
},
|
|
25
|
+
"reprintedAs": {
|
|
26
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
27
|
+
},
|
|
25
28
|
"page": {
|
|
26
29
|
"$ref": "util.json#/$defs/page"
|
|
27
30
|
},
|
|
@@ -93,6 +96,9 @@
|
|
|
93
96
|
"referenceSources": {
|
|
94
97
|
"$ref": "util.json#/$defs/referenceSources"
|
|
95
98
|
},
|
|
99
|
+
"reprintedAs": {
|
|
100
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
101
|
+
},
|
|
96
102
|
"page": {
|
|
97
103
|
"$ref": "util.json#/$defs/page"
|
|
98
104
|
},
|
|
@@ -167,6 +173,9 @@
|
|
|
167
173
|
"referenceSources": {
|
|
168
174
|
"$ref": "util.json#/$defs/referenceSources"
|
|
169
175
|
},
|
|
176
|
+
"reprintedAs": {
|
|
177
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
178
|
+
},
|
|
170
179
|
"page": {
|
|
171
180
|
"$ref": "util.json#/$defs/page"
|
|
172
181
|
},
|
|
@@ -244,6 +253,9 @@
|
|
|
244
253
|
"referenceSources": {
|
|
245
254
|
"$ref": "util.json#/$defs/referenceSources"
|
|
246
255
|
},
|
|
256
|
+
"reprintedAs": {
|
|
257
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
258
|
+
},
|
|
247
259
|
"set": {
|
|
248
260
|
"type": "string"
|
|
249
261
|
},
|
|
@@ -294,6 +306,9 @@
|
|
|
294
306
|
"referenceSources": {
|
|
295
307
|
"$ref": "util.json#/$defs/referenceSources"
|
|
296
308
|
},
|
|
309
|
+
"reprintedAs": {
|
|
310
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
311
|
+
},
|
|
297
312
|
"set": {
|
|
298
313
|
"type": "string"
|
|
299
314
|
},
|
|
@@ -347,6 +362,9 @@
|
|
|
347
362
|
"referenceSources": {
|
|
348
363
|
"$ref": "util.json#/$defs/referenceSources"
|
|
349
364
|
},
|
|
365
|
+
"reprintedAs": {
|
|
366
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
367
|
+
},
|
|
350
368
|
"set": {
|
|
351
369
|
"type": "string"
|
|
352
370
|
},
|
package/schema/brew/util.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "decks.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"referenceSources": {
|
|
23
23
|
"$ref": "util.json#/$defs/referenceSources"
|
|
24
24
|
},
|
|
25
|
+
"reprintedAs": {
|
|
26
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
27
|
+
},
|
|
25
28
|
"page": {
|
|
26
29
|
"$ref": "util.json#/$defs/page"
|
|
27
30
|
},
|
|
@@ -93,6 +96,9 @@
|
|
|
93
96
|
"referenceSources": {
|
|
94
97
|
"$ref": "util.json#/$defs/referenceSources"
|
|
95
98
|
},
|
|
99
|
+
"reprintedAs": {
|
|
100
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
101
|
+
},
|
|
96
102
|
"page": {
|
|
97
103
|
"$ref": "util.json#/$defs/page"
|
|
98
104
|
},
|
|
@@ -167,6 +173,9 @@
|
|
|
167
173
|
"referenceSources": {
|
|
168
174
|
"$ref": "util.json#/$defs/referenceSources"
|
|
169
175
|
},
|
|
176
|
+
"reprintedAs": {
|
|
177
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
178
|
+
},
|
|
170
179
|
"page": {
|
|
171
180
|
"$ref": "util.json#/$defs/page"
|
|
172
181
|
},
|
|
@@ -244,6 +253,9 @@
|
|
|
244
253
|
"referenceSources": {
|
|
245
254
|
"$ref": "util.json#/$defs/referenceSources"
|
|
246
255
|
},
|
|
256
|
+
"reprintedAs": {
|
|
257
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
258
|
+
},
|
|
247
259
|
"set": {
|
|
248
260
|
"type": "string"
|
|
249
261
|
},
|
|
@@ -294,6 +306,9 @@
|
|
|
294
306
|
"referenceSources": {
|
|
295
307
|
"$ref": "util.json#/$defs/referenceSources"
|
|
296
308
|
},
|
|
309
|
+
"reprintedAs": {
|
|
310
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
311
|
+
},
|
|
297
312
|
"set": {
|
|
298
313
|
"type": "string"
|
|
299
314
|
},
|
|
@@ -347,6 +362,9 @@
|
|
|
347
362
|
"referenceSources": {
|
|
348
363
|
"$ref": "util.json#/$defs/referenceSources"
|
|
349
364
|
},
|
|
365
|
+
"reprintedAs": {
|
|
366
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
367
|
+
},
|
|
350
368
|
"set": {
|
|
351
369
|
"type": "string"
|
|
352
370
|
},
|
package/schema/site/decks.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "decks.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"referenceSources": {
|
|
23
23
|
"$ref": "util.json#/$defs/referenceSources"
|
|
24
24
|
},
|
|
25
|
+
"reprintedAs": {
|
|
26
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
27
|
+
},
|
|
25
28
|
"page": {
|
|
26
29
|
"$ref": "util.json#/$defs/page"
|
|
27
30
|
},
|
|
@@ -105,6 +108,9 @@
|
|
|
105
108
|
"referenceSources": {
|
|
106
109
|
"$ref": "util.json#/$defs/referenceSources"
|
|
107
110
|
},
|
|
111
|
+
"reprintedAs": {
|
|
112
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
113
|
+
},
|
|
108
114
|
"page": {
|
|
109
115
|
"$ref": "util.json#/$defs/page"
|
|
110
116
|
},
|
|
@@ -191,6 +197,9 @@
|
|
|
191
197
|
"referenceSources": {
|
|
192
198
|
"$ref": "util.json#/$defs/referenceSources"
|
|
193
199
|
},
|
|
200
|
+
"reprintedAs": {
|
|
201
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
202
|
+
},
|
|
194
203
|
"page": {
|
|
195
204
|
"$ref": "util.json#/$defs/page"
|
|
196
205
|
},
|
|
@@ -280,6 +289,9 @@
|
|
|
280
289
|
"referenceSources": {
|
|
281
290
|
"$ref": "util.json#/$defs/referenceSources"
|
|
282
291
|
},
|
|
292
|
+
"reprintedAs": {
|
|
293
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
294
|
+
},
|
|
283
295
|
"set": {
|
|
284
296
|
"type": "string"
|
|
285
297
|
},
|
|
@@ -342,6 +354,9 @@
|
|
|
342
354
|
"referenceSources": {
|
|
343
355
|
"$ref": "util.json#/$defs/referenceSources"
|
|
344
356
|
},
|
|
357
|
+
"reprintedAs": {
|
|
358
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
359
|
+
},
|
|
345
360
|
"set": {
|
|
346
361
|
"type": "string"
|
|
347
362
|
},
|
|
@@ -407,6 +422,9 @@
|
|
|
407
422
|
"referenceSources": {
|
|
408
423
|
"$ref": "util.json#/$defs/referenceSources"
|
|
409
424
|
},
|
|
425
|
+
"reprintedAs": {
|
|
426
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
427
|
+
},
|
|
410
428
|
"set": {
|
|
411
429
|
"type": "string"
|
|
412
430
|
},
|
package/schema/site/util.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "decks.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"referenceSources": {
|
|
23
23
|
"$ref": "util.json#/$defs/referenceSources"
|
|
24
24
|
},
|
|
25
|
+
"reprintedAs": {
|
|
26
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
27
|
+
},
|
|
25
28
|
"page": {
|
|
26
29
|
"$ref": "util.json#/$defs/page"
|
|
27
30
|
},
|
|
@@ -105,6 +108,9 @@
|
|
|
105
108
|
"referenceSources": {
|
|
106
109
|
"$ref": "util.json#/$defs/referenceSources"
|
|
107
110
|
},
|
|
111
|
+
"reprintedAs": {
|
|
112
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
113
|
+
},
|
|
108
114
|
"page": {
|
|
109
115
|
"$ref": "util.json#/$defs/page"
|
|
110
116
|
},
|
|
@@ -191,6 +197,9 @@
|
|
|
191
197
|
"referenceSources": {
|
|
192
198
|
"$ref": "util.json#/$defs/referenceSources"
|
|
193
199
|
},
|
|
200
|
+
"reprintedAs": {
|
|
201
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
202
|
+
},
|
|
194
203
|
"page": {
|
|
195
204
|
"$ref": "util.json#/$defs/page"
|
|
196
205
|
},
|
|
@@ -280,6 +289,9 @@
|
|
|
280
289
|
"referenceSources": {
|
|
281
290
|
"$ref": "util.json#/$defs/referenceSources"
|
|
282
291
|
},
|
|
292
|
+
"reprintedAs": {
|
|
293
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
294
|
+
},
|
|
283
295
|
"set": {
|
|
284
296
|
"type": "string"
|
|
285
297
|
},
|
|
@@ -342,6 +354,9 @@
|
|
|
342
354
|
"referenceSources": {
|
|
343
355
|
"$ref": "util.json#/$defs/referenceSources"
|
|
344
356
|
},
|
|
357
|
+
"reprintedAs": {
|
|
358
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
359
|
+
},
|
|
345
360
|
"set": {
|
|
346
361
|
"type": "string"
|
|
347
362
|
},
|
|
@@ -407,6 +422,9 @@
|
|
|
407
422
|
"referenceSources": {
|
|
408
423
|
"$ref": "util.json#/$defs/referenceSources"
|
|
409
424
|
},
|
|
425
|
+
"reprintedAs": {
|
|
426
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
427
|
+
},
|
|
410
428
|
"set": {
|
|
411
429
|
"type": "string"
|
|
412
430
|
},
|
package/schema/ua/decks.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "decks.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"referenceSources": {
|
|
23
23
|
"$ref": "util.json#/$defs/referenceSources"
|
|
24
24
|
},
|
|
25
|
+
"reprintedAs": {
|
|
26
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
27
|
+
},
|
|
25
28
|
"page": {
|
|
26
29
|
"$ref": "util.json#/$defs/page"
|
|
27
30
|
},
|
|
@@ -93,6 +96,9 @@
|
|
|
93
96
|
"referenceSources": {
|
|
94
97
|
"$ref": "util.json#/$defs/referenceSources"
|
|
95
98
|
},
|
|
99
|
+
"reprintedAs": {
|
|
100
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
101
|
+
},
|
|
96
102
|
"page": {
|
|
97
103
|
"$ref": "util.json#/$defs/page"
|
|
98
104
|
},
|
|
@@ -167,6 +173,9 @@
|
|
|
167
173
|
"referenceSources": {
|
|
168
174
|
"$ref": "util.json#/$defs/referenceSources"
|
|
169
175
|
},
|
|
176
|
+
"reprintedAs": {
|
|
177
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
178
|
+
},
|
|
170
179
|
"page": {
|
|
171
180
|
"$ref": "util.json#/$defs/page"
|
|
172
181
|
},
|
|
@@ -244,6 +253,9 @@
|
|
|
244
253
|
"referenceSources": {
|
|
245
254
|
"$ref": "util.json#/$defs/referenceSources"
|
|
246
255
|
},
|
|
256
|
+
"reprintedAs": {
|
|
257
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
258
|
+
},
|
|
247
259
|
"set": {
|
|
248
260
|
"type": "string"
|
|
249
261
|
},
|
|
@@ -294,6 +306,9 @@
|
|
|
294
306
|
"referenceSources": {
|
|
295
307
|
"$ref": "util.json#/$defs/referenceSources"
|
|
296
308
|
},
|
|
309
|
+
"reprintedAs": {
|
|
310
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
311
|
+
},
|
|
297
312
|
"set": {
|
|
298
313
|
"type": "string"
|
|
299
314
|
},
|
|
@@ -347,6 +362,9 @@
|
|
|
347
362
|
"referenceSources": {
|
|
348
363
|
"$ref": "util.json#/$defs/referenceSources"
|
|
349
364
|
},
|
|
365
|
+
"reprintedAs": {
|
|
366
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
367
|
+
},
|
|
350
368
|
"set": {
|
|
351
369
|
"type": "string"
|
|
352
370
|
},
|
package/schema/ua/util.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "decks.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.7",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -22,6 +22,9 @@
|
|
|
22
22
|
"referenceSources": {
|
|
23
23
|
"$ref": "util.json#/$defs/referenceSources"
|
|
24
24
|
},
|
|
25
|
+
"reprintedAs": {
|
|
26
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
27
|
+
},
|
|
25
28
|
"page": {
|
|
26
29
|
"$ref": "util.json#/$defs/page"
|
|
27
30
|
},
|
|
@@ -93,6 +96,9 @@
|
|
|
93
96
|
"referenceSources": {
|
|
94
97
|
"$ref": "util.json#/$defs/referenceSources"
|
|
95
98
|
},
|
|
99
|
+
"reprintedAs": {
|
|
100
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
101
|
+
},
|
|
96
102
|
"page": {
|
|
97
103
|
"$ref": "util.json#/$defs/page"
|
|
98
104
|
},
|
|
@@ -167,6 +173,9 @@
|
|
|
167
173
|
"referenceSources": {
|
|
168
174
|
"$ref": "util.json#/$defs/referenceSources"
|
|
169
175
|
},
|
|
176
|
+
"reprintedAs": {
|
|
177
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
178
|
+
},
|
|
170
179
|
"page": {
|
|
171
180
|
"$ref": "util.json#/$defs/page"
|
|
172
181
|
},
|
|
@@ -244,6 +253,9 @@
|
|
|
244
253
|
"referenceSources": {
|
|
245
254
|
"$ref": "util.json#/$defs/referenceSources"
|
|
246
255
|
},
|
|
256
|
+
"reprintedAs": {
|
|
257
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
258
|
+
},
|
|
247
259
|
"set": {
|
|
248
260
|
"type": "string"
|
|
249
261
|
},
|
|
@@ -294,6 +306,9 @@
|
|
|
294
306
|
"referenceSources": {
|
|
295
307
|
"$ref": "util.json#/$defs/referenceSources"
|
|
296
308
|
},
|
|
309
|
+
"reprintedAs": {
|
|
310
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
311
|
+
},
|
|
297
312
|
"set": {
|
|
298
313
|
"type": "string"
|
|
299
314
|
},
|
|
@@ -347,6 +362,9 @@
|
|
|
347
362
|
"referenceSources": {
|
|
348
363
|
"$ref": "util.json#/$defs/referenceSources"
|
|
349
364
|
},
|
|
365
|
+
"reprintedAs": {
|
|
366
|
+
"$ref": "util.json#/$defs/reprintedAs"
|
|
367
|
+
},
|
|
350
368
|
"set": {
|
|
351
369
|
"type": "string"
|
|
352
370
|
},
|