@zumito-team/analytics-module 0.5.0 → 0.6.0

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.
@@ -15,7 +15,7 @@ export class AnalyticsCollector {
15
15
  this.cleanupTimer = null;
16
16
  }
17
17
  repo(name) {
18
- return this.repo(name);
18
+ return this.db.getRepository(name);
19
19
  }
20
20
  // ── Event recording ──────────────────────────────────────────
21
21
  async ensuredConfig(guildId) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zumito-team/analytics-module",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
4
4
  "description": "Server analytics module with configurable tracking and optional panel integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",