5etools-utils 0.9.10 → 0.9.11
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-fast/decks.json +19 -1
- package/schema/site/decks.json +19 -1
- package/schema/site-fast/decks.json +19 -1
- package/schema/ua/decks.json +19 -1
- package/schema/ua-fast/decks.json +19 -1
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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"otherSources": {
|
|
20
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
21
|
+
},
|
|
19
22
|
"page": {
|
|
20
23
|
"$ref": "util.json#/$defs/page"
|
|
21
24
|
},
|
|
@@ -83,6 +86,9 @@
|
|
|
83
86
|
"source": {
|
|
84
87
|
"$ref": "util.json#/$defs/source"
|
|
85
88
|
},
|
|
89
|
+
"otherSources": {
|
|
90
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
91
|
+
},
|
|
86
92
|
"page": {
|
|
87
93
|
"$ref": "util.json#/$defs/page"
|
|
88
94
|
},
|
|
@@ -153,6 +159,9 @@
|
|
|
153
159
|
"source": {
|
|
154
160
|
"$ref": "util.json#/$defs/source"
|
|
155
161
|
},
|
|
162
|
+
"otherSources": {
|
|
163
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
164
|
+
},
|
|
156
165
|
"page": {
|
|
157
166
|
"$ref": "util.json#/$defs/page"
|
|
158
167
|
},
|
|
@@ -289,6 +298,9 @@
|
|
|
289
298
|
"source": {
|
|
290
299
|
"$ref": "util.json#/$defs/source"
|
|
291
300
|
},
|
|
301
|
+
"otherSources": {
|
|
302
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
303
|
+
},
|
|
292
304
|
"set": {
|
|
293
305
|
"type": "string"
|
|
294
306
|
},
|
|
@@ -336,6 +348,9 @@
|
|
|
336
348
|
"source": {
|
|
337
349
|
"$ref": "util.json#/$defs/source"
|
|
338
350
|
},
|
|
351
|
+
"otherSources": {
|
|
352
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
353
|
+
},
|
|
339
354
|
"set": {
|
|
340
355
|
"type": "string"
|
|
341
356
|
},
|
|
@@ -386,6 +401,9 @@
|
|
|
386
401
|
"source": {
|
|
387
402
|
"$ref": "util.json#/$defs/source"
|
|
388
403
|
},
|
|
404
|
+
"otherSources": {
|
|
405
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
406
|
+
},
|
|
389
407
|
"set": {
|
|
390
408
|
"type": "string"
|
|
391
409
|
},
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"otherSources": {
|
|
20
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
21
|
+
},
|
|
19
22
|
"page": {
|
|
20
23
|
"$ref": "util.json#/$defs/page"
|
|
21
24
|
},
|
|
@@ -83,6 +86,9 @@
|
|
|
83
86
|
"source": {
|
|
84
87
|
"$ref": "util.json#/$defs/source"
|
|
85
88
|
},
|
|
89
|
+
"otherSources": {
|
|
90
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
91
|
+
},
|
|
86
92
|
"page": {
|
|
87
93
|
"$ref": "util.json#/$defs/page"
|
|
88
94
|
},
|
|
@@ -153,6 +159,9 @@
|
|
|
153
159
|
"source": {
|
|
154
160
|
"$ref": "util.json#/$defs/source"
|
|
155
161
|
},
|
|
162
|
+
"otherSources": {
|
|
163
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
164
|
+
},
|
|
156
165
|
"page": {
|
|
157
166
|
"$ref": "util.json#/$defs/page"
|
|
158
167
|
},
|
|
@@ -289,6 +298,9 @@
|
|
|
289
298
|
"source": {
|
|
290
299
|
"$ref": "util.json#/$defs/source"
|
|
291
300
|
},
|
|
301
|
+
"otherSources": {
|
|
302
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
303
|
+
},
|
|
292
304
|
"set": {
|
|
293
305
|
"type": "string"
|
|
294
306
|
},
|
|
@@ -336,6 +348,9 @@
|
|
|
336
348
|
"source": {
|
|
337
349
|
"$ref": "util.json#/$defs/source"
|
|
338
350
|
},
|
|
351
|
+
"otherSources": {
|
|
352
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
353
|
+
},
|
|
339
354
|
"set": {
|
|
340
355
|
"type": "string"
|
|
341
356
|
},
|
|
@@ -386,6 +401,9 @@
|
|
|
386
401
|
"source": {
|
|
387
402
|
"$ref": "util.json#/$defs/source"
|
|
388
403
|
},
|
|
404
|
+
"otherSources": {
|
|
405
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
406
|
+
},
|
|
389
407
|
"set": {
|
|
390
408
|
"type": "string"
|
|
391
409
|
},
|
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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"otherSources": {
|
|
20
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
21
|
+
},
|
|
19
22
|
"page": {
|
|
20
23
|
"$ref": "util.json#/$defs/page"
|
|
21
24
|
},
|
|
@@ -83,6 +86,9 @@
|
|
|
83
86
|
"source": {
|
|
84
87
|
"$ref": "util.json#/$defs/source"
|
|
85
88
|
},
|
|
89
|
+
"otherSources": {
|
|
90
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
91
|
+
},
|
|
86
92
|
"page": {
|
|
87
93
|
"$ref": "util.json#/$defs/page"
|
|
88
94
|
},
|
|
@@ -153,6 +159,9 @@
|
|
|
153
159
|
"source": {
|
|
154
160
|
"$ref": "util.json#/$defs/source"
|
|
155
161
|
},
|
|
162
|
+
"otherSources": {
|
|
163
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
164
|
+
},
|
|
156
165
|
"page": {
|
|
157
166
|
"$ref": "util.json#/$defs/page"
|
|
158
167
|
},
|
|
@@ -289,6 +298,9 @@
|
|
|
289
298
|
"source": {
|
|
290
299
|
"$ref": "util.json#/$defs/source"
|
|
291
300
|
},
|
|
301
|
+
"otherSources": {
|
|
302
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
303
|
+
},
|
|
292
304
|
"set": {
|
|
293
305
|
"type": "string"
|
|
294
306
|
},
|
|
@@ -336,6 +348,9 @@
|
|
|
336
348
|
"source": {
|
|
337
349
|
"$ref": "util.json#/$defs/source"
|
|
338
350
|
},
|
|
351
|
+
"otherSources": {
|
|
352
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
353
|
+
},
|
|
339
354
|
"set": {
|
|
340
355
|
"type": "string"
|
|
341
356
|
},
|
|
@@ -386,6 +401,9 @@
|
|
|
386
401
|
"source": {
|
|
387
402
|
"$ref": "util.json#/$defs/source"
|
|
388
403
|
},
|
|
404
|
+
"otherSources": {
|
|
405
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
406
|
+
},
|
|
389
407
|
"set": {
|
|
390
408
|
"type": "string"
|
|
391
409
|
},
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"otherSources": {
|
|
20
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
21
|
+
},
|
|
19
22
|
"page": {
|
|
20
23
|
"$ref": "util.json#/$defs/page"
|
|
21
24
|
},
|
|
@@ -83,6 +86,9 @@
|
|
|
83
86
|
"source": {
|
|
84
87
|
"$ref": "util.json#/$defs/source"
|
|
85
88
|
},
|
|
89
|
+
"otherSources": {
|
|
90
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
91
|
+
},
|
|
86
92
|
"page": {
|
|
87
93
|
"$ref": "util.json#/$defs/page"
|
|
88
94
|
},
|
|
@@ -153,6 +159,9 @@
|
|
|
153
159
|
"source": {
|
|
154
160
|
"$ref": "util.json#/$defs/source"
|
|
155
161
|
},
|
|
162
|
+
"otherSources": {
|
|
163
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
164
|
+
},
|
|
156
165
|
"page": {
|
|
157
166
|
"$ref": "util.json#/$defs/page"
|
|
158
167
|
},
|
|
@@ -289,6 +298,9 @@
|
|
|
289
298
|
"source": {
|
|
290
299
|
"$ref": "util.json#/$defs/source"
|
|
291
300
|
},
|
|
301
|
+
"otherSources": {
|
|
302
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
303
|
+
},
|
|
292
304
|
"set": {
|
|
293
305
|
"type": "string"
|
|
294
306
|
},
|
|
@@ -336,6 +348,9 @@
|
|
|
336
348
|
"source": {
|
|
337
349
|
"$ref": "util.json#/$defs/source"
|
|
338
350
|
},
|
|
351
|
+
"otherSources": {
|
|
352
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
353
|
+
},
|
|
339
354
|
"set": {
|
|
340
355
|
"type": "string"
|
|
341
356
|
},
|
|
@@ -386,6 +401,9 @@
|
|
|
386
401
|
"source": {
|
|
387
402
|
"$ref": "util.json#/$defs/source"
|
|
388
403
|
},
|
|
404
|
+
"otherSources": {
|
|
405
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
406
|
+
},
|
|
389
407
|
"set": {
|
|
390
408
|
"type": "string"
|
|
391
409
|
},
|
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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"otherSources": {
|
|
20
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
21
|
+
},
|
|
19
22
|
"page": {
|
|
20
23
|
"$ref": "util.json#/$defs/page"
|
|
21
24
|
},
|
|
@@ -83,6 +86,9 @@
|
|
|
83
86
|
"source": {
|
|
84
87
|
"$ref": "util.json#/$defs/source"
|
|
85
88
|
},
|
|
89
|
+
"otherSources": {
|
|
90
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
91
|
+
},
|
|
86
92
|
"page": {
|
|
87
93
|
"$ref": "util.json#/$defs/page"
|
|
88
94
|
},
|
|
@@ -153,6 +159,9 @@
|
|
|
153
159
|
"source": {
|
|
154
160
|
"$ref": "util.json#/$defs/source"
|
|
155
161
|
},
|
|
162
|
+
"otherSources": {
|
|
163
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
164
|
+
},
|
|
156
165
|
"page": {
|
|
157
166
|
"$ref": "util.json#/$defs/page"
|
|
158
167
|
},
|
|
@@ -289,6 +298,9 @@
|
|
|
289
298
|
"source": {
|
|
290
299
|
"$ref": "util.json#/$defs/source"
|
|
291
300
|
},
|
|
301
|
+
"otherSources": {
|
|
302
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
303
|
+
},
|
|
292
304
|
"set": {
|
|
293
305
|
"type": "string"
|
|
294
306
|
},
|
|
@@ -336,6 +348,9 @@
|
|
|
336
348
|
"source": {
|
|
337
349
|
"$ref": "util.json#/$defs/source"
|
|
338
350
|
},
|
|
351
|
+
"otherSources": {
|
|
352
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
353
|
+
},
|
|
339
354
|
"set": {
|
|
340
355
|
"type": "string"
|
|
341
356
|
},
|
|
@@ -386,6 +401,9 @@
|
|
|
386
401
|
"source": {
|
|
387
402
|
"$ref": "util.json#/$defs/source"
|
|
388
403
|
},
|
|
404
|
+
"otherSources": {
|
|
405
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
406
|
+
},
|
|
389
407
|
"set": {
|
|
390
408
|
"type": "string"
|
|
391
409
|
},
|
|
@@ -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.3",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"deckData": {
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
"source": {
|
|
17
17
|
"$ref": "util.json#/$defs/source"
|
|
18
18
|
},
|
|
19
|
+
"otherSources": {
|
|
20
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
21
|
+
},
|
|
19
22
|
"page": {
|
|
20
23
|
"$ref": "util.json#/$defs/page"
|
|
21
24
|
},
|
|
@@ -83,6 +86,9 @@
|
|
|
83
86
|
"source": {
|
|
84
87
|
"$ref": "util.json#/$defs/source"
|
|
85
88
|
},
|
|
89
|
+
"otherSources": {
|
|
90
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
91
|
+
},
|
|
86
92
|
"page": {
|
|
87
93
|
"$ref": "util.json#/$defs/page"
|
|
88
94
|
},
|
|
@@ -153,6 +159,9 @@
|
|
|
153
159
|
"source": {
|
|
154
160
|
"$ref": "util.json#/$defs/source"
|
|
155
161
|
},
|
|
162
|
+
"otherSources": {
|
|
163
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
164
|
+
},
|
|
156
165
|
"page": {
|
|
157
166
|
"$ref": "util.json#/$defs/page"
|
|
158
167
|
},
|
|
@@ -289,6 +298,9 @@
|
|
|
289
298
|
"source": {
|
|
290
299
|
"$ref": "util.json#/$defs/source"
|
|
291
300
|
},
|
|
301
|
+
"otherSources": {
|
|
302
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
303
|
+
},
|
|
292
304
|
"set": {
|
|
293
305
|
"type": "string"
|
|
294
306
|
},
|
|
@@ -336,6 +348,9 @@
|
|
|
336
348
|
"source": {
|
|
337
349
|
"$ref": "util.json#/$defs/source"
|
|
338
350
|
},
|
|
351
|
+
"otherSources": {
|
|
352
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
353
|
+
},
|
|
339
354
|
"set": {
|
|
340
355
|
"type": "string"
|
|
341
356
|
},
|
|
@@ -386,6 +401,9 @@
|
|
|
386
401
|
"source": {
|
|
387
402
|
"$ref": "util.json#/$defs/source"
|
|
388
403
|
},
|
|
404
|
+
"otherSources": {
|
|
405
|
+
"$ref": "util.json#/$defs/otherSources"
|
|
406
|
+
},
|
|
389
407
|
"set": {
|
|
390
408
|
"type": "string"
|
|
391
409
|
},
|