gw2e-static-data 0.5.26 → 0.5.27

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.
@@ -247,4 +247,13 @@ exports.default = [{
247
247
  times: ['21:05', '23:05', '01:05', '03:05', '05:05', '07:05', '09:05', '11:05', '13:05', '15:05', '17:05', '19:05'],
248
248
  waypoint: '[&BDkMAAA=]',
249
249
  type: 'megaboss'
250
+ }, {
251
+ id: 'NOT_IN_API_death-branded_shatterer',
252
+ name: 'Death-Branded Shatterer',
253
+ icon: 'https://render.guildwars2.com/file/F850370E4D6EB26D1EA545ADAFE935441D2D07FE/2038500.png',
254
+ reward_dragonite: '15-25',
255
+ position: 'Jahai Bluffs',
256
+ times: ['01:15', '03:15', '05:15', '07:15', '09:15', '11:15', '13:15', '15:15', '17:15', '19:15', '21:15', '23:15'],
257
+ waypoint: '[&BJMLAAA=]',
258
+ type: 'worldboss'
250
259
  }];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gw2e-static-data",
3
- "version": "0.5.26",
3
+ "version": "0.5.27",
4
4
  "description": "All the static data used in gw2efficiency and it's services",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {