@firestone-hs/reference-data 1.0.67 → 1.0.69
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/dist/card-ids.d.ts +2 -2
- package/dist/card-ids.js.map +1 -1
- package/dist/models/reference-cards/related-cards-data.js +1 -1
- package/dist/models/reference-cards/related-cards-data.js.map +1 -1
- package/dist/services/duels-utils.d.ts +6 -1
- package/dist/services/duels-utils.js +28 -1
- package/dist/services/duels-utils.js.map +1 -1
- package/package.json +1 -1
package/dist/card-ids.d.ts
CHANGED
|
@@ -1624,8 +1624,8 @@ export declare const enum CardIds {
|
|
|
1624
1624
|
TeaMasterTheotarBattlegrounds = "BG24_020_G",
|
|
1625
1625
|
TeaMasterTheotar_TeaTimeEnchantment_BG24_020_Ge = "BG24_020_Ge",
|
|
1626
1626
|
TeaMasterTheotar_TeaTimeEnchantment_BG24_020e = "BG24_020e",
|
|
1627
|
-
|
|
1628
|
-
|
|
1627
|
+
RendleTheMistermind_BG24_022 = "BG24_022",
|
|
1628
|
+
RendleTheMistermind_BG24_022_G = "BG24_022_G",
|
|
1629
1629
|
VigilantStoneborn = "BG24_023",
|
|
1630
1630
|
VigilantStonebornBattlegrounds = "BG24_023_G",
|
|
1631
1631
|
VigilantStoneborn_StoneShieldEnchantment_BG24_023_Ge = "BG24_023_Ge",
|