pokemon-io-core 0.0.141 → 0.0.142

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.
@@ -180,10 +180,9 @@ export function getRandomEventsForSkin(skinId) {
180
180
  switch (skinId) {
181
181
  case "pokemon":
182
182
  return [...coreEvents, ...POKEMON_RANDOM_EVENTS];
183
- case "tribes":
183
+ case "tribe":
184
184
  return [...TRIBES_RANDOM_EVENTS];
185
185
  default:
186
- // For unknown skins, return only core events
187
186
  return coreEvents;
188
187
  }
189
188
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pokemon-io-core",
3
- "version": "0.0.141",
3
+ "version": "0.0.142",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",