5etools-utils 0.12.55 → 0.12.56

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.12.55",
3
+ "version": "0.12.56",
4
4
  "description": "Shared utilities for the 5etools ecosystem.",
5
5
  "type": "module",
6
6
  "main": "lib/Api.js",
@@ -627,26 +627,34 @@
627
627
  "minItems": 1
628
628
  },
629
629
  "skillNameLower": {
630
- "type": "string",
631
- "examples": [
632
- "athletics",
633
- "acrobatics",
634
- "sleight of hand",
635
- "stealth",
636
- "arcana",
637
- "history",
638
- "investigation",
639
- "nature",
640
- "religion",
641
- "animal handling",
642
- "insight",
643
- "medicine",
644
- "perception",
645
- "survival",
646
- "deception",
647
- "intimidation",
648
- "performance",
649
- "persuasion"
630
+ "anyOf": [
631
+ {
632
+ "type": "string",
633
+ "enum": [
634
+ "athletics",
635
+ "acrobatics",
636
+ "sleight of hand",
637
+ "stealth",
638
+ "arcana",
639
+ "history",
640
+ "investigation",
641
+ "nature",
642
+ "religion",
643
+ "animal handling",
644
+ "insight",
645
+ "medicine",
646
+ "perception",
647
+ "survival",
648
+ "deception",
649
+ "intimidation",
650
+ "performance",
651
+ "persuasion"
652
+ ]
653
+ },
654
+ {
655
+ "type": "string",
656
+ "pattern": "^[^|]+\\|.+$"
657
+ }
650
658
  ]
651
659
  },
652
660
  "skillProficiencies": {
@@ -726,6 +734,9 @@
726
734
  "type": "integer"
727
735
  }
728
736
  },
737
+ "required": [
738
+ "from"
739
+ ],
729
740
  "additionalProperties": false
730
741
  }
731
742
  },
@@ -627,26 +627,34 @@
627
627
  "minItems": 1
628
628
  },
629
629
  "skillNameLower": {
630
- "type": "string",
631
- "examples": [
632
- "athletics",
633
- "acrobatics",
634
- "sleight of hand",
635
- "stealth",
636
- "arcana",
637
- "history",
638
- "investigation",
639
- "nature",
640
- "religion",
641
- "animal handling",
642
- "insight",
643
- "medicine",
644
- "perception",
645
- "survival",
646
- "deception",
647
- "intimidation",
648
- "performance",
649
- "persuasion"
630
+ "anyOf": [
631
+ {
632
+ "type": "string",
633
+ "enum": [
634
+ "athletics",
635
+ "acrobatics",
636
+ "sleight of hand",
637
+ "stealth",
638
+ "arcana",
639
+ "history",
640
+ "investigation",
641
+ "nature",
642
+ "religion",
643
+ "animal handling",
644
+ "insight",
645
+ "medicine",
646
+ "perception",
647
+ "survival",
648
+ "deception",
649
+ "intimidation",
650
+ "performance",
651
+ "persuasion"
652
+ ]
653
+ },
654
+ {
655
+ "type": "string",
656
+ "pattern": "^[^|]+\\|.+$"
657
+ }
650
658
  ]
651
659
  },
652
660
  "skillProficiencies": {
@@ -726,6 +734,9 @@
726
734
  "type": "integer"
727
735
  }
728
736
  },
737
+ "required": [
738
+ "from"
739
+ ],
729
740
  "additionalProperties": false
730
741
  }
731
742
  },
@@ -600,26 +600,30 @@
600
600
  "minItems": 1
601
601
  },
602
602
  "skillNameLower": {
603
- "type": "string",
604
- "enum": [
605
- "athletics",
606
- "acrobatics",
607
- "sleight of hand",
608
- "stealth",
609
- "arcana",
610
- "history",
611
- "investigation",
612
- "nature",
613
- "religion",
614
- "animal handling",
615
- "insight",
616
- "medicine",
617
- "perception",
618
- "survival",
619
- "deception",
620
- "intimidation",
621
- "performance",
622
- "persuasion"
603
+ "anyOf": [
604
+ {
605
+ "type": "string",
606
+ "enum": [
607
+ "athletics",
608
+ "acrobatics",
609
+ "sleight of hand",
610
+ "stealth",
611
+ "arcana",
612
+ "history",
613
+ "investigation",
614
+ "nature",
615
+ "religion",
616
+ "animal handling",
617
+ "insight",
618
+ "medicine",
619
+ "perception",
620
+ "survival",
621
+ "deception",
622
+ "intimidation",
623
+ "performance",
624
+ "persuasion"
625
+ ]
626
+ }
623
627
  ]
624
628
  },
625
629
  "skillProficiencies": {
@@ -699,6 +703,9 @@
699
703
  "type": "integer"
700
704
  }
701
705
  },
706
+ "required": [
707
+ "from"
708
+ ],
702
709
  "additionalProperties": false
703
710
  }
704
711
  },
@@ -600,26 +600,30 @@
600
600
  "minItems": 1
601
601
  },
602
602
  "skillNameLower": {
603
- "type": "string",
604
- "enum": [
605
- "athletics",
606
- "acrobatics",
607
- "sleight of hand",
608
- "stealth",
609
- "arcana",
610
- "history",
611
- "investigation",
612
- "nature",
613
- "religion",
614
- "animal handling",
615
- "insight",
616
- "medicine",
617
- "perception",
618
- "survival",
619
- "deception",
620
- "intimidation",
621
- "performance",
622
- "persuasion"
603
+ "anyOf": [
604
+ {
605
+ "type": "string",
606
+ "enum": [
607
+ "athletics",
608
+ "acrobatics",
609
+ "sleight of hand",
610
+ "stealth",
611
+ "arcana",
612
+ "history",
613
+ "investigation",
614
+ "nature",
615
+ "religion",
616
+ "animal handling",
617
+ "insight",
618
+ "medicine",
619
+ "perception",
620
+ "survival",
621
+ "deception",
622
+ "intimidation",
623
+ "performance",
624
+ "persuasion"
625
+ ]
626
+ }
623
627
  ]
624
628
  },
625
629
  "skillProficiencies": {
@@ -699,6 +703,9 @@
699
703
  "type": "integer"
700
704
  }
701
705
  },
706
+ "required": [
707
+ "from"
708
+ ],
702
709
  "additionalProperties": false
703
710
  }
704
711
  },
@@ -611,26 +611,30 @@
611
611
  "minItems": 1
612
612
  },
613
613
  "skillNameLower": {
614
- "type": "string",
615
- "enum": [
616
- "athletics",
617
- "acrobatics",
618
- "sleight of hand",
619
- "stealth",
620
- "arcana",
621
- "history",
622
- "investigation",
623
- "nature",
624
- "religion",
625
- "animal handling",
626
- "insight",
627
- "medicine",
628
- "perception",
629
- "survival",
630
- "deception",
631
- "intimidation",
632
- "performance",
633
- "persuasion"
614
+ "anyOf": [
615
+ {
616
+ "type": "string",
617
+ "enum": [
618
+ "athletics",
619
+ "acrobatics",
620
+ "sleight of hand",
621
+ "stealth",
622
+ "arcana",
623
+ "history",
624
+ "investigation",
625
+ "nature",
626
+ "religion",
627
+ "animal handling",
628
+ "insight",
629
+ "medicine",
630
+ "perception",
631
+ "survival",
632
+ "deception",
633
+ "intimidation",
634
+ "performance",
635
+ "persuasion"
636
+ ]
637
+ }
634
638
  ]
635
639
  },
636
640
  "skillProficiencies": {
@@ -710,6 +714,9 @@
710
714
  "type": "integer"
711
715
  }
712
716
  },
717
+ "required": [
718
+ "from"
719
+ ],
713
720
  "additionalProperties": false
714
721
  }
715
722
  },
@@ -611,26 +611,30 @@
611
611
  "minItems": 1
612
612
  },
613
613
  "skillNameLower": {
614
- "type": "string",
615
- "enum": [
616
- "athletics",
617
- "acrobatics",
618
- "sleight of hand",
619
- "stealth",
620
- "arcana",
621
- "history",
622
- "investigation",
623
- "nature",
624
- "religion",
625
- "animal handling",
626
- "insight",
627
- "medicine",
628
- "perception",
629
- "survival",
630
- "deception",
631
- "intimidation",
632
- "performance",
633
- "persuasion"
614
+ "anyOf": [
615
+ {
616
+ "type": "string",
617
+ "enum": [
618
+ "athletics",
619
+ "acrobatics",
620
+ "sleight of hand",
621
+ "stealth",
622
+ "arcana",
623
+ "history",
624
+ "investigation",
625
+ "nature",
626
+ "religion",
627
+ "animal handling",
628
+ "insight",
629
+ "medicine",
630
+ "perception",
631
+ "survival",
632
+ "deception",
633
+ "intimidation",
634
+ "performance",
635
+ "persuasion"
636
+ ]
637
+ }
634
638
  ]
635
639
  },
636
640
  "skillProficiencies": {
@@ -710,6 +714,9 @@
710
714
  "type": "integer"
711
715
  }
712
716
  },
717
+ "required": [
718
+ "from"
719
+ ],
713
720
  "additionalProperties": false
714
721
  }
715
722
  },