5etools-utils 0.15.0 → 0.15.1

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.15.0",
3
+ "version": "0.15.1",
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": "magicvariants.json",
4
- "version": "1.9.19",
4
+ "version": "1.9.20",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantDataBase": {
@@ -19,6 +19,9 @@
19
19
  "edition": {
20
20
  "$ref": "util-edition.json#/$defs/edition"
21
21
  },
22
+ "referenceSources": {
23
+ "$ref": "util.json#/$defs/referenceSources"
24
+ },
22
25
  "type": {
23
26
  "$ref": "items-shared.json#/$defs/itemType"
24
27
  },
@@ -649,6 +652,9 @@
649
652
  "edition": {
650
653
  "$ref": "util-edition.json#/$defs/edition"
651
654
  },
655
+ "referenceSources": {
656
+ "$ref": "util.json#/$defs/referenceSources"
657
+ },
652
658
  "type": {
653
659
  "$ref": "items-shared.json#/$defs/itemType"
654
660
  },
@@ -1279,6 +1285,9 @@
1279
1285
  "edition": {
1280
1286
  "$ref": "util-edition.json#/$defs/edition"
1281
1287
  },
1288
+ "referenceSources": {
1289
+ "$ref": "util.json#/$defs/referenceSources"
1290
+ },
1282
1291
  "type": {
1283
1292
  "$ref": "items-shared.json#/$defs/itemType"
1284
1293
  },
@@ -1915,6 +1924,9 @@
1915
1924
  "edition": {
1916
1925
  "$ref": "util-edition.json#/$defs/edition"
1917
1926
  },
1927
+ "referenceSources": {
1928
+ "$ref": "util.json#/$defs/referenceSources"
1929
+ },
1918
1930
  "type": {
1919
1931
  "$ref": "items-shared.json#/$defs/itemType"
1920
1932
  },
@@ -2554,6 +2566,9 @@
2554
2566
  "edition": {
2555
2567
  "$ref": "util-edition.json#/$defs/edition"
2556
2568
  },
2569
+ "referenceSources": {
2570
+ "$ref": "util.json#/$defs/referenceSources"
2571
+ },
2557
2572
  "type": {
2558
2573
  "$ref": "items-shared.json#/$defs/itemType"
2559
2574
  },
@@ -3191,6 +3206,9 @@
3191
3206
  "edition": {
3192
3207
  "$ref": "util-edition.json#/$defs/edition"
3193
3208
  },
3209
+ "referenceSources": {
3210
+ "$ref": "util.json#/$defs/referenceSources"
3211
+ },
3194
3212
  "type": {
3195
3213
  "$ref": "items-shared.json#/$defs/itemType"
3196
3214
  },
@@ -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.9.19",
4
+ "version": "1.9.20",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantDataBase": {
@@ -19,6 +19,9 @@
19
19
  "edition": {
20
20
  "$ref": "util-edition.json#/$defs/edition"
21
21
  },
22
+ "referenceSources": {
23
+ "$ref": "util.json#/$defs/referenceSources"
24
+ },
22
25
  "type": {
23
26
  "$ref": "items-shared.json#/$defs/itemType"
24
27
  },
@@ -649,6 +652,9 @@
649
652
  "edition": {
650
653
  "$ref": "util-edition.json#/$defs/edition"
651
654
  },
655
+ "referenceSources": {
656
+ "$ref": "util.json#/$defs/referenceSources"
657
+ },
652
658
  "type": {
653
659
  "$ref": "items-shared.json#/$defs/itemType"
654
660
  },
@@ -1279,6 +1285,9 @@
1279
1285
  "edition": {
1280
1286
  "$ref": "util-edition.json#/$defs/edition"
1281
1287
  },
1288
+ "referenceSources": {
1289
+ "$ref": "util.json#/$defs/referenceSources"
1290
+ },
1282
1291
  "type": {
1283
1292
  "$ref": "items-shared.json#/$defs/itemType"
1284
1293
  },
@@ -1915,6 +1924,9 @@
1915
1924
  "edition": {
1916
1925
  "$ref": "util-edition.json#/$defs/edition"
1917
1926
  },
1927
+ "referenceSources": {
1928
+ "$ref": "util.json#/$defs/referenceSources"
1929
+ },
1918
1930
  "type": {
1919
1931
  "$ref": "items-shared.json#/$defs/itemType"
1920
1932
  },
@@ -2554,6 +2566,9 @@
2554
2566
  "edition": {
2555
2567
  "$ref": "util-edition.json#/$defs/edition"
2556
2568
  },
2569
+ "referenceSources": {
2570
+ "$ref": "util.json#/$defs/referenceSources"
2571
+ },
2557
2572
  "type": {
2558
2573
  "$ref": "items-shared.json#/$defs/itemType"
2559
2574
  },
@@ -3191,6 +3206,9 @@
3191
3206
  "edition": {
3192
3207
  "$ref": "util-edition.json#/$defs/edition"
3193
3208
  },
3209
+ "referenceSources": {
3210
+ "$ref": "util.json#/$defs/referenceSources"
3211
+ },
3194
3212
  "type": {
3195
3213
  "$ref": "items-shared.json#/$defs/itemType"
3196
3214
  },
@@ -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.9.19",
4
+ "version": "1.9.20",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantDataBase": {
@@ -19,6 +19,9 @@
19
19
  "edition": {
20
20
  "$ref": "util-edition.json#/$defs/edition"
21
21
  },
22
+ "referenceSources": {
23
+ "$ref": "util.json#/$defs/referenceSources"
24
+ },
22
25
  "type": {
23
26
  "$ref": "items-shared.json#/$defs/itemType"
24
27
  },
@@ -605,6 +608,9 @@
605
608
  "edition": {
606
609
  "$ref": "util-edition.json#/$defs/edition"
607
610
  },
611
+ "referenceSources": {
612
+ "$ref": "util.json#/$defs/referenceSources"
613
+ },
608
614
  "type": {
609
615
  "$ref": "items-shared.json#/$defs/itemType"
610
616
  },
@@ -1191,6 +1197,9 @@
1191
1197
  "edition": {
1192
1198
  "$ref": "util-edition.json#/$defs/edition"
1193
1199
  },
1200
+ "referenceSources": {
1201
+ "$ref": "util.json#/$defs/referenceSources"
1202
+ },
1194
1203
  "type": {
1195
1204
  "$ref": "items-shared.json#/$defs/itemType"
1196
1205
  },
@@ -1783,6 +1792,9 @@
1783
1792
  "edition": {
1784
1793
  "$ref": "util-edition.json#/$defs/edition"
1785
1794
  },
1795
+ "referenceSources": {
1796
+ "$ref": "util.json#/$defs/referenceSources"
1797
+ },
1786
1798
  "type": {
1787
1799
  "$ref": "items-shared.json#/$defs/itemType"
1788
1800
  },
@@ -2378,6 +2390,9 @@
2378
2390
  "edition": {
2379
2391
  "$ref": "util-edition.json#/$defs/edition"
2380
2392
  },
2393
+ "referenceSources": {
2394
+ "$ref": "util.json#/$defs/referenceSources"
2395
+ },
2381
2396
  "type": {
2382
2397
  "$ref": "items-shared.json#/$defs/itemType"
2383
2398
  },
@@ -2971,6 +2986,9 @@
2971
2986
  "edition": {
2972
2987
  "$ref": "util-edition.json#/$defs/edition"
2973
2988
  },
2989
+ "referenceSources": {
2990
+ "$ref": "util.json#/$defs/referenceSources"
2991
+ },
2974
2992
  "type": {
2975
2993
  "$ref": "items-shared.json#/$defs/itemType"
2976
2994
  },
@@ -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.9.19",
4
+ "version": "1.9.20",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantDataBase": {
@@ -19,6 +19,9 @@
19
19
  "edition": {
20
20
  "$ref": "util-edition.json#/$defs/edition"
21
21
  },
22
+ "referenceSources": {
23
+ "$ref": "util.json#/$defs/referenceSources"
24
+ },
22
25
  "type": {
23
26
  "$ref": "items-shared.json#/$defs/itemType"
24
27
  },
@@ -605,6 +608,9 @@
605
608
  "edition": {
606
609
  "$ref": "util-edition.json#/$defs/edition"
607
610
  },
611
+ "referenceSources": {
612
+ "$ref": "util.json#/$defs/referenceSources"
613
+ },
608
614
  "type": {
609
615
  "$ref": "items-shared.json#/$defs/itemType"
610
616
  },
@@ -1191,6 +1197,9 @@
1191
1197
  "edition": {
1192
1198
  "$ref": "util-edition.json#/$defs/edition"
1193
1199
  },
1200
+ "referenceSources": {
1201
+ "$ref": "util.json#/$defs/referenceSources"
1202
+ },
1194
1203
  "type": {
1195
1204
  "$ref": "items-shared.json#/$defs/itemType"
1196
1205
  },
@@ -1783,6 +1792,9 @@
1783
1792
  "edition": {
1784
1793
  "$ref": "util-edition.json#/$defs/edition"
1785
1794
  },
1795
+ "referenceSources": {
1796
+ "$ref": "util.json#/$defs/referenceSources"
1797
+ },
1786
1798
  "type": {
1787
1799
  "$ref": "items-shared.json#/$defs/itemType"
1788
1800
  },
@@ -2378,6 +2390,9 @@
2378
2390
  "edition": {
2379
2391
  "$ref": "util-edition.json#/$defs/edition"
2380
2392
  },
2393
+ "referenceSources": {
2394
+ "$ref": "util.json#/$defs/referenceSources"
2395
+ },
2381
2396
  "type": {
2382
2397
  "$ref": "items-shared.json#/$defs/itemType"
2383
2398
  },
@@ -2971,6 +2986,9 @@
2971
2986
  "edition": {
2972
2987
  "$ref": "util-edition.json#/$defs/edition"
2973
2988
  },
2989
+ "referenceSources": {
2990
+ "$ref": "util.json#/$defs/referenceSources"
2991
+ },
2974
2992
  "type": {
2975
2993
  "$ref": "items-shared.json#/$defs/itemType"
2976
2994
  },
@@ -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.9.19",
4
+ "version": "1.9.20",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantDataBase": {
@@ -19,6 +19,9 @@
19
19
  "edition": {
20
20
  "$ref": "util-edition.json#/$defs/edition"
21
21
  },
22
+ "referenceSources": {
23
+ "$ref": "util.json#/$defs/referenceSources"
24
+ },
22
25
  "type": {
23
26
  "$ref": "items-shared.json#/$defs/itemType"
24
27
  },
@@ -614,6 +617,9 @@
614
617
  "edition": {
615
618
  "$ref": "util-edition.json#/$defs/edition"
616
619
  },
620
+ "referenceSources": {
621
+ "$ref": "util.json#/$defs/referenceSources"
622
+ },
617
623
  "type": {
618
624
  "$ref": "items-shared.json#/$defs/itemType"
619
625
  },
@@ -1209,6 +1215,9 @@
1209
1215
  "edition": {
1210
1216
  "$ref": "util-edition.json#/$defs/edition"
1211
1217
  },
1218
+ "referenceSources": {
1219
+ "$ref": "util.json#/$defs/referenceSources"
1220
+ },
1212
1221
  "type": {
1213
1222
  "$ref": "items-shared.json#/$defs/itemType"
1214
1223
  },
@@ -1810,6 +1819,9 @@
1810
1819
  "edition": {
1811
1820
  "$ref": "util-edition.json#/$defs/edition"
1812
1821
  },
1822
+ "referenceSources": {
1823
+ "$ref": "util.json#/$defs/referenceSources"
1824
+ },
1813
1825
  "type": {
1814
1826
  "$ref": "items-shared.json#/$defs/itemType"
1815
1827
  },
@@ -2414,6 +2426,9 @@
2414
2426
  "edition": {
2415
2427
  "$ref": "util-edition.json#/$defs/edition"
2416
2428
  },
2429
+ "referenceSources": {
2430
+ "$ref": "util.json#/$defs/referenceSources"
2431
+ },
2417
2432
  "type": {
2418
2433
  "$ref": "items-shared.json#/$defs/itemType"
2419
2434
  },
@@ -3016,6 +3031,9 @@
3016
3031
  "edition": {
3017
3032
  "$ref": "util-edition.json#/$defs/edition"
3018
3033
  },
3034
+ "referenceSources": {
3035
+ "$ref": "util.json#/$defs/referenceSources"
3036
+ },
3019
3037
  "type": {
3020
3038
  "$ref": "items-shared.json#/$defs/itemType"
3021
3039
  },
@@ -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.9.19",
4
+ "version": "1.9.20",
5
5
  "type": "object",
6
6
  "$defs": {
7
7
  "_magicvariantDataBase": {
@@ -19,6 +19,9 @@
19
19
  "edition": {
20
20
  "$ref": "util-edition.json#/$defs/edition"
21
21
  },
22
+ "referenceSources": {
23
+ "$ref": "util.json#/$defs/referenceSources"
24
+ },
22
25
  "type": {
23
26
  "$ref": "items-shared.json#/$defs/itemType"
24
27
  },
@@ -614,6 +617,9 @@
614
617
  "edition": {
615
618
  "$ref": "util-edition.json#/$defs/edition"
616
619
  },
620
+ "referenceSources": {
621
+ "$ref": "util.json#/$defs/referenceSources"
622
+ },
617
623
  "type": {
618
624
  "$ref": "items-shared.json#/$defs/itemType"
619
625
  },
@@ -1209,6 +1215,9 @@
1209
1215
  "edition": {
1210
1216
  "$ref": "util-edition.json#/$defs/edition"
1211
1217
  },
1218
+ "referenceSources": {
1219
+ "$ref": "util.json#/$defs/referenceSources"
1220
+ },
1212
1221
  "type": {
1213
1222
  "$ref": "items-shared.json#/$defs/itemType"
1214
1223
  },
@@ -1810,6 +1819,9 @@
1810
1819
  "edition": {
1811
1820
  "$ref": "util-edition.json#/$defs/edition"
1812
1821
  },
1822
+ "referenceSources": {
1823
+ "$ref": "util.json#/$defs/referenceSources"
1824
+ },
1813
1825
  "type": {
1814
1826
  "$ref": "items-shared.json#/$defs/itemType"
1815
1827
  },
@@ -2414,6 +2426,9 @@
2414
2426
  "edition": {
2415
2427
  "$ref": "util-edition.json#/$defs/edition"
2416
2428
  },
2429
+ "referenceSources": {
2430
+ "$ref": "util.json#/$defs/referenceSources"
2431
+ },
2417
2432
  "type": {
2418
2433
  "$ref": "items-shared.json#/$defs/itemType"
2419
2434
  },
@@ -3016,6 +3031,9 @@
3016
3031
  "edition": {
3017
3032
  "$ref": "util-edition.json#/$defs/edition"
3018
3033
  },
3034
+ "referenceSources": {
3035
+ "$ref": "util.json#/$defs/referenceSources"
3036
+ },
3019
3037
  "type": {
3020
3038
  "$ref": "items-shared.json#/$defs/itemType"
3021
3039
  },