warframe-worldstate-data 2.24.9 → 2.25.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/cs/missionTypes.json +3 -0
- package/data/de/missionTypes.json +3 -0
- package/data/es/missionTypes.json +3 -0
- package/data/fr/missionTypes.json +3 -0
- package/data/it/missionTypes.json +3 -0
- package/data/ko/missionTypes.json +3 -0
- package/data/languages.json +9 -0
- package/data/pl/missionTypes.json +3 -0
- package/data/pt/missionTypes.json +3 -0
- package/data/ru/missionTypes.json +3 -0
- package/data/sr/missionTypes.json +3 -0
- package/data/tr/missionTypes.json +3 -0
- package/data/uk/languages.json +1 -1
- package/data/uk/missionTypes.json +3 -0
- package/data/zh/missionTypes.json +3 -0
- package/package.json +4 -4
package/data/languages.json
CHANGED
@@ -5,6 +5,15 @@
|
|
5
5
|
"/Lotus/Language/G1Quests/HeatFissuresEventScore": {
|
6
6
|
"value": "Thermia Fractures Sealed"
|
7
7
|
},
|
8
|
+
"/Lotus/Language/Isleweaver/DuviriMurmurEventDescription": {
|
9
|
+
"value": "Recover stolen Dominus Aureus to take down Neci Rusalka and return Dominus Thrax to his throne! Obtain them from Operation: Eight Claw spirals in Duviri.\n\nVisit Thrax in the Dormizone to exchange Dominus Aureus for rewards. Invictus Signas will be unlocked as the community returns stolen Aureus to Thrax."
|
10
|
+
},
|
11
|
+
"/Lotus/Language/Isleweaver/DuviriMurmurEventScore": {
|
12
|
+
"value": "Dominus Aureus Collection Progress:"
|
13
|
+
},
|
14
|
+
"/Lotus/Language/Isleweaver/DuviriMurmurEventTitle": {
|
15
|
+
"value": "Operation: Eight Claw"
|
16
|
+
},
|
8
17
|
"/Lotus/Language/JadeShadows/JadeShadowsEventName": {
|
9
18
|
"value": "Operation: Belly of the Beast"
|
10
19
|
},
|
package/data/uk/languages.json
CHANGED
@@ -13732,7 +13732,7 @@
|
|
13732
13732
|
"value": "Choose Wisely"
|
13733
13733
|
},
|
13734
13734
|
"/lotus/types/challenges/seasons/weeklyhard/seasonweeklyhardfriendsdefense": {
|
13735
|
-
"desc": "Завершіть завдання з оборони після
|
13735
|
+
"desc": "Завершіть завдання з оборони після 12-ї хвилі.",
|
13736
13736
|
"value": "Оборона"
|
13737
13737
|
},
|
13738
13738
|
"/lotus/types/challenges/seasons/weeklyhard/seasonweeklyhardfriendsmirrordefense": {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "warframe-worldstate-data",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.25.0",
|
4
4
|
"description": "Warframe data for use with warframe-worldstate-parser",
|
5
5
|
"keywords": [
|
6
6
|
"warframe-worldstate",
|
@@ -67,12 +67,12 @@
|
|
67
67
|
"chai-json-schema-ajv": "^5.2.4",
|
68
68
|
"coveralls": "^3.1.1",
|
69
69
|
"husky": "^9.0.11",
|
70
|
-
"lint-staged": "^
|
70
|
+
"lint-staged": "^16.0.0",
|
71
71
|
"mocha": "^11.0.1",
|
72
72
|
"prettier": "^3.2.5",
|
73
|
-
"sinon": "^
|
73
|
+
"sinon": "^21.0.0",
|
74
74
|
"sinon-chai": "^4.0.0",
|
75
|
-
"yargs": "^
|
75
|
+
"yargs": "^18.0.0"
|
76
76
|
},
|
77
77
|
"engines": {
|
78
78
|
"node": ">=18.19.0"
|