warframe-worldstate-data 3.13.1 → 3.14.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 +6 -0
- package/package.json +2 -2
package/dist/data/languages.json
CHANGED
|
@@ -13003,6 +13003,9 @@
|
|
|
13003
13003
|
"/lotus/storeitems/weapons/tenno/melee/swords/jawsword/jawlongsword": {
|
|
13004
13004
|
"value": "Jaw Sword"
|
|
13005
13005
|
},
|
|
13006
|
+
"/lotus/storeitems/weapons/tenno/melee/swords/katanaandwakizashi/dex2023nikana/dex2023nikana": {
|
|
13007
|
+
"value": "Dex Nikana"
|
|
13008
|
+
},
|
|
13006
13009
|
"/lotus/storeitems/weapons/tenno/melee/swords/katanaandwakizashi/katana": {
|
|
13007
13010
|
"value": "Nikana"
|
|
13008
13011
|
},
|
|
@@ -19122,6 +19125,9 @@
|
|
|
19122
19125
|
"/lotus/weapons/tenno/melee/swords/jawsword/jawlongsword": {
|
|
19123
19126
|
"value": "Jaw Sword"
|
|
19124
19127
|
},
|
|
19128
|
+
"/lotus/weapons/tenno/melee/swords/katanaandwakizashi/dex2023nikana/dex2023nikana": {
|
|
19129
|
+
"value": "Dex Nikana"
|
|
19130
|
+
},
|
|
19125
19131
|
"/lotus/weapons/tenno/melee/swords/katanaandwakizashi/katana": {
|
|
19126
19132
|
"value": "Nikana"
|
|
19127
19133
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "warframe-worldstate-data",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.14.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.12",
|
|
65
65
|
"@commitlint/cli": "^20.0.0",
|
|
66
66
|
"@commitlint/config-conventional": "^20.0.0",
|
|
67
67
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|