@wfcd/relics 2.0.7 → 2.0.8

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -232,4 +232,4 @@ declare class VersionManager {
232
232
  writeVersion(timestamp: number): Promise<void>;
233
233
  }
234
234
 
235
- export { Generator, TitaniaRelic, TitaniaRelicLocation, TitaniaRelicReward, TitaniaRelicRewardItem, TitaniaRelicVaultedInfo, TitaniaWFMInfo, VersionManager, WFCDItem, WFCDItemDropLocation, WFCDRelic, WFCDRelicReward, WarframeMarketItem, WarframeMarketRoot };
235
+ export { Generator, type TitaniaRelic, type TitaniaRelicLocation, type TitaniaRelicReward, type TitaniaRelicRewardItem, type TitaniaRelicVaultedInfo, type TitaniaWFMInfo, VersionManager, type WFCDItem, type WFCDItemDropLocation, type WFCDRelic, type WFCDRelicReward, type WarframeMarketItem, type WarframeMarketRoot };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wfcd/relics",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "Relic Data for Warframe",
5
5
  "main": "dist/index.js",
6
6
  "files": [