worldstate-emitter 2.2.9 → 2.2.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "worldstate-emitter",
3
- "version": "2.2.9",
3
+ "version": "2.2.10",
4
4
  "description": "Event emitter for worldstate & other warframe events",
5
5
  "keywords": [
6
6
  "warframe",
@@ -43,7 +43,7 @@ export default class WSCache {
43
43
  try {
44
44
  deps.kuvaData = JSON.parse(await this.#kuvaCache.get());
45
45
  } catch (err) {
46
- logger.warn(`Error parsing kuva data for ${this.#language}: ${err}`);
46
+ logger.debug(`Error parsing kuva data for ${this.#language}: ${err}`);
47
47
  }
48
48
  try {
49
49
  deps.sentientData = JSON.parse(await this.#sentientCache.get());