@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 CHANGED
@@ -34,6 +34,7 @@ export default defineConfig(
34
34
  ],
35
35
  '@typescript-eslint/no-base-to-string': 'off',
36
36
  '@typescript-eslint/no-unnecessary-condition': 'off',
37
+ '@typescript-eslint/no-non-null-assertion': 'off',
37
38
  },
38
39
  },
39
40
  // Disable type checking for all JS files
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.71",
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.28",
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",