@blizzard-api/wow 1.2.2 → 1.2.3
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/index.cjs +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1486,7 +1486,6 @@ var wow = {
|
|
|
1486
1486
|
//WoW Token
|
|
1487
1487
|
wowToken
|
|
1488
1488
|
};
|
|
1489
|
-
var src_default = wow;
|
|
1490
1489
|
|
|
1491
1490
|
exports.accountCollectionsIndex = accountCollectionsIndex;
|
|
1492
1491
|
exports.accountHeirloomsCollectionSummary = accountHeirloomsCollectionSummary;
|
|
@@ -1550,7 +1549,7 @@ exports.creatureFamilyMedia = creatureFamilyMedia;
|
|
|
1550
1549
|
exports.creatureSearch = creatureSearch;
|
|
1551
1550
|
exports.creatureType = creatureType;
|
|
1552
1551
|
exports.creatureTypeIndex = creatureTypeIndex;
|
|
1553
|
-
exports.default =
|
|
1552
|
+
exports.default = wow;
|
|
1554
1553
|
exports.guild = guild;
|
|
1555
1554
|
exports.guildAchievements = guildAchievements;
|
|
1556
1555
|
exports.guildActivity = guildActivity;
|