mtg-playerinfo 1.2.2 → 1.3.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/.github/workflows/ci.yml +18 -0
- package/.github/workflows/update-test-data.yml +2 -2
- package/README.md +18 -10
- package/cli.js +5 -3
- package/package.json +1 -1
- package/scripts/update-test-data.js +2 -1
- package/src/fetchers/untapped.js +84 -0
- package/src/index.js +7 -4
- package/test/data/melee.html +50 -35
- package/test/data/topdeck.html +2 -2
- package/test/data/topdeck.json +1 -1
- package/test/data/unityLeague.html +94 -24
- package/test/data/untapped.json +1 -0
- package/test/edgeCases.test.js +128 -0
- package/test/meleeEdgeCases.test.js +53 -0
- package/test/mtgEloEdgeCases.test.js +92 -0
- package/test/{integration/playerInfoManager.test.js → playerInfoManager.test.js} +2 -2
- package/test/unityLeagueEdgeCases.test.js +123 -0
- package/test/untapped.test.js +99 -0
- package/test/verboseLogging.test.js +213 -0
|
@@ -164,12 +164,12 @@
|
|
|
164
164
|
<tbody>
|
|
165
165
|
<tr>
|
|
166
166
|
|
|
167
|
-
<td>
|
|
167
|
+
<td>62nd</td>
|
|
168
168
|
|
|
169
169
|
|
|
170
|
-
<td>
|
|
170
|
+
<td>503rd</td>
|
|
171
171
|
|
|
172
|
-
<td>
|
|
172
|
+
<td>325</td>
|
|
173
173
|
</tr>
|
|
174
174
|
</tbody>
|
|
175
175
|
</table>
|
|
@@ -207,12 +207,12 @@
|
|
|
207
207
|
<tbody>
|
|
208
208
|
<tr>
|
|
209
209
|
|
|
210
|
-
<td>
|
|
210
|
+
<td>62nd</td>
|
|
211
211
|
|
|
212
212
|
|
|
213
|
-
<td>
|
|
213
|
+
<td>503rd</td>
|
|
214
214
|
|
|
215
|
-
<td>
|
|
215
|
+
<td>325</td>
|
|
216
216
|
</tr>
|
|
217
217
|
</tbody>
|
|
218
218
|
</table>
|
|
@@ -306,9 +306,9 @@
|
|
|
306
306
|
|
|
307
307
|
<td>78</td>
|
|
308
308
|
|
|
309
|
-
<td>
|
|
309
|
+
<td>211</td>
|
|
310
310
|
|
|
311
|
-
<td>
|
|
311
|
+
<td>325</td>
|
|
312
312
|
|
|
313
313
|
</tr>
|
|
314
314
|
|
|
@@ -320,10 +320,10 @@
|
|
|
320
320
|
|
|
321
321
|
<td>1</td>
|
|
322
322
|
|
|
323
|
-
<td>21</td>
|
|
324
|
-
|
|
325
323
|
<td>23</td>
|
|
326
324
|
|
|
325
|
+
<td>25</td>
|
|
326
|
+
|
|
327
327
|
</tr>
|
|
328
328
|
|
|
329
329
|
</tbody>
|
|
@@ -375,22 +375,22 @@
|
|
|
375
375
|
<tr>
|
|
376
376
|
|
|
377
377
|
|
|
378
|
-
<td>
|
|
379
|
-
<td>
|
|
380
|
-
<td>
|
|
381
|
-
<td>
|
|
382
|
-
<td>
|
|
378
|
+
<td>Pauper</td>
|
|
379
|
+
<td>4 - 2 - 0</td>
|
|
380
|
+
<td>66.7%</td>
|
|
381
|
+
<td>66.7%</td>
|
|
382
|
+
<td>0.0%</td>
|
|
383
383
|
|
|
384
384
|
</tr>
|
|
385
385
|
|
|
386
386
|
<tr>
|
|
387
387
|
|
|
388
388
|
|
|
389
|
-
<td>
|
|
390
|
-
<td>
|
|
391
|
-
<td>
|
|
392
|
-
<td>
|
|
393
|
-
<td>
|
|
389
|
+
<td>Standard</td>
|
|
390
|
+
<td>30 - 28 - 3</td>
|
|
391
|
+
<td>50.8%</td>
|
|
392
|
+
<td>51.7%</td>
|
|
393
|
+
<td>4.9%</td>
|
|
394
394
|
|
|
395
395
|
</tr>
|
|
396
396
|
|
|
@@ -409,10 +409,10 @@
|
|
|
409
409
|
|
|
410
410
|
|
|
411
411
|
<td><b>Overall</b></td>
|
|
412
|
-
<td><b>
|
|
413
|
-
<td><b>
|
|
414
|
-
<td><b>
|
|
415
|
-
<td><b>5.
|
|
412
|
+
<td><b>50 - 45 - 5</b></td>
|
|
413
|
+
<td><b>51.7%</b></td>
|
|
414
|
+
<td><b>52.6%</b></td>
|
|
415
|
+
<td><b>5.0%</b></td>
|
|
416
416
|
|
|
417
417
|
</tr>
|
|
418
418
|
|
|
@@ -446,6 +446,76 @@
|
|
|
446
446
|
</thead>
|
|
447
447
|
<tbody>
|
|
448
448
|
|
|
449
|
+
<tr>
|
|
450
|
+
<td>2nd</td>
|
|
451
|
+
<td>
|
|
452
|
+
<div class="d-flex flex-column-reverse flex-lg-row">
|
|
453
|
+
<div style="min-width: 150px;" >Wed, 11.02.2026</div>
|
|
454
|
+
<a href="/events/29679/">Pauper @ Mulligan</a>
|
|
455
|
+
</div>
|
|
456
|
+
</td>
|
|
457
|
+
<td>
|
|
458
|
+
<span data-bs-toggle="tooltip"
|
|
459
|
+
data-bs-placement="left"
|
|
460
|
+
data-bs-html="true"
|
|
461
|
+
data-bs-title="
|
|
462
|
+
<ul>
|
|
463
|
+
<li>Match points: 6</li>
|
|
464
|
+
<li>Participation: 3</li>
|
|
465
|
+
</ul>
|
|
466
|
+
<span>Multiplied by 1x: 9 total</span>
|
|
467
|
+
">
|
|
468
|
+
9
|
|
469
|
+
</span>
|
|
470
|
+
</td>
|
|
471
|
+
<td class="text-nowrap">2 - 1 - 0</td>
|
|
472
|
+
<td>
|
|
473
|
+
<div class="d-flex flex-column flex-lg-row">
|
|
474
|
+
<div style="min-width: 150px;">
|
|
475
|
+
|
|
476
|
+
<img src="/static/types/text_icons/regular.svg" alt="Regular" style="height: 24px;" title="Regular" itemprop="image">
|
|
477
|
+
|
|
478
|
+
</div>
|
|
479
|
+
<div>Pauper</div>
|
|
480
|
+
</div>
|
|
481
|
+
</td>
|
|
482
|
+
</tr>
|
|
483
|
+
|
|
484
|
+
<tr>
|
|
485
|
+
<td>3rd</td>
|
|
486
|
+
<td>
|
|
487
|
+
<div class="d-flex flex-column-reverse flex-lg-row">
|
|
488
|
+
<div style="min-width: 150px;" >Mon, 09.02.2026</div>
|
|
489
|
+
<a href="/events/21168/">Standard @ Mulligan</a>
|
|
490
|
+
</div>
|
|
491
|
+
</td>
|
|
492
|
+
<td>
|
|
493
|
+
<span data-bs-toggle="tooltip"
|
|
494
|
+
data-bs-placement="left"
|
|
495
|
+
data-bs-html="true"
|
|
496
|
+
data-bs-title="
|
|
497
|
+
<ul>
|
|
498
|
+
<li>Match points: 9</li>
|
|
499
|
+
<li>Participation: 3</li>
|
|
500
|
+
</ul>
|
|
501
|
+
<span>Multiplied by 1x: 12 total</span>
|
|
502
|
+
">
|
|
503
|
+
12
|
|
504
|
+
</span>
|
|
505
|
+
</td>
|
|
506
|
+
<td class="text-nowrap">3 - 1 - 0</td>
|
|
507
|
+
<td>
|
|
508
|
+
<div class="d-flex flex-column flex-lg-row">
|
|
509
|
+
<div style="min-width: 150px;">
|
|
510
|
+
|
|
511
|
+
<img src="/static/types/text_icons/regular.svg" alt="Regular" style="height: 24px;" title="Regular" itemprop="image">
|
|
512
|
+
|
|
513
|
+
</div>
|
|
514
|
+
<div>Standard</div>
|
|
515
|
+
</div>
|
|
516
|
+
</td>
|
|
517
|
+
</tr>
|
|
518
|
+
|
|
449
519
|
<tr>
|
|
450
520
|
<td>7th</td>
|
|
451
521
|
<td>
|