5etools-utils 0.9.43 → 0.9.44

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.43",
3
+ "version": "0.9.44",
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": "items.json",
4
- "version": "1.14.5",
4
+ "version": "1.14.6",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -500,6 +500,9 @@
500
500
  "grantsProficiency": {
501
501
  "type": "boolean"
502
502
  },
503
+ "grantsLanguage": {
504
+ "type": "boolean"
505
+ },
503
506
  "spellScrollLevel": {
504
507
  "type": "integer"
505
508
  },
@@ -1095,6 +1098,9 @@
1095
1098
  "grantsProficiency": {
1096
1099
  "type": "boolean"
1097
1100
  },
1101
+ "grantsLanguage": {
1102
+ "type": "boolean"
1103
+ },
1098
1104
  "spellScrollLevel": {
1099
1105
  "type": "integer"
1100
1106
  },
@@ -1693,6 +1699,9 @@
1693
1699
  "grantsProficiency": {
1694
1700
  "type": "boolean"
1695
1701
  },
1702
+ "grantsLanguage": {
1703
+ "type": "boolean"
1704
+ },
1696
1705
  "spellScrollLevel": {
1697
1706
  "type": "integer"
1698
1707
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.8.11",
4
+ "version": "1.8.12",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
@@ -202,6 +202,9 @@
202
202
  "grantsProficiency": {
203
203
  "type": "boolean"
204
204
  },
205
+ "grantsLanguage": {
206
+ "type": "boolean"
207
+ },
205
208
  "reqAttune": {
206
209
  "type": [
207
210
  "string",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items.json",
4
- "version": "1.14.5",
4
+ "version": "1.14.6",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -500,6 +500,9 @@
500
500
  "grantsProficiency": {
501
501
  "type": "boolean"
502
502
  },
503
+ "grantsLanguage": {
504
+ "type": "boolean"
505
+ },
503
506
  "spellScrollLevel": {
504
507
  "type": "integer"
505
508
  },
@@ -1095,6 +1098,9 @@
1095
1098
  "grantsProficiency": {
1096
1099
  "type": "boolean"
1097
1100
  },
1101
+ "grantsLanguage": {
1102
+ "type": "boolean"
1103
+ },
1098
1104
  "spellScrollLevel": {
1099
1105
  "type": "integer"
1100
1106
  },
@@ -1693,6 +1699,9 @@
1693
1699
  "grantsProficiency": {
1694
1700
  "type": "boolean"
1695
1701
  },
1702
+ "grantsLanguage": {
1703
+ "type": "boolean"
1704
+ },
1696
1705
  "spellScrollLevel": {
1697
1706
  "type": "integer"
1698
1707
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.8.11",
4
+ "version": "1.8.12",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
@@ -202,6 +202,9 @@
202
202
  "grantsProficiency": {
203
203
  "type": "boolean"
204
204
  },
205
+ "grantsLanguage": {
206
+ "type": "boolean"
207
+ },
205
208
  "reqAttune": {
206
209
  "type": [
207
210
  "string",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items.json",
4
- "version": "1.14.5",
4
+ "version": "1.14.6",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -500,6 +500,9 @@
500
500
  "grantsProficiency": {
501
501
  "type": "boolean"
502
502
  },
503
+ "grantsLanguage": {
504
+ "type": "boolean"
505
+ },
503
506
  "spellScrollLevel": {
504
507
  "type": "integer"
505
508
  },
@@ -1050,6 +1053,9 @@
1050
1053
  "grantsProficiency": {
1051
1054
  "type": "boolean"
1052
1055
  },
1056
+ "grantsLanguage": {
1057
+ "type": "boolean"
1058
+ },
1053
1059
  "spellScrollLevel": {
1054
1060
  "type": "integer"
1055
1061
  },
@@ -1603,6 +1609,9 @@
1603
1609
  "grantsProficiency": {
1604
1610
  "type": "boolean"
1605
1611
  },
1612
+ "grantsLanguage": {
1613
+ "type": "boolean"
1614
+ },
1606
1615
  "spellScrollLevel": {
1607
1616
  "type": "integer"
1608
1617
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.8.11",
4
+ "version": "1.8.12",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
@@ -193,6 +193,9 @@
193
193
  "grantsProficiency": {
194
194
  "type": "boolean"
195
195
  },
196
+ "grantsLanguage": {
197
+ "type": "boolean"
198
+ },
196
199
  "reqAttune": {
197
200
  "type": [
198
201
  "string",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items.json",
4
- "version": "1.14.5",
4
+ "version": "1.14.6",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -500,6 +500,9 @@
500
500
  "grantsProficiency": {
501
501
  "type": "boolean"
502
502
  },
503
+ "grantsLanguage": {
504
+ "type": "boolean"
505
+ },
503
506
  "spellScrollLevel": {
504
507
  "type": "integer"
505
508
  },
@@ -1050,6 +1053,9 @@
1050
1053
  "grantsProficiency": {
1051
1054
  "type": "boolean"
1052
1055
  },
1056
+ "grantsLanguage": {
1057
+ "type": "boolean"
1058
+ },
1053
1059
  "spellScrollLevel": {
1054
1060
  "type": "integer"
1055
1061
  },
@@ -1603,6 +1609,9 @@
1603
1609
  "grantsProficiency": {
1604
1610
  "type": "boolean"
1605
1611
  },
1612
+ "grantsLanguage": {
1613
+ "type": "boolean"
1614
+ },
1606
1615
  "spellScrollLevel": {
1607
1616
  "type": "integer"
1608
1617
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.8.11",
4
+ "version": "1.8.12",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
@@ -193,6 +193,9 @@
193
193
  "grantsProficiency": {
194
194
  "type": "boolean"
195
195
  },
196
+ "grantsLanguage": {
197
+ "type": "boolean"
198
+ },
196
199
  "reqAttune": {
197
200
  "type": [
198
201
  "string",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items.json",
4
- "version": "1.14.5",
4
+ "version": "1.14.6",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -500,6 +500,9 @@
500
500
  "grantsProficiency": {
501
501
  "type": "boolean"
502
502
  },
503
+ "grantsLanguage": {
504
+ "type": "boolean"
505
+ },
503
506
  "spellScrollLevel": {
504
507
  "type": "integer"
505
508
  },
@@ -1053,6 +1056,9 @@
1053
1056
  "grantsProficiency": {
1054
1057
  "type": "boolean"
1055
1058
  },
1059
+ "grantsLanguage": {
1060
+ "type": "boolean"
1061
+ },
1056
1062
  "spellScrollLevel": {
1057
1063
  "type": "integer"
1058
1064
  },
@@ -1609,6 +1615,9 @@
1609
1615
  "grantsProficiency": {
1610
1616
  "type": "boolean"
1611
1617
  },
1618
+ "grantsLanguage": {
1619
+ "type": "boolean"
1620
+ },
1612
1621
  "spellScrollLevel": {
1613
1622
  "type": "integer"
1614
1623
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.8.11",
4
+ "version": "1.8.12",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
@@ -202,6 +202,9 @@
202
202
  "grantsProficiency": {
203
203
  "type": "boolean"
204
204
  },
205
+ "grantsLanguage": {
206
+ "type": "boolean"
207
+ },
205
208
  "reqAttune": {
206
209
  "type": [
207
210
  "string",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "items.json",
4
- "version": "1.14.5",
4
+ "version": "1.14.6",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "itemData": {
@@ -500,6 +500,9 @@
500
500
  "grantsProficiency": {
501
501
  "type": "boolean"
502
502
  },
503
+ "grantsLanguage": {
504
+ "type": "boolean"
505
+ },
503
506
  "spellScrollLevel": {
504
507
  "type": "integer"
505
508
  },
@@ -1053,6 +1056,9 @@
1053
1056
  "grantsProficiency": {
1054
1057
  "type": "boolean"
1055
1058
  },
1059
+ "grantsLanguage": {
1060
+ "type": "boolean"
1061
+ },
1056
1062
  "spellScrollLevel": {
1057
1063
  "type": "integer"
1058
1064
  },
@@ -1609,6 +1615,9 @@
1609
1615
  "grantsProficiency": {
1610
1616
  "type": "boolean"
1611
1617
  },
1618
+ "grantsLanguage": {
1619
+ "type": "boolean"
1620
+ },
1612
1621
  "spellScrollLevel": {
1613
1622
  "type": "integer"
1614
1623
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "magicvariants.json",
4
- "version": "1.8.11",
4
+ "version": "1.8.12",
5
5
  "type": "object",
6
6
  "properties": {
7
7
  "magicvariant": {
@@ -202,6 +202,9 @@
202
202
  "grantsProficiency": {
203
203
  "type": "boolean"
204
204
  },
205
+ "grantsLanguage": {
206
+ "type": "boolean"
207
+ },
205
208
  "reqAttune": {
206
209
  "type": [
207
210
  "string",