5etools-utils 0.9.38 → 0.9.39
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/recipes.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -116,7 +116,8 @@
|
|
|
116
116
|
"items": {
|
|
117
117
|
"type": "string",
|
|
118
118
|
"enum": [
|
|
119
|
-
"alcohol"
|
|
119
|
+
"alcohol",
|
|
120
|
+
"feast"
|
|
120
121
|
]
|
|
121
122
|
}
|
|
122
123
|
},
|
|
@@ -291,7 +292,8 @@
|
|
|
291
292
|
"items": {
|
|
292
293
|
"type": "string",
|
|
293
294
|
"enum": [
|
|
294
|
-
"alcohol"
|
|
295
|
+
"alcohol",
|
|
296
|
+
"feast"
|
|
295
297
|
]
|
|
296
298
|
}
|
|
297
299
|
},
|
|
@@ -470,7 +472,8 @@
|
|
|
470
472
|
"items": {
|
|
471
473
|
"type": "string",
|
|
472
474
|
"enum": [
|
|
473
|
-
"alcohol"
|
|
475
|
+
"alcohol",
|
|
476
|
+
"feast"
|
|
474
477
|
]
|
|
475
478
|
}
|
|
476
479
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -116,7 +116,8 @@
|
|
|
116
116
|
"items": {
|
|
117
117
|
"type": "string",
|
|
118
118
|
"enum": [
|
|
119
|
-
"alcohol"
|
|
119
|
+
"alcohol",
|
|
120
|
+
"feast"
|
|
120
121
|
]
|
|
121
122
|
}
|
|
122
123
|
},
|
|
@@ -291,7 +292,8 @@
|
|
|
291
292
|
"items": {
|
|
292
293
|
"type": "string",
|
|
293
294
|
"enum": [
|
|
294
|
-
"alcohol"
|
|
295
|
+
"alcohol",
|
|
296
|
+
"feast"
|
|
295
297
|
]
|
|
296
298
|
}
|
|
297
299
|
},
|
|
@@ -470,7 +472,8 @@
|
|
|
470
472
|
"items": {
|
|
471
473
|
"type": "string",
|
|
472
474
|
"enum": [
|
|
473
|
-
"alcohol"
|
|
475
|
+
"alcohol",
|
|
476
|
+
"feast"
|
|
474
477
|
]
|
|
475
478
|
}
|
|
476
479
|
},
|
package/schema/site/recipes.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -122,7 +122,8 @@
|
|
|
122
122
|
"items": {
|
|
123
123
|
"type": "string",
|
|
124
124
|
"enum": [
|
|
125
|
-
"alcohol"
|
|
125
|
+
"alcohol",
|
|
126
|
+
"feast"
|
|
126
127
|
]
|
|
127
128
|
}
|
|
128
129
|
},
|
|
@@ -297,7 +298,8 @@
|
|
|
297
298
|
"items": {
|
|
298
299
|
"type": "string",
|
|
299
300
|
"enum": [
|
|
300
|
-
"alcohol"
|
|
301
|
+
"alcohol",
|
|
302
|
+
"feast"
|
|
301
303
|
]
|
|
302
304
|
}
|
|
303
305
|
},
|
|
@@ -476,7 +478,8 @@
|
|
|
476
478
|
"items": {
|
|
477
479
|
"type": "string",
|
|
478
480
|
"enum": [
|
|
479
|
-
"alcohol"
|
|
481
|
+
"alcohol",
|
|
482
|
+
"feast"
|
|
480
483
|
]
|
|
481
484
|
}
|
|
482
485
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -122,7 +122,8 @@
|
|
|
122
122
|
"items": {
|
|
123
123
|
"type": "string",
|
|
124
124
|
"enum": [
|
|
125
|
-
"alcohol"
|
|
125
|
+
"alcohol",
|
|
126
|
+
"feast"
|
|
126
127
|
]
|
|
127
128
|
}
|
|
128
129
|
},
|
|
@@ -297,7 +298,8 @@
|
|
|
297
298
|
"items": {
|
|
298
299
|
"type": "string",
|
|
299
300
|
"enum": [
|
|
300
|
-
"alcohol"
|
|
301
|
+
"alcohol",
|
|
302
|
+
"feast"
|
|
301
303
|
]
|
|
302
304
|
}
|
|
303
305
|
},
|
|
@@ -476,7 +478,8 @@
|
|
|
476
478
|
"items": {
|
|
477
479
|
"type": "string",
|
|
478
480
|
"enum": [
|
|
479
|
-
"alcohol"
|
|
481
|
+
"alcohol",
|
|
482
|
+
"feast"
|
|
480
483
|
]
|
|
481
484
|
}
|
|
482
485
|
},
|
package/schema/ua/recipes.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -111,7 +111,8 @@
|
|
|
111
111
|
"items": {
|
|
112
112
|
"type": "string",
|
|
113
113
|
"enum": [
|
|
114
|
-
"alcohol"
|
|
114
|
+
"alcohol",
|
|
115
|
+
"feast"
|
|
115
116
|
]
|
|
116
117
|
}
|
|
117
118
|
},
|
|
@@ -275,7 +276,8 @@
|
|
|
275
276
|
"items": {
|
|
276
277
|
"type": "string",
|
|
277
278
|
"enum": [
|
|
278
|
-
"alcohol"
|
|
279
|
+
"alcohol",
|
|
280
|
+
"feast"
|
|
279
281
|
]
|
|
280
282
|
}
|
|
281
283
|
},
|
|
@@ -443,7 +445,8 @@
|
|
|
443
445
|
"items": {
|
|
444
446
|
"type": "string",
|
|
445
447
|
"enum": [
|
|
446
|
-
"alcohol"
|
|
448
|
+
"alcohol",
|
|
449
|
+
"feast"
|
|
447
450
|
]
|
|
448
451
|
}
|
|
449
452
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "recipes.json",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.1",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipeData": {
|
|
@@ -111,7 +111,8 @@
|
|
|
111
111
|
"items": {
|
|
112
112
|
"type": "string",
|
|
113
113
|
"enum": [
|
|
114
|
-
"alcohol"
|
|
114
|
+
"alcohol",
|
|
115
|
+
"feast"
|
|
115
116
|
]
|
|
116
117
|
}
|
|
117
118
|
},
|
|
@@ -275,7 +276,8 @@
|
|
|
275
276
|
"items": {
|
|
276
277
|
"type": "string",
|
|
277
278
|
"enum": [
|
|
278
|
-
"alcohol"
|
|
279
|
+
"alcohol",
|
|
280
|
+
"feast"
|
|
279
281
|
]
|
|
280
282
|
}
|
|
281
283
|
},
|
|
@@ -443,7 +445,8 @@
|
|
|
443
445
|
"items": {
|
|
444
446
|
"type": "string",
|
|
445
447
|
"enum": [
|
|
446
|
-
"alcohol"
|
|
448
|
+
"alcohol",
|
|
449
|
+
"feast"
|
|
447
450
|
]
|
|
448
451
|
}
|
|
449
452
|
},
|