warframe-worldstate-data 2.5.20 → 2.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.
- package/data/missionTypes.json +3 -0
- package/data/zh/solNodes.json +2 -2
- package/package.json +2 -2
package/data/missionTypes.json
CHANGED
package/data/zh/solNodes.json
CHANGED
|
@@ -1260,7 +1260,7 @@
|
|
|
1260
1260
|
"type": "远古惩戒"
|
|
1261
1261
|
},
|
|
1262
1262
|
"SolNode450": {
|
|
1263
|
-
"value": "Tyana Pass (
|
|
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 (
|
|
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.
|
|
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": "^
|
|
137
|
+
"sinon": "^18.0.0",
|
|
138
138
|
"sinon-chai": "^3.7.0"
|
|
139
139
|
},
|
|
140
140
|
"engines": {
|