warframe-worldstate-data 3.7.1 → 3.8.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/dist/data/languages.json +4 -0
- package/package.json +3 -3
package/dist/data/languages.json
CHANGED
|
@@ -14027,6 +14027,10 @@
|
|
|
14027
14027
|
"desc": "Complete 5 Steel Path Missions.",
|
|
14028
14028
|
"value": "The Path Less Travelled"
|
|
14029
14029
|
},
|
|
14030
|
+
"/lotus/types/challenges/seasons/weeklyhard/seasonweeklyhardelitebeastslayer": {
|
|
14031
|
+
"desc": "Defeat the Orowyrm in Steel Path",
|
|
14032
|
+
"value": "Elite Beast Slayer"
|
|
14033
|
+
},
|
|
14030
14034
|
"/lotus/types/challenges/seasons/weeklyhard/seasonweeklyhardelitesanctuaryonslaught": {
|
|
14031
14035
|
"desc": "Complete 8 Zones of Elite Sanctuary Onslaught",
|
|
14032
14036
|
"value": "Elite Test Subject"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "warframe-worldstate-data",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.0",
|
|
4
4
|
"description": "Warframe data for use with warframe-worldstate-parser",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"warframe-worldstate",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@biomejs/biome": "2.4.
|
|
64
|
+
"@biomejs/biome": "2.4.5",
|
|
65
65
|
"@commitlint/cli": "^20.0.0",
|
|
66
66
|
"@commitlint/config-conventional": "^20.0.0",
|
|
67
67
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"husky": "^9.0.11",
|
|
80
80
|
"lint-staged": "^16.0.0",
|
|
81
81
|
"mocha": "^11.7.1",
|
|
82
|
-
"nyc": "^
|
|
82
|
+
"nyc": "^18.0.0",
|
|
83
83
|
"sinon": "^21.0.0",
|
|
84
84
|
"sinon-chai": "^4.0.0",
|
|
85
85
|
"tsdown": "^0.20.1",
|