warframe-worldstate-data 3.10.1 → 3.11.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.
@@ -1627,6 +1627,9 @@
1627
1627
  "/lotus/language/events/amalgameventtooltip": {
1628
1628
  "value": "Operation: Hostile Mergers"
1629
1629
  },
1630
+ "/lotus/language/events/anniversary2024challengemode": {
1631
+ "value": "Gifts Of The Lotus – Elite"
1632
+ },
1630
1633
  "/lotus/language/events/halloweennaberusdesc": {
1631
1634
  "value": "Visit Daughter for Naberus Treats"
1632
1635
  },
@@ -1846,6 +1849,9 @@
1846
1849
  "/lotus/language/messages/orbheisteventrewarddinboxmessagetitle": {
1847
1850
  "value": "Vallis Fractures: Real Progress"
1848
1851
  },
1852
+ "/lotus/language/shadowgrapher/shadowgraphereventname": {
1853
+ "value": "Operation: Atramentum"
1854
+ },
1849
1855
  "/lotus/language/sigils/kelaeventsigilname": {
1850
1856
  "desc": "A sigil commemorating the liberation of defectors from the Grineer.",
1851
1857
  "value": "Rathuum Sigil"
@@ -1184,6 +1184,11 @@
1184
1184
  "enemy": "Duviri",
1185
1185
  "type": "Free Roam"
1186
1186
  },
1187
+ "SolNode239": {
1188
+ "value": "Vesper Relay (Venus)",
1189
+ "enemy": "Corpus",
1190
+ "type": "Relay"
1191
+ },
1187
1192
  "ZarimanHub": {
1188
1193
  "value": "Chrysalith (Zariman)",
1189
1194
  "enemy": "Tenno",
@@ -1,3 +1,2 @@
1
- import "../exports-RIRl0WJ7.mjs";
2
1
  import { A as translateFocus, C as sortieModifier, D as toTitleCase, E as syndicate, M as translateSeason, N as translation_default, O as translateArchimedeaType, P as upgrade, S as sortieModDesc, T as steelPath, _ as operation, a as conclaveChallenge, b as sortieBoss, c as fissureModifier, d as languageString, f as lastResourceName, g as nodeMissionType, h as nodeEnemy, i as conclaveCategory, j as translatePolarity, k as translateCalendarEvent, l as fissureTier, m as node, n as archonShardColor, o as conclaveMode, p as missionType, r as archonShardUpgradeType, s as faction, t as archonShard, u as languageDesc, v as operationSymbol, w as splitResourceName, x as sortieFaction, y as region } from "../translation-RrgsNYPn.mjs";
3
2
  export { archonShard, archonShardColor, archonShardUpgradeType, conclaveCategory, conclaveChallenge, conclaveMode, translation_default as default, faction, fissureModifier, fissureTier, languageDesc, languageString, lastResourceName, missionType, node, nodeEnemy, nodeMissionType, operation, operationSymbol, region, sortieBoss, sortieFaction, sortieModDesc, sortieModifier, splitResourceName, steelPath, syndicate, toTitleCase, translateArchimedeaType, translateCalendarEvent, translateFocus, translatePolarity, translateSeason, upgrade };
@@ -1,4 +1,3 @@
1
- import "../exports-RIRl0WJ7.mjs";
2
1
  import { c as weeklyReset, i as pieceIsSmoller, n as fromNow, o as timeDeltaToString, r as parseDate, s as toNow, t as dailyReset } from "../timeDate-CAsNbBQV.mjs";
3
2
  import { A as translateFocus, C as sortieModifier, D as toTitleCase, E as syndicate, M as translateSeason, O as translateArchimedeaType, P as upgrade, S as sortieModDesc, T as steelPath, _ as operation, a as conclaveChallenge, b as sortieBoss, c as fissureModifier, d as languageString, f as lastResourceName, g as nodeMissionType, h as nodeEnemy, i as conclaveCategory, j as translatePolarity, k as translateCalendarEvent, l as fissureTier, m as node, n as archonShardColor, o as conclaveMode, p as missionType, r as archonShardUpgradeType, s as faction, t as archonShard, u as languageDesc, v as operationSymbol, w as splitResourceName, x as sortieFaction, y as region } from "../translation-RrgsNYPn.mjs";
4
3
  //#region tools/integrity.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warframe-worldstate-data",
3
- "version": "3.10.1",
3
+ "version": "3.11.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.8",
64
+ "@biomejs/biome": "2.4.10",
65
65
  "@commitlint/cli": "^20.0.0",
66
66
  "@commitlint/config-conventional": "^20.0.0",
67
67
  "@istanbuljs/nyc-config-typescript": "^1.0.2",
@@ -84,7 +84,7 @@
84
84
  "sinon-chai": "^4.0.0",
85
85
  "tsdown": "^0.21.2",
86
86
  "tsx": "^4.20.3",
87
- "typescript": "^5.8.3",
87
+ "typescript": "^6.0.2",
88
88
  "yargs": "^18.0.0"
89
89
  },
90
90
  "engines": {