@wfcd/items 1.1274.71 → 1.1274.72
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/eslint.config.ts +1 -0
- package/index.d.ts +3 -1
- package/package.json +2 -2
package/eslint.config.ts
CHANGED
package/index.d.ts
CHANGED
|
@@ -249,14 +249,16 @@ declare module '@wfcd/items' {
|
|
|
249
249
|
attacks?: Attack[];
|
|
250
250
|
maxLevelCap?: number;
|
|
251
251
|
}
|
|
252
|
-
interface Arcane extends Named, Buildable, Droppable {
|
|
252
|
+
interface Arcane extends Named, Buildable, Droppable, WikiaItem {
|
|
253
253
|
category: 'Arcanes';
|
|
254
254
|
excludeFromCodex?: true;
|
|
255
255
|
imageName: string;
|
|
256
256
|
levelStats?: LevelStat[];
|
|
257
257
|
masterable: false;
|
|
258
258
|
patchlogs?: PatchLog[];
|
|
259
|
+
releaseDate?: DateString;
|
|
259
260
|
tradable: true;
|
|
261
|
+
transmutable?: boolean;
|
|
260
262
|
type: 'Arcane' | `${ArcaneType} Arcane`;
|
|
261
263
|
}
|
|
262
264
|
interface StanceMod extends Omit<Mod, 'levelStats'> {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wfcd/items",
|
|
3
|
-
"version": "1.1274.
|
|
3
|
+
"version": "1.1274.72",
|
|
4
4
|
"description": "Get all warframe items directly from Warframe's API.",
|
|
5
5
|
"homepage": "https://github.com/wfcd/warframe-items#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@types/sharp": "^0.32.0",
|
|
65
65
|
"@typescript-eslint/eslint-plugin": "^8.58.0",
|
|
66
66
|
"@typescript-eslint/parser": "^8.58.0",
|
|
67
|
-
"@wfcd/patchlogs": "^2.149.
|
|
67
|
+
"@wfcd/patchlogs": "^2.149.29",
|
|
68
68
|
"@wfcd/relics": "^2.0.29",
|
|
69
69
|
"ajv-cli": "^5.0.0",
|
|
70
70
|
"chai": "^6.0.1",
|