gw2e-account-statistics 3.14.0 → 3.14.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gw2e-account-statistics",
3
- "version": "3.14.0",
3
+ "version": "3.14.1",
4
4
  "description": "Calculate statistics of guildwars2 accounts",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -41,10 +41,17 @@ describe('statistics > aggregate', () => {
41
41
  imperialEverbloom: 1,
42
42
  clockworkInfusion: 1,
43
43
  jotunInfusion: 1,
44
+ wurmsBlessingEnrichment: 1,
45
+ echoOfTheDragonvoid: 1,
46
+ moteOfDarkness: 1,
47
+ possessionInfusion: 1,
48
+ silentSymphony: 1,
49
+ arcaneFlowInfusion: 1,
50
+ mistwalkerInfusion: 1,
44
51
 
45
52
  // (!) Has to be ignored, else it's counting double
46
53
  celestialInfusion: 999
47
- }).totalAuras).to.equal(32)
54
+ }).totalAuras).to.equal(39)
48
55
  })
49
56
 
50
57
  it('can calculate death count per hour', () => {
@@ -150,7 +150,14 @@ describe('statistics > items', () => {
150
150
  jotunInfusion: null,
151
151
  _legendaryDivinationsFromItems: null,
152
152
  marshFrog: null,
153
- miniProfessorMew: null
153
+ miniProfessorMew: null,
154
+ wurmsBlessingEnrichment: null,
155
+ echoOfTheDragonvoid: null,
156
+ moteOfDarkness: null,
157
+ possessionInfusion: null,
158
+ silentSymphony: null,
159
+ arcaneFlowInfusion: null,
160
+ mistwalkerInfusion: null
154
161
  }
155
162
 
156
163
  const bothPermissions = {bank: null, characters: null}