gw2e-account-statistics 3.17.1 → 3.17.2

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.
@@ -126,6 +126,7 @@ exports.default = function (accountData, extraInformation) {
126
126
  amnytasHerosChoice: countItems(items, 100193),
127
127
  innerNayosEndHerosChoice: countItems(items, 101195),
128
128
  convergenceHerosChoice: countItems(items, 101185),
129
+ convergenceMountBalriorWayfindersChoice: countItems(items, 103842),
129
130
  citadelOfZakirosHerosChoice: countItems(items, 101748),
130
131
  janthirSyntriHerosChoice: countItems(items, 102265),
131
132
  giftsOfExploration: countItems(items, 19677),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gw2e-account-statistics",
3
- "version": "3.17.1",
3
+ "version": "3.17.2",
4
4
  "description": "Calculate statistics of guildwars2 accounts",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -84,6 +84,7 @@ describe('statistics > items', () => {
84
84
  amnytasHerosChoice: null,
85
85
  innerNayosEndHerosChoice: null,
86
86
  convergenceHerosChoice: null,
87
+ convergenceMountBalriorWayfindersChoice: null,
87
88
  citadelOfZakirosHerosChoice: null,
88
89
  janthirSyntriHerosChoice: null,
89
90
  uniqueTonics: null,