warframe-worldstate-data 3.1.0 → 3.1.2
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/languages.json
CHANGED
@@ -152,6 +152,18 @@
|
|
152
152
|
"/Lotus/StoreItems/Types/StoreItems/AvatarImages/AvatarImageBaruukDoanStyle": {
|
153
153
|
"value": "Baruuk Doan Silhouette Glyph"
|
154
154
|
},
|
155
|
+
"/Lotus/StoreItems/Types/StoreItems/AvatarImages/AvatarImageDogDaysHydroidGlyph": {
|
156
|
+
"value": "Community Dog Days Hydroid Glyph"
|
157
|
+
},
|
158
|
+
"/Lotus/StoreItems/Types/StoreItems/AvatarImages/AvatarImageDogDaysLokiGlyph": {
|
159
|
+
"value": "Community Dog Days Loki Glyph"
|
160
|
+
},
|
161
|
+
"/Lotus/StoreItems/Types/StoreItems/AvatarImages/AvatarImageDogDaysNovaGlyph": {
|
162
|
+
"value": "Community Dog Days Nova Glyph"
|
163
|
+
},
|
164
|
+
"/Lotus/StoreItems/Types/StoreItems/AvatarImages/AvatarImageDogDaysValkyrGlyph": {
|
165
|
+
"value": "Community Dog Days Valkyr Glyph"
|
166
|
+
},
|
155
167
|
"/Lotus/StoreItems/Types/StoreItems/AvatarImages/AvatarImageIvaraAction": {
|
156
168
|
"value": "Ivara In Action Glyph"
|
157
169
|
},
|
@@ -434,6 +446,9 @@
|
|
434
446
|
"/Lotus/Types/Gameplay/Venus/Resources/CorpusWidgetCItem": {
|
435
447
|
"value": "Repeller Systems"
|
436
448
|
},
|
449
|
+
"/Lotus/Types/Items/MiscItems/WaterFightBucks": {
|
450
|
+
"value": "Nakak Pearls"
|
451
|
+
},
|
437
452
|
"/Lotus/Types/Items/SyndicateDogTags/UniversalSyndicateDogTag": {
|
438
453
|
"value": "Universal Medallion"
|
439
454
|
},
|
package/data/uk/sortieData.json
CHANGED
package/dist/data/languages.json
CHANGED
@@ -152,6 +152,18 @@
|
|
152
152
|
"/Lotus/StoreItems/Types/StoreItems/AvatarImages/AvatarImageBaruukDoanStyle": {
|
153
153
|
"value": "Baruuk Doan Silhouette Glyph"
|
154
154
|
},
|
155
|
+
"/Lotus/StoreItems/Types/StoreItems/AvatarImages/AvatarImageDogDaysHydroidGlyph": {
|
156
|
+
"value": "Community Dog Days Hydroid Glyph"
|
157
|
+
},
|
158
|
+
"/Lotus/StoreItems/Types/StoreItems/AvatarImages/AvatarImageDogDaysLokiGlyph": {
|
159
|
+
"value": "Community Dog Days Loki Glyph"
|
160
|
+
},
|
161
|
+
"/Lotus/StoreItems/Types/StoreItems/AvatarImages/AvatarImageDogDaysNovaGlyph": {
|
162
|
+
"value": "Community Dog Days Nova Glyph"
|
163
|
+
},
|
164
|
+
"/Lotus/StoreItems/Types/StoreItems/AvatarImages/AvatarImageDogDaysValkyrGlyph": {
|
165
|
+
"value": "Community Dog Days Valkyr Glyph"
|
166
|
+
},
|
155
167
|
"/Lotus/StoreItems/Types/StoreItems/AvatarImages/AvatarImageIvaraAction": {
|
156
168
|
"value": "Ivara In Action Glyph"
|
157
169
|
},
|
@@ -434,6 +446,9 @@
|
|
434
446
|
"/Lotus/Types/Gameplay/Venus/Resources/CorpusWidgetCItem": {
|
435
447
|
"value": "Repeller Systems"
|
436
448
|
},
|
449
|
+
"/Lotus/Types/Items/MiscItems/WaterFightBucks": {
|
450
|
+
"value": "Nakak Pearls"
|
451
|
+
},
|
437
452
|
"/Lotus/Types/Items/SyndicateDogTags/UniversalSyndicateDogTag": {
|
438
453
|
"value": "Universal Medallion"
|
439
454
|
},
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "warframe-worldstate-data",
|
3
|
-
"version": "3.1.
|
3
|
+
"version": "3.1.2",
|
4
4
|
"description": "Warframe data for use with warframe-worldstate-parser",
|
5
5
|
"keywords": [
|
6
6
|
"warframe-worldstate",
|
@@ -65,7 +65,7 @@
|
|
65
65
|
}
|
66
66
|
},
|
67
67
|
"devDependencies": {
|
68
|
-
"@biomejs/biome": "2.1.
|
68
|
+
"@biomejs/biome": "2.1.4",
|
69
69
|
"@commitlint/cli": "^19.2.1",
|
70
70
|
"@commitlint/config-conventional": "^19.1.0",
|
71
71
|
"@types/chai": "^5.0.0",
|