clashofclans.js 3.3.9 → 3.3.10

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.
@@ -63,7 +63,8 @@ exports.SuperTroops = [
63
63
  'Super Witch',
64
64
  'Ice Hound',
65
65
  'Super Bowler',
66
- 'Super Miner'
66
+ 'Super Miner',
67
+ 'Super Hog Rider'
67
68
  ];
68
69
  exports.ElixirSpells = [
69
70
  'Lightning Spell',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clashofclans.js",
3
- "version": "3.3.9",
3
+ "version": "3.3.10",
4
4
  "description": "JavaScript library for interacting with the Clash of Clans API",
5
5
  "author": "https://clashofclans.js.org",
6
6
  "license": "MIT",