gw2e-account-statistics 3.5.1 → 3.6.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.
@@ -62,6 +62,7 @@ exports.default = {
62
62
  unusualCoins: 62,
63
63
  jadeSlivers: 64,
64
64
  testimonyOfJadeHeroics: 65,
65
+ ancientCoins: 66,
65
66
  canachCoins: 67,
66
67
  imperialFavor: 68,
67
68
  talesOfDungeonDelving: 69,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gw2e-account-statistics",
3
- "version": "3.5.1",
3
+ "version": "3.6.0",
4
4
  "description": "Calculate statistics of guildwars2 accounts",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -64,6 +64,7 @@ describe('statistics > wallet', () => {
64
64
  zephyriteLockpicks: null,
65
65
  researchNotes: null,
66
66
  unusualCoins: null,
67
+ ancientCoins: null,
67
68
  jadeSlivers: null,
68
69
  testimonyOfJadeHeroics: null,
69
70
  canachCoins: null,
@@ -182,6 +183,7 @@ describe('statistics > wallet', () => {
182
183
  jadeSlivers: 0,
183
184
  testimonyOfJadeHeroics: 0,
184
185
  canachCoins: 0,
186
+ ancientCoins: 0,
185
187
  imperialFavor: 0,
186
188
  talesOfDungeonDelving: 0,
187
189
  _legendaryInsightsFromWallet: 0