chore: update PE+
All checks were successful
Build / build (pull_request) Successful in 4m39s

This commit is contained in:
Sainan 2025-10-16 19:04:47 +02:00
parent 7d3915fe05
commit a4db44e160
3 changed files with 7 additions and 6 deletions

8
package-lock.json generated
View File

@ -18,7 +18,7 @@
"morgan": "^1.10.0",
"ncp": "^2.0.0",
"undici": "^7.10.0",
"warframe-public-export-plus": "^0.5.90",
"warframe-public-export-plus": "^0.5.91",
"warframe-riven-info": "^0.1.2",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",
@ -5534,9 +5534,9 @@
}
},
"node_modules/warframe-public-export-plus": {
"version": "0.5.90",
"resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.90.tgz",
"integrity": "sha512-PzYFJ+qOZawPOVx9+hGlOosGdqSJMSRL6c1z3CCXMiY5SEHUs7p9JIMjkqnvg1g7vflVWnyG6E5/2gYkQs0d7w=="
"version": "0.5.91",
"resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.91.tgz",
"integrity": "sha512-xp8rq/dvFC6+urb6vVFRtAmm1v0iE/ZALI3uVGBpblsVB/PWmGxjBBp8l00dCZs67JsqEKcrCcogKwtKTwDc1w=="
},
"node_modules/warframe-riven-info": {
"version": "0.1.2",

View File

@ -36,7 +36,7 @@
"morgan": "^1.10.0",
"ncp": "^2.0.0",
"undici": "^7.10.0",
"warframe-public-export-plus": "^0.5.90",
"warframe-public-export-plus": "^0.5.91",
"warframe-riven-info": "^0.1.2",
"winston": "^3.17.0",
"winston-daily-rotate-file": "^5.0.0",

View File

@ -81,7 +81,8 @@ export const getRecipe = (uniqueName: string): IRecipe | undefined => {
ItemCount: 600
}
],
excludeFromMarket: true
excludeFromMarket: true,
tradable: false
};
}