5etools-utils 0.12.72 → 0.12.74

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.72",
3
+ "version": "0.12.74",
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": "util-additionalspells.json",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "title": "Util: Additional Spells",
6
6
  "$defs": {
7
7
  "_additionalSpellObject": {
@@ -139,6 +139,12 @@
139
139
  "pbe": {
140
140
  "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
141
141
  },
142
+ "halfPb": {
143
+ "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
144
+ },
145
+ "halfPbe": {
146
+ "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
147
+ },
142
148
  "str": {
143
149
  "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
144
150
  },
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-copy.json",
4
4
  "title": "Util: Copy",
5
- "version": "1.0.5",
5
+ "version": "1.0.6",
6
6
  "$defs": {
7
7
  "_mod_renameArr_rename": {
8
8
  "type": "object",
@@ -501,7 +501,6 @@
501
501
  },
502
502
  "required": [
503
503
  "mode",
504
- "prop",
505
504
  "value"
506
505
  ],
507
506
  "additionalProperties": false
@@ -872,6 +871,25 @@
872
871
  ],
873
872
  "minProperties": 3,
874
873
  "additionalProperties": false
874
+ },
875
+ {
876
+ "type": "object",
877
+ "properties": {
878
+ "mode": {
879
+ "const": "prefixSuffixStringProp"
880
+ },
881
+ "prefix": {
882
+ "type": "string"
883
+ },
884
+ "suffix": {
885
+ "type": "string"
886
+ }
887
+ },
888
+ "required": [
889
+ "mode"
890
+ ],
891
+ "minProperties": 2,
892
+ "additionalProperties": false
875
893
  }
876
894
  ]
877
895
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-additionalspells.json",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "title": "Util: Additional Spells",
6
6
  "$defs": {
7
7
  "_additionalSpellObject": {
@@ -139,6 +139,12 @@
139
139
  "pbe": {
140
140
  "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
141
141
  },
142
+ "halfPb": {
143
+ "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
144
+ },
145
+ "halfPbe": {
146
+ "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
147
+ },
142
148
  "str": {
143
149
  "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
144
150
  },
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-copy.json",
4
4
  "title": "Util: Copy",
5
- "version": "1.0.5",
5
+ "version": "1.0.6",
6
6
  "$defs": {
7
7
  "_mod_renameArr_rename": {
8
8
  "type": "object",
@@ -501,7 +501,6 @@
501
501
  },
502
502
  "required": [
503
503
  "mode",
504
- "prop",
505
504
  "value"
506
505
  ],
507
506
  "additionalProperties": false
@@ -872,6 +871,25 @@
872
871
  ],
873
872
  "minProperties": 3,
874
873
  "additionalProperties": false
874
+ },
875
+ {
876
+ "type": "object",
877
+ "properties": {
878
+ "mode": {
879
+ "const": "prefixSuffixStringProp"
880
+ },
881
+ "prefix": {
882
+ "type": "string"
883
+ },
884
+ "suffix": {
885
+ "type": "string"
886
+ }
887
+ },
888
+ "required": [
889
+ "mode"
890
+ ],
891
+ "minProperties": 2,
892
+ "additionalProperties": false
875
893
  }
876
894
  ]
877
895
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-additionalspells.json",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "title": "Util: Additional Spells",
6
6
  "$defs": {
7
7
  "_additionalSpellObject": {
@@ -139,6 +139,12 @@
139
139
  "pbe": {
140
140
  "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
141
141
  },
142
+ "halfPb": {
143
+ "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
144
+ },
145
+ "halfPbe": {
146
+ "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
147
+ },
142
148
  "str": {
143
149
  "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
144
150
  },
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-copy.json",
4
4
  "title": "Util: Copy",
5
- "version": "1.0.5",
5
+ "version": "1.0.6",
6
6
  "$defs": {
7
7
  "_mod_renameArr_rename": {
8
8
  "type": "object",
@@ -501,7 +501,6 @@
501
501
  },
502
502
  "required": [
503
503
  "mode",
504
- "prop",
505
504
  "value"
506
505
  ],
507
506
  "additionalProperties": false
@@ -872,6 +871,25 @@
872
871
  ],
873
872
  "minProperties": 3,
874
873
  "additionalProperties": false
874
+ },
875
+ {
876
+ "type": "object",
877
+ "properties": {
878
+ "mode": {
879
+ "const": "prefixSuffixStringProp"
880
+ },
881
+ "prefix": {
882
+ "type": "string"
883
+ },
884
+ "suffix": {
885
+ "type": "string"
886
+ }
887
+ },
888
+ "required": [
889
+ "mode"
890
+ ],
891
+ "minProperties": 2,
892
+ "additionalProperties": false
875
893
  }
876
894
  ]
877
895
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-additionalspells.json",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "title": "Util: Additional Spells",
6
6
  "$defs": {
7
7
  "_additionalSpellObject": {
@@ -139,6 +139,12 @@
139
139
  "pbe": {
140
140
  "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
141
141
  },
142
+ "halfPb": {
143
+ "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
144
+ },
145
+ "halfPbe": {
146
+ "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
147
+ },
142
148
  "str": {
143
149
  "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
144
150
  },
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-copy.json",
4
4
  "title": "Util: Copy",
5
- "version": "1.0.5",
5
+ "version": "1.0.6",
6
6
  "$defs": {
7
7
  "_mod_renameArr_rename": {
8
8
  "type": "object",
@@ -501,7 +501,6 @@
501
501
  },
502
502
  "required": [
503
503
  "mode",
504
- "prop",
505
504
  "value"
506
505
  ],
507
506
  "additionalProperties": false
@@ -872,6 +871,25 @@
872
871
  ],
873
872
  "minProperties": 3,
874
873
  "additionalProperties": false
874
+ },
875
+ {
876
+ "type": "object",
877
+ "properties": {
878
+ "mode": {
879
+ "const": "prefixSuffixStringProp"
880
+ },
881
+ "prefix": {
882
+ "type": "string"
883
+ },
884
+ "suffix": {
885
+ "type": "string"
886
+ }
887
+ },
888
+ "required": [
889
+ "mode"
890
+ ],
891
+ "minProperties": 2,
892
+ "additionalProperties": false
875
893
  }
876
894
  ]
877
895
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-additionalspells.json",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "title": "Util: Additional Spells",
6
6
  "$defs": {
7
7
  "_additionalSpellObject": {
@@ -139,6 +139,12 @@
139
139
  "pbe": {
140
140
  "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
141
141
  },
142
+ "halfPb": {
143
+ "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
144
+ },
145
+ "halfPbe": {
146
+ "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
147
+ },
142
148
  "str": {
143
149
  "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
144
150
  },
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-copy.json",
4
4
  "title": "Util: Copy",
5
- "version": "1.0.5",
5
+ "version": "1.0.6",
6
6
  "$defs": {
7
7
  "_mod_renameArr_rename": {
8
8
  "type": "object",
@@ -501,7 +501,6 @@
501
501
  },
502
502
  "required": [
503
503
  "mode",
504
- "prop",
505
504
  "value"
506
505
  ],
507
506
  "additionalProperties": false
@@ -872,6 +871,25 @@
872
871
  ],
873
872
  "minProperties": 3,
874
873
  "additionalProperties": false
874
+ },
875
+ {
876
+ "type": "object",
877
+ "properties": {
878
+ "mode": {
879
+ "const": "prefixSuffixStringProp"
880
+ },
881
+ "prefix": {
882
+ "type": "string"
883
+ },
884
+ "suffix": {
885
+ "type": "string"
886
+ }
887
+ },
888
+ "required": [
889
+ "mode"
890
+ ],
891
+ "minProperties": 2,
892
+ "additionalProperties": false
875
893
  }
876
894
  ]
877
895
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-additionalspells.json",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "title": "Util: Additional Spells",
6
6
  "$defs": {
7
7
  "_additionalSpellObject": {
@@ -139,6 +139,12 @@
139
139
  "pbe": {
140
140
  "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
141
141
  },
142
+ "halfPb": {
143
+ "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
144
+ },
145
+ "halfPbe": {
146
+ "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
147
+ },
142
148
  "str": {
143
149
  "$ref": "#/$defs/_additionalSpellArrayOfStringOrFilterObject"
144
150
  },
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "util-copy.json",
4
4
  "title": "Util: Copy",
5
- "version": "1.0.5",
5
+ "version": "1.0.6",
6
6
  "$defs": {
7
7
  "_mod_renameArr_rename": {
8
8
  "type": "object",
@@ -501,7 +501,6 @@
501
501
  },
502
502
  "required": [
503
503
  "mode",
504
- "prop",
505
504
  "value"
506
505
  ],
507
506
  "additionalProperties": false
@@ -872,6 +871,25 @@
872
871
  ],
873
872
  "minProperties": 3,
874
873
  "additionalProperties": false
874
+ },
875
+ {
876
+ "type": "object",
877
+ "properties": {
878
+ "mode": {
879
+ "const": "prefixSuffixStringProp"
880
+ },
881
+ "prefix": {
882
+ "type": "string"
883
+ },
884
+ "suffix": {
885
+ "type": "string"
886
+ }
887
+ },
888
+ "required": [
889
+ "mode"
890
+ ],
891
+ "minProperties": 2,
892
+ "additionalProperties": false
875
893
  }
876
894
  ]
877
895
  },