clashofclans.js 3.0.2-dev.c612762 → 3.0.2-dev.ff9b577

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.
@@ -28,7 +28,7 @@ export declare const PollingEvents: {
28
28
  readonly ClanLoopEnd: "clanLoopEnd";
29
29
  readonly PlayerLoopStart: "playerLoopStart";
30
30
  readonly PlayerLoopEnd: "playerLoopEnd";
31
- readonly WarLoopStart: "warLoopEnd";
31
+ readonly WarLoopStart: "warLoopStart";
32
32
  readonly WarLoopEnd: "warLoopEnd";
33
33
  readonly NewSeasonStart: "newSeasonStart";
34
34
  readonly MaintenanceStart: "maintenanceStart";
@@ -137,7 +137,7 @@ exports.PollingEvents = {
137
137
  ClanLoopEnd: 'clanLoopEnd',
138
138
  PlayerLoopStart: 'playerLoopStart',
139
139
  PlayerLoopEnd: 'playerLoopEnd',
140
- WarLoopStart: 'warLoopEnd',
140
+ WarLoopStart: 'warLoopStart',
141
141
  WarLoopEnd: 'warLoopEnd',
142
142
  NewSeasonStart: 'newSeasonStart',
143
143
  MaintenanceStart: 'maintenanceStart',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clashofclans.js",
3
- "version": "3.0.2-dev.c612762",
3
+ "version": "3.0.2-dev.ff9b577",
4
4
  "description": "JavaScript library for interacting with the Clash of Clans API",
5
5
  "author": "SUVAJIT <suvajit.me@gmail.com>",
6
6
  "license": "MIT",