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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "5etools-utils",
3
- "version": "0.9.13",
3
+ "version": "0.9.14",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -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.2.6",
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/time"
23
+ "$ref": "util-time.json#/$defs/timeMinutes"
24
24
  },
25
25
  "preparation": {
26
- "$ref": "util-time.json#/$defs/time"
26
+ "$ref": "util-time.json#/$defs/timeMinutes"
27
27
  }
28
28
  },
29
29
  "additionalProperties": false,
30
- "minProperties": 2
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.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.2.6",
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/time"
23
+ "$ref": "util-time.json#/$defs/timeMinutes"
24
24
  },
25
25
  "preparation": {
26
- "$ref": "util-time.json#/$defs/time"
26
+ "$ref": "util-time.json#/$defs/timeMinutes"
27
27
  }
28
28
  },
29
29
  "additionalProperties": false,
30
- "minProperties": 2
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.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.2.6",
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/time"
23
+ "$ref": "util-time.json#/$defs/timeMinutes"
24
24
  },
25
25
  "preparation": {
26
- "$ref": "util-time.json#/$defs/time"
26
+ "$ref": "util-time.json#/$defs/timeMinutes"
27
27
  }
28
28
  },
29
29
  "additionalProperties": false,
30
- "minProperties": 2
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.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.2.6",
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/time"
23
+ "$ref": "util-time.json#/$defs/timeMinutes"
24
24
  },
25
25
  "preparation": {
26
- "$ref": "util-time.json#/$defs/time"
26
+ "$ref": "util-time.json#/$defs/timeMinutes"
27
27
  }
28
28
  },
29
29
  "additionalProperties": false,
30
- "minProperties": 2
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.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.2.6",
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/time"
23
+ "$ref": "util-time.json#/$defs/timeMinutes"
24
24
  },
25
25
  "preparation": {
26
- "$ref": "util-time.json#/$defs/time"
26
+ "$ref": "util-time.json#/$defs/timeMinutes"
27
27
  }
28
28
  },
29
29
  "additionalProperties": false,
30
- "minProperties": 2
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.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.2.6",
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/time"
23
+ "$ref": "util-time.json#/$defs/timeMinutes"
24
24
  },
25
25
  "preparation": {
26
- "$ref": "util-time.json#/$defs/time"
26
+ "$ref": "util-time.json#/$defs/timeMinutes"
27
27
  }
28
28
  },
29
29
  "additionalProperties": false,
30
- "minProperties": 2
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.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
  }