gw2e-account-statistics 3.7.0 → 3.8.0

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.
@@ -59,11 +59,16 @@ exports.default = {
59
59
  tyrianDefenseSeals: 60,
60
60
  researchNotes: 61,
61
61
  unusualCoins: 62,
62
+ astralAcclaim: 63,
62
63
  jadeSlivers: 64,
63
64
  testimonyOfJadeHeroics: 65,
64
65
  ancientCoins: 66,
65
66
  canachCoins: 67,
66
67
  imperialFavor: 68,
67
68
  talesOfDungeonDelving: 69,
68
- _legendaryInsightsFromWallet: 70
69
+ _legendaryInsightsFromWallet: 70,
70
+ jadeMinersKeycard: 71,
71
+ staticCharge: 72,
72
+ pinchOfStardust: 73,
73
+ calcifiedGasp: 75
69
74
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gw2e-account-statistics",
3
- "version": "3.7.0",
3
+ "version": "3.8.0",
4
4
  "description": "Calculate statistics of guildwars2 accounts",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -69,7 +69,12 @@ describe('statistics > wallet', () => {
69
69
  canachCoins: null,
70
70
  imperialFavor: null,
71
71
  talesOfDungeonDelving: null,
72
- _legendaryInsightsFromWallet: null
72
+ _legendaryInsightsFromWallet: null,
73
+ astralAcclaim: null,
74
+ calcifiedGasp: null,
75
+ jadeMinersKeycard: null,
76
+ pinchOfStardust: null,
77
+ staticCharge: null
73
78
  })
74
79
  })
75
80
 
@@ -184,7 +189,12 @@ describe('statistics > wallet', () => {
184
189
  ancientCoins: 0,
185
190
  imperialFavor: 0,
186
191
  talesOfDungeonDelving: 0,
187
- _legendaryInsightsFromWallet: 0
192
+ _legendaryInsightsFromWallet: 0,
193
+ astralAcclaim: 0,
194
+ calcifiedGasp: 0,
195
+ jadeMinersKeycard: 0,
196
+ pinchOfStardust: 0,
197
+ staticCharge: 0
188
198
  })
189
199
  })
190
200