warframe-worldstate-data 3.5.1 → 3.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/dist/data/languages.json +4 -0
- package/package.json +2 -2
package/dist/data/languages.json
CHANGED
|
@@ -13523,6 +13523,10 @@
|
|
|
13523
13523
|
"desc": "Feed the Helminth any resource",
|
|
13524
13524
|
"value": "Feed The Beast"
|
|
13525
13525
|
},
|
|
13526
|
+
"/lotus/types/challenges/seasons/weekly/seasonweeklyfinelytuned": {
|
|
13527
|
+
"desc": "Play 2 different Shawzin songs in Duviri.",
|
|
13528
|
+
"value": "Finely Tuned"
|
|
13529
|
+
},
|
|
13526
13530
|
"/lotus/types/challenges/seasons/weekly/seasonweeklygildmodular": {
|
|
13527
13531
|
"desc": "Gild 1 Modular Items",
|
|
13528
13532
|
"value": "Gilded"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "warframe-worldstate-data",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.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.
|
|
64
|
+
"@biomejs/biome": "2.4.2",
|
|
65
65
|
"@commitlint/cli": "^20.0.0",
|
|
66
66
|
"@commitlint/config-conventional": "^20.0.0",
|
|
67
67
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|