warframe-worldstate-data 2.5.20 → 2.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -64,5 +64,8 @@
64
64
  },
65
65
  "MT_DEFAULT": {
66
66
  "value": "Unknown"
67
+ },
68
+ "MT_VOID_CASCADE": {
69
+ "value": "Void Cascade"
67
70
  }
68
71
  }
@@ -1260,7 +1260,7 @@
1260
1260
  "type": "远古惩戒"
1261
1261
  },
1262
1262
  "SolNode450": {
1263
- "value": "Tyana Pass (Mars)",
1263
+ "value": "Tyana Pass (火星)",
1264
1264
  "enemy": "雙方交戰",
1265
1265
  "type": "镜像防御"
1266
1266
  },
@@ -1340,7 +1340,7 @@
1340
1340
  "type": "衰退室"
1341
1341
  },
1342
1342
  "SolNode721": {
1343
- "value": "Armatus (Deimos)",
1343
+ "value": "Armatus (火卫二)",
1344
1344
  "enemy": "低语者",
1345
1345
  "type": "中断"
1346
1346
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warframe-worldstate-data",
3
- "version": "2.5.20",
3
+ "version": "2.6.0",
4
4
  "description": "Warframe data for use with warframe-worldstate-parser",
5
5
  "keywords": [
6
6
  "warframe-worldstate",
@@ -134,7 +134,7 @@
134
134
  "lint-staged": "^15.2.2",
135
135
  "mocha": "^10.3.0",
136
136
  "prettier": "^3.2.5",
137
- "sinon": "^17.0.1",
137
+ "sinon": "^18.0.0",
138
138
  "sinon-chai": "^3.7.0"
139
139
  },
140
140
  "engines": {