5etools-utils 0.9.59 → 0.9.61

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.59",
3
+ "version": "0.9.61",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -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.15.2",
6
+ "version": "1.15.4",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2704,15 +2704,29 @@
2704
2704
  },
2705
2705
  "spellSchool": {
2706
2706
  "type": "string",
2707
+ "description": "A: Abjuration\n C: Conjuration\n D: Divination\n E: Enchantment\n V: Evocation\n I: Illusion\n N: Necromancy\n T: Transmutation\n P: Psychic",
2708
+ "not": {
2709
+ "enum": [
2710
+ "Abjuration",
2711
+ "Conjuration",
2712
+ "Divination",
2713
+ "Enchantment",
2714
+ "Evocation",
2715
+ "Illusion",
2716
+ "Necromancy",
2717
+ "Transmutation",
2718
+ "Psychic"
2719
+ ]
2720
+ },
2707
2721
  "examples": [
2708
2722
  "A",
2709
- "V",
2723
+ "C",
2724
+ "D",
2710
2725
  "E",
2726
+ "V",
2711
2727
  "I",
2712
- "D",
2713
2728
  "N",
2714
2729
  "T",
2715
- "C",
2716
2730
  "P"
2717
2731
  ]
2718
2732
  },
@@ -4071,7 +4085,9 @@
4071
4085
  "armorHeavy",
4072
4086
  "weaponMelee",
4073
4087
  "weaponRanged",
4074
- "focusSpellcasting",
4088
+ "focusSpellcastingArcane",
4089
+ "focusSpellcastingDruidic",
4090
+ "focusSpellcastingHoly",
4075
4091
  "setGaming",
4076
4092
  "toolArtisan"
4077
4093
  ]
@@ -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.15.2",
6
+ "version": "1.15.4",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2704,15 +2704,29 @@
2704
2704
  },
2705
2705
  "spellSchool": {
2706
2706
  "type": "string",
2707
+ "description": "A: Abjuration\n C: Conjuration\n D: Divination\n E: Enchantment\n V: Evocation\n I: Illusion\n N: Necromancy\n T: Transmutation\n P: Psychic",
2708
+ "not": {
2709
+ "enum": [
2710
+ "Abjuration",
2711
+ "Conjuration",
2712
+ "Divination",
2713
+ "Enchantment",
2714
+ "Evocation",
2715
+ "Illusion",
2716
+ "Necromancy",
2717
+ "Transmutation",
2718
+ "Psychic"
2719
+ ]
2720
+ },
2707
2721
  "examples": [
2708
2722
  "A",
2709
- "V",
2723
+ "C",
2724
+ "D",
2710
2725
  "E",
2726
+ "V",
2711
2727
  "I",
2712
- "D",
2713
2728
  "N",
2714
2729
  "T",
2715
- "C",
2716
2730
  "P"
2717
2731
  ]
2718
2732
  },
@@ -4071,7 +4085,9 @@
4071
4085
  "armorHeavy",
4072
4086
  "weaponMelee",
4073
4087
  "weaponRanged",
4074
- "focusSpellcasting",
4088
+ "focusSpellcastingArcane",
4089
+ "focusSpellcastingDruidic",
4090
+ "focusSpellcastingHoly",
4075
4091
  "setGaming",
4076
4092
  "toolArtisan"
4077
4093
  ]
@@ -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.15.2",
6
+ "version": "1.15.4",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2689,15 +2689,29 @@
2689
2689
  },
2690
2690
  "spellSchool": {
2691
2691
  "type": "string",
2692
+ "description": "A: Abjuration\n C: Conjuration\n D: Divination\n E: Enchantment\n V: Evocation\n I: Illusion\n N: Necromancy\n T: Transmutation\n P: Psychic",
2693
+ "not": {
2694
+ "enum": [
2695
+ "Abjuration",
2696
+ "Conjuration",
2697
+ "Divination",
2698
+ "Enchantment",
2699
+ "Evocation",
2700
+ "Illusion",
2701
+ "Necromancy",
2702
+ "Transmutation",
2703
+ "Psychic"
2704
+ ]
2705
+ },
2692
2706
  "enum": [
2693
2707
  "A",
2694
- "V",
2708
+ "C",
2709
+ "D",
2695
2710
  "E",
2711
+ "V",
2696
2712
  "I",
2697
- "D",
2698
2713
  "N",
2699
2714
  "T",
2700
- "C",
2701
2715
  "P"
2702
2716
  ]
2703
2717
  },
@@ -4056,7 +4070,9 @@
4056
4070
  "armorHeavy",
4057
4071
  "weaponMelee",
4058
4072
  "weaponRanged",
4059
- "focusSpellcasting",
4073
+ "focusSpellcastingArcane",
4074
+ "focusSpellcastingDruidic",
4075
+ "focusSpellcastingHoly",
4060
4076
  "setGaming",
4061
4077
  "toolArtisan"
4062
4078
  ]
@@ -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.15.2",
6
+ "version": "1.15.4",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2689,15 +2689,29 @@
2689
2689
  },
2690
2690
  "spellSchool": {
2691
2691
  "type": "string",
2692
+ "description": "A: Abjuration\n C: Conjuration\n D: Divination\n E: Enchantment\n V: Evocation\n I: Illusion\n N: Necromancy\n T: Transmutation\n P: Psychic",
2693
+ "not": {
2694
+ "enum": [
2695
+ "Abjuration",
2696
+ "Conjuration",
2697
+ "Divination",
2698
+ "Enchantment",
2699
+ "Evocation",
2700
+ "Illusion",
2701
+ "Necromancy",
2702
+ "Transmutation",
2703
+ "Psychic"
2704
+ ]
2705
+ },
2692
2706
  "enum": [
2693
2707
  "A",
2694
- "V",
2708
+ "C",
2709
+ "D",
2695
2710
  "E",
2711
+ "V",
2696
2712
  "I",
2697
- "D",
2698
2713
  "N",
2699
2714
  "T",
2700
- "C",
2701
2715
  "P"
2702
2716
  ]
2703
2717
  },
@@ -4056,7 +4070,9 @@
4056
4070
  "armorHeavy",
4057
4071
  "weaponMelee",
4058
4072
  "weaponRanged",
4059
- "focusSpellcasting",
4073
+ "focusSpellcastingArcane",
4074
+ "focusSpellcastingDruidic",
4075
+ "focusSpellcastingHoly",
4060
4076
  "setGaming",
4061
4077
  "toolArtisan"
4062
4078
  ]
@@ -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.15.2",
6
+ "version": "1.15.4",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2692,15 +2692,29 @@
2692
2692
  },
2693
2693
  "spellSchool": {
2694
2694
  "type": "string",
2695
+ "description": "A: Abjuration\n C: Conjuration\n D: Divination\n E: Enchantment\n V: Evocation\n I: Illusion\n N: Necromancy\n T: Transmutation\n P: Psychic",
2696
+ "not": {
2697
+ "enum": [
2698
+ "Abjuration",
2699
+ "Conjuration",
2700
+ "Divination",
2701
+ "Enchantment",
2702
+ "Evocation",
2703
+ "Illusion",
2704
+ "Necromancy",
2705
+ "Transmutation",
2706
+ "Psychic"
2707
+ ]
2708
+ },
2695
2709
  "enum": [
2696
2710
  "A",
2697
- "V",
2711
+ "C",
2712
+ "D",
2698
2713
  "E",
2714
+ "V",
2699
2715
  "I",
2700
- "D",
2701
2716
  "N",
2702
2717
  "T",
2703
- "C",
2704
2718
  "P"
2705
2719
  ]
2706
2720
  },
@@ -4059,7 +4073,9 @@
4059
4073
  "armorHeavy",
4060
4074
  "weaponMelee",
4061
4075
  "weaponRanged",
4062
- "focusSpellcasting",
4076
+ "focusSpellcastingArcane",
4077
+ "focusSpellcastingDruidic",
4078
+ "focusSpellcastingHoly",
4063
4079
  "setGaming",
4064
4080
  "toolArtisan"
4065
4081
  ]
@@ -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.15.2",
6
+ "version": "1.15.4",
7
7
  "$defs": {
8
8
  "metaDependenciesArray": {
9
9
  "type": "array",
@@ -2692,15 +2692,29 @@
2692
2692
  },
2693
2693
  "spellSchool": {
2694
2694
  "type": "string",
2695
+ "description": "A: Abjuration\n C: Conjuration\n D: Divination\n E: Enchantment\n V: Evocation\n I: Illusion\n N: Necromancy\n T: Transmutation\n P: Psychic",
2696
+ "not": {
2697
+ "enum": [
2698
+ "Abjuration",
2699
+ "Conjuration",
2700
+ "Divination",
2701
+ "Enchantment",
2702
+ "Evocation",
2703
+ "Illusion",
2704
+ "Necromancy",
2705
+ "Transmutation",
2706
+ "Psychic"
2707
+ ]
2708
+ },
2695
2709
  "enum": [
2696
2710
  "A",
2697
- "V",
2711
+ "C",
2712
+ "D",
2698
2713
  "E",
2714
+ "V",
2699
2715
  "I",
2700
- "D",
2701
2716
  "N",
2702
2717
  "T",
2703
- "C",
2704
2718
  "P"
2705
2719
  ]
2706
2720
  },
@@ -4059,7 +4073,9 @@
4059
4073
  "armorHeavy",
4060
4074
  "weaponMelee",
4061
4075
  "weaponRanged",
4062
- "focusSpellcasting",
4076
+ "focusSpellcastingArcane",
4077
+ "focusSpellcastingDruidic",
4078
+ "focusSpellcastingHoly",
4063
4079
  "setGaming",
4064
4080
  "toolArtisan"
4065
4081
  ]