pokemon-io-core 0.0.137 → 0.0.139

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