warframe-worldstate-data 3.9.1 → 3.10.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 +2 -2
package/dist/data/languages.json
CHANGED
|
@@ -648,6 +648,10 @@
|
|
|
648
648
|
"value": "Electronic waste Disposal",
|
|
649
649
|
"desc": "Kill 200 Techrot with Melee Weapons"
|
|
650
650
|
},
|
|
651
|
+
"/Lotus/Types/Challenges/Seasons/WeeklyHard/SeasonWeeklyHardCompleteConquest": {
|
|
652
|
+
"value": "Voluntary Specimen",
|
|
653
|
+
"desc": "Complete a run of Deep Archimedea or Temporal Archimedea"
|
|
654
|
+
},
|
|
651
655
|
"/Lotus/Types/Gameplay/JadeShadows/Resources/AscensionEventResourceItem": {
|
|
652
656
|
"value": "Volatile Motes"
|
|
653
657
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "warframe-worldstate-data",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.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.8",
|
|
65
65
|
"@commitlint/cli": "^20.0.0",
|
|
66
66
|
"@commitlint/config-conventional": "^20.0.0",
|
|
67
67
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|