5etools-utils 0.9.41 → 0.9.42

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.41",
3
+ "version": "0.9.42",
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": "books.json",
4
- "version": "1.2.10",
4
+ "version": "1.2.11",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "book": {
@@ -39,6 +39,7 @@
39
39
  "prerelease",
40
40
  "homebrew",
41
41
  "screen",
42
+ "recipe",
42
43
  "other"
43
44
  ]
44
45
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.14.3",
6
+ "version": "1.14.4",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "books.json",
4
- "version": "1.2.10",
4
+ "version": "1.2.11",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "book": {
@@ -39,6 +39,7 @@
39
39
  "prerelease",
40
40
  "homebrew",
41
41
  "screen",
42
+ "recipe",
42
43
  "other"
43
44
  ]
44
45
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.14.3",
6
+ "version": "1.14.4",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "books.json",
4
- "version": "1.2.10",
4
+ "version": "1.2.11",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "book": {
@@ -39,6 +39,7 @@
39
39
  "prerelease",
40
40
  "homebrew",
41
41
  "screen",
42
+ "recipe",
42
43
  "other"
43
44
  ]
44
45
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.14.3",
6
+ "version": "1.14.4",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -51,7 +51,16 @@
51
51
  "pattern": "^[-a-zA-Z0-9 :&+!]+$"
52
52
  },
53
53
  "page": {
54
- "type": "integer"
54
+ "oneOf": [
55
+ {
56
+ "description": "(Roman numerals)",
57
+ "type": "string",
58
+ "pattern": "^[ivx]+$"
59
+ },
60
+ {
61
+ "type": "integer"
62
+ }
63
+ ]
55
64
  },
56
65
  "otherSources": {
57
66
  "type": "array",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "books.json",
4
- "version": "1.2.10",
4
+ "version": "1.2.11",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "book": {
@@ -39,6 +39,7 @@
39
39
  "prerelease",
40
40
  "homebrew",
41
41
  "screen",
42
+ "recipe",
42
43
  "other"
43
44
  ]
44
45
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.14.3",
6
+ "version": "1.14.4",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -51,7 +51,16 @@
51
51
  "pattern": "^[-a-zA-Z0-9 :&+!]+$"
52
52
  },
53
53
  "page": {
54
- "type": "integer"
54
+ "oneOf": [
55
+ {
56
+ "description": "(Roman numerals)",
57
+ "type": "string",
58
+ "pattern": "^[ivx]+$"
59
+ },
60
+ {
61
+ "type": "integer"
62
+ }
63
+ ]
55
64
  },
56
65
  "otherSources": {
57
66
  "type": "array",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "books.json",
4
- "version": "1.2.10",
4
+ "version": "1.2.11",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "book": {
@@ -39,6 +39,7 @@
39
39
  "prerelease",
40
40
  "homebrew",
41
41
  "screen",
42
+ "recipe",
42
43
  "other"
43
44
  ]
44
45
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.14.3",
6
+ "version": "1.14.4",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -54,7 +54,16 @@
54
54
  }
55
55
  },
56
56
  "page": {
57
- "type": "integer"
57
+ "oneOf": [
58
+ {
59
+ "description": "(Roman numerals)",
60
+ "type": "string",
61
+ "pattern": "^[ivx]+$"
62
+ },
63
+ {
64
+ "type": "integer"
65
+ }
66
+ ]
58
67
  },
59
68
  "otherSources": {
60
69
  "type": "array",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "books.json",
4
- "version": "1.2.10",
4
+ "version": "1.2.11",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "book": {
@@ -39,6 +39,7 @@
39
39
  "prerelease",
40
40
  "homebrew",
41
41
  "screen",
42
+ "recipe",
42
43
  "other"
43
44
  ]
44
45
  },
@@ -3,7 +3,7 @@
3
3
  "$id": "util.json",
4
4
  "title": "Util",
5
5
  "description": "Utility definitions to be used in other schemas.",
6
- "version": "1.14.3",
6
+ "version": "1.14.4",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -54,7 +54,16 @@
54
54
  }
55
55
  },
56
56
  "page": {
57
- "type": "integer"
57
+ "oneOf": [
58
+ {
59
+ "description": "(Roman numerals)",
60
+ "type": "string",
61
+ "pattern": "^[ivx]+$"
62
+ },
63
+ {
64
+ "type": "integer"
65
+ }
66
+ ]
58
67
  },
59
68
  "otherSources": {
60
69
  "type": "array",