warframe-worldstate-data 3.0.1 → 3.0.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/dist/{exports-D0bYygo0.d.ts → exports-0BwYdqwz.d.ts} +1 -1
- package/dist/exports.d.ts +2 -2
- package/dist/tools/translation.d.ts +3 -3
- package/dist/tools/utilities.d.ts +3 -3
- package/dist/{translation-CMA-O2tP.d.ts → translation-DGiDGVss.d.ts} +2 -2
- package/dist/{types-Clh1x9kB.d.ts → types-CU1MHyQQ.d.ts} +2 -2
- package/dist/types.d.ts +2 -2
- package/package.json +4 -4
- package/types.ts +3 -2
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Arcane, ArchonShard, Conclave, Events, SolNode, SortieData, SteelPath, SynthesisTarget } from "./types-
|
1
|
+
import { Arcane, ArchonShard, Conclave, Events, SolNode, SortieData, SteelPath, SynthesisTarget } from "./types-CU1MHyQQ.js";
|
2
2
|
|
3
3
|
//#region exports.d.ts
|
4
4
|
type Locale = 'de' | 'en' | 'es' | 'fr' | 'it' | 'ko' | 'pl' | 'pt' | 'ru' | 'zh' | 'cs' | 'sr' | 'uk';
|
package/dist/exports.d.ts
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
import "./types-
|
2
|
-
import { Locale, WorldstateLangBundle, _default } from "./exports-
|
1
|
+
import "./types-CU1MHyQQ.js";
|
2
|
+
import { Locale, WorldstateLangBundle, _default } from "./exports-0BwYdqwz.js";
|
3
3
|
export { Locale, WorldstateLangBundle, _default as default };
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import "../types-
|
2
|
-
import "../exports-
|
3
|
-
import { _default, archonShard, archonShardColor, archonShardUpgradeType, conclaveCategory, conclaveChallenge, conclaveMode, faction, fissureModifier, fissureTier, languageDesc, languageString, lastResourceName, missionType, node, nodeEnemy, nodeMissionType, operation, operationSymbol, region, sortieBoss, sortieFaction, sortieModDesc, sortieModifier, splitResourceName, steelPath, syndicate, toTitleCase, translateCalendarEvent, translateFocus, translatePolarity, translateSeason, upgrade } from "../translation-
|
1
|
+
import "../types-CU1MHyQQ.js";
|
2
|
+
import "../exports-0BwYdqwz.js";
|
3
|
+
import { _default, archonShard, archonShardColor, archonShardUpgradeType, conclaveCategory, conclaveChallenge, conclaveMode, faction, fissureModifier, fissureTier, languageDesc, languageString, lastResourceName, missionType, node, nodeEnemy, nodeMissionType, operation, operationSymbol, region, sortieBoss, sortieFaction, sortieModDesc, sortieModifier, splitResourceName, steelPath, syndicate, toTitleCase, translateCalendarEvent, translateFocus, translatePolarity, translateSeason, upgrade } from "../translation-DGiDGVss.js";
|
4
4
|
export { archonShard, archonShardColor, archonShardUpgradeType, conclaveCategory, conclaveChallenge, conclaveMode, _default as default, faction, fissureModifier, fissureTier, languageDesc, languageString, lastResourceName, missionType, node, nodeEnemy, nodeMissionType, operation, operationSymbol, region, sortieBoss, sortieFaction, sortieModDesc, sortieModifier, splitResourceName, steelPath, syndicate, toTitleCase, translateCalendarEvent, translateFocus, translatePolarity, translateSeason, upgrade };
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import "../types-
|
2
|
-
import "../exports-
|
1
|
+
import "../types-CU1MHyQQ.js";
|
2
|
+
import "../exports-0BwYdqwz.js";
|
3
3
|
import { insist } from "../integrity-hhdd4nAB.js";
|
4
4
|
import { WorldStateDate, fromNow, parseDate, timeDeltaToString, toNow } from "../timeDate-BZaZFq86.js";
|
5
|
-
import { archonShard, archonShardColor, archonShardUpgradeType, conclaveCategory, conclaveChallenge, conclaveMode, faction, fissureModifier, fissureTier, languageDesc, languageString, lastResourceName, missionType, node, nodeEnemy, nodeMissionType, operation, operationSymbol, region, sortieBoss, sortieFaction, sortieModDesc, sortieModifier, splitResourceName, steelPath, syndicate, toTitleCase, translateCalendarEvent, translateFocus, translatePolarity, translateSeason, upgrade } from "../translation-
|
5
|
+
import { archonShard, archonShardColor, archonShardUpgradeType, conclaveCategory, conclaveChallenge, conclaveMode, faction, fissureModifier, fissureTier, languageDesc, languageString, lastResourceName, missionType, node, nodeEnemy, nodeMissionType, operation, operationSymbol, region, sortieBoss, sortieFaction, sortieModDesc, sortieModifier, splitResourceName, steelPath, syndicate, toTitleCase, translateCalendarEvent, translateFocus, translatePolarity, translateSeason, upgrade } from "../translation-DGiDGVss.js";
|
6
6
|
export { WorldStateDate, archonShard, archonShardColor, archonShardUpgradeType, conclaveCategory, conclaveChallenge, conclaveMode, faction, fissureModifier, fissureTier, fromNow, insist, languageDesc, languageString, lastResourceName, missionType, node, nodeEnemy, nodeMissionType, operation, operationSymbol, parseDate, region, sortieBoss, sortieFaction, sortieModDesc, sortieModifier, splitResourceName, steelPath, syndicate, timeDeltaToString, toNow, toTitleCase, translateCalendarEvent, translateFocus, translatePolarity, translateSeason, upgrade };
|
@@ -53,7 +53,7 @@ interface SteelPath {
|
|
53
53
|
}
|
54
54
|
interface SteelPathOffering {
|
55
55
|
name: string;
|
56
|
-
cost:
|
56
|
+
cost: number;
|
57
57
|
}
|
58
58
|
interface SynthesisTarget {
|
59
59
|
name: string;
|
@@ -91,4 +91,4 @@ interface SortieData {
|
|
91
91
|
modifiers: string[];
|
92
92
|
}
|
93
93
|
//#endregion
|
94
|
-
export { Arcane, ArchonShard, Conclave, Events, SolNode, SortieData, SteelPath, SynthesisTarget };
|
94
|
+
export { Arcane, ArchonShard, Conclave, Events, SolNode, SortieData, SteelPath, SteelPathOffering, SynthesisTarget };
|
package/dist/types.d.ts
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
import { Arcane, ArchonShard, Conclave, Events, SolNode, SortieData, SteelPath, SynthesisTarget } from "./types-
|
2
|
-
export { Arcane, ArchonShard, Conclave, Events, SolNode, SortieData, SteelPath, SynthesisTarget };
|
1
|
+
import { Arcane, ArchonShard, Conclave, Events, SolNode, SortieData, SteelPath, SteelPathOffering, SynthesisTarget } from "./types-CU1MHyQQ.js";
|
2
|
+
export { Arcane, ArchonShard, Conclave, Events, SolNode, SortieData, SteelPath, SteelPathOffering, SynthesisTarget };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "warframe-worldstate-data",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.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.
|
68
|
+
"@biomejs/biome": "2.1.3",
|
69
69
|
"@commitlint/cli": "^19.2.1",
|
70
70
|
"@commitlint/config-conventional": "^19.1.0",
|
71
71
|
"@types/chai": "^5.0.0",
|
@@ -87,10 +87,10 @@
|
|
87
87
|
"prettier": "^3.6.2",
|
88
88
|
"sinon": "^21.0.0",
|
89
89
|
"sinon-chai": "^4.0.0",
|
90
|
-
"tsdown": "^0.
|
90
|
+
"tsdown": "^0.13.0",
|
91
91
|
"tsx": "^4.20.3",
|
92
92
|
"typescript": "^5.8.3",
|
93
|
-
"yargs": "^
|
93
|
+
"yargs": "^18.0.0"
|
94
94
|
},
|
95
95
|
"engines": {
|
96
96
|
"node": ">=18.19.0"
|
package/types.ts
CHANGED
@@ -29,9 +29,10 @@ export interface SteelPath {
|
|
29
29
|
rotation: SteelPathOffering[];
|
30
30
|
evergreen: SteelPathOffering[];
|
31
31
|
}
|
32
|
-
|
32
|
+
|
33
|
+
export interface SteelPathOffering {
|
33
34
|
name: string;
|
34
|
-
cost:
|
35
|
+
cost: number;
|
35
36
|
}
|
36
37
|
|
37
38
|
export interface SynthesisTarget {
|