5etools-utils 0.9.13 → 0.9.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/recipes.json +4 -4
- package/schema/brew/util-time.json +4 -1
- package/schema/brew-fast/recipes.json +4 -4
- package/schema/brew-fast/util-time.json +4 -1
- package/schema/site/recipes.json +4 -4
- package/schema/site/util-time.json +4 -1
- package/schema/site-fast/recipes.json +4 -4
- package/schema/site-fast/util-time.json +4 -1
- package/schema/ua/recipes.json +4 -4
- package/schema/ua/util-time.json +4 -1
- package/schema/ua-fast/recipes.json +4 -4
- package/schema/ua-fast/util-time.json +4 -1
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.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipe": {
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"type": "object",
|
|
21
21
|
"properties": {
|
|
22
22
|
"cooking": {
|
|
23
|
-
"$ref": "util-time.json#/$defs/
|
|
23
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
24
24
|
},
|
|
25
25
|
"preparation": {
|
|
26
|
-
"$ref": "util-time.json#/$defs/
|
|
26
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"additionalProperties": false,
|
|
30
|
-
"minProperties":
|
|
30
|
+
"minProperties": 1
|
|
31
31
|
},
|
|
32
32
|
"serves": {
|
|
33
33
|
"oneOf": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-time.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"title": "Util: Time",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"time": {
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"unit"
|
|
30
30
|
],
|
|
31
31
|
"additionalProperties": false
|
|
32
|
+
},
|
|
33
|
+
"timeMinutes": {
|
|
34
|
+
"type": "integer"
|
|
32
35
|
}
|
|
33
36
|
}
|
|
34
37
|
}
|
|
@@ -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.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipe": {
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"type": "object",
|
|
21
21
|
"properties": {
|
|
22
22
|
"cooking": {
|
|
23
|
-
"$ref": "util-time.json#/$defs/
|
|
23
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
24
24
|
},
|
|
25
25
|
"preparation": {
|
|
26
|
-
"$ref": "util-time.json#/$defs/
|
|
26
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"additionalProperties": false,
|
|
30
|
-
"minProperties":
|
|
30
|
+
"minProperties": 1
|
|
31
31
|
},
|
|
32
32
|
"serves": {
|
|
33
33
|
"oneOf": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-time.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"title": "Util: Time",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"time": {
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"unit"
|
|
30
30
|
],
|
|
31
31
|
"additionalProperties": false
|
|
32
|
+
},
|
|
33
|
+
"timeMinutes": {
|
|
34
|
+
"type": "integer"
|
|
32
35
|
}
|
|
33
36
|
}
|
|
34
37
|
}
|
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.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipe": {
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"type": "object",
|
|
21
21
|
"properties": {
|
|
22
22
|
"cooking": {
|
|
23
|
-
"$ref": "util-time.json#/$defs/
|
|
23
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
24
24
|
},
|
|
25
25
|
"preparation": {
|
|
26
|
-
"$ref": "util-time.json#/$defs/
|
|
26
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"additionalProperties": false,
|
|
30
|
-
"minProperties":
|
|
30
|
+
"minProperties": 1
|
|
31
31
|
},
|
|
32
32
|
"serves": {
|
|
33
33
|
"oneOf": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-time.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"title": "Util: Time",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"time": {
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"unit"
|
|
30
30
|
],
|
|
31
31
|
"additionalProperties": false
|
|
32
|
+
},
|
|
33
|
+
"timeMinutes": {
|
|
34
|
+
"type": "integer"
|
|
32
35
|
}
|
|
33
36
|
}
|
|
34
37
|
}
|
|
@@ -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.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipe": {
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"type": "object",
|
|
21
21
|
"properties": {
|
|
22
22
|
"cooking": {
|
|
23
|
-
"$ref": "util-time.json#/$defs/
|
|
23
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
24
24
|
},
|
|
25
25
|
"preparation": {
|
|
26
|
-
"$ref": "util-time.json#/$defs/
|
|
26
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"additionalProperties": false,
|
|
30
|
-
"minProperties":
|
|
30
|
+
"minProperties": 1
|
|
31
31
|
},
|
|
32
32
|
"serves": {
|
|
33
33
|
"oneOf": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-time.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"title": "Util: Time",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"time": {
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"unit"
|
|
30
30
|
],
|
|
31
31
|
"additionalProperties": false
|
|
32
|
+
},
|
|
33
|
+
"timeMinutes": {
|
|
34
|
+
"type": "integer"
|
|
32
35
|
}
|
|
33
36
|
}
|
|
34
37
|
}
|
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.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipe": {
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"type": "object",
|
|
21
21
|
"properties": {
|
|
22
22
|
"cooking": {
|
|
23
|
-
"$ref": "util-time.json#/$defs/
|
|
23
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
24
24
|
},
|
|
25
25
|
"preparation": {
|
|
26
|
-
"$ref": "util-time.json#/$defs/
|
|
26
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"additionalProperties": false,
|
|
30
|
-
"minProperties":
|
|
30
|
+
"minProperties": 1
|
|
31
31
|
},
|
|
32
32
|
"serves": {
|
|
33
33
|
"oneOf": [
|
package/schema/ua/util-time.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-time.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"title": "Util: Time",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"time": {
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"unit"
|
|
30
30
|
],
|
|
31
31
|
"additionalProperties": false
|
|
32
|
+
},
|
|
33
|
+
"timeMinutes": {
|
|
34
|
+
"type": "integer"
|
|
32
35
|
}
|
|
33
36
|
}
|
|
34
37
|
}
|
|
@@ -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.
|
|
4
|
+
"version": "1.3.0",
|
|
5
5
|
"type": "object",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"recipe": {
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"type": "object",
|
|
21
21
|
"properties": {
|
|
22
22
|
"cooking": {
|
|
23
|
-
"$ref": "util-time.json#/$defs/
|
|
23
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
24
24
|
},
|
|
25
25
|
"preparation": {
|
|
26
|
-
"$ref": "util-time.json#/$defs/
|
|
26
|
+
"$ref": "util-time.json#/$defs/timeMinutes"
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"additionalProperties": false,
|
|
30
|
-
"minProperties":
|
|
30
|
+
"minProperties": 1
|
|
31
31
|
},
|
|
32
32
|
"serves": {
|
|
33
33
|
"oneOf": [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
3
|
"$id": "util-time.json",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"title": "Util: Time",
|
|
6
6
|
"$defs": {
|
|
7
7
|
"time": {
|
|
@@ -29,6 +29,9 @@
|
|
|
29
29
|
"unit"
|
|
30
30
|
],
|
|
31
31
|
"additionalProperties": false
|
|
32
|
+
},
|
|
33
|
+
"timeMinutes": {
|
|
34
|
+
"type": "integer"
|
|
32
35
|
}
|
|
33
36
|
}
|
|
34
37
|
}
|