@xiboplayer/stats 0.1.0 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -293,7 +293,7 @@ When storage quota is exceeded, the oldest 100 submitted entries are automatical
293
293
 
294
294
  ## Integration with PWA Platform
295
295
 
296
- The stats package is integrated into the PWA platform (`platforms/pwa/src/main.ts`):
296
+ The stats package is integrated into the PWA player (`xiboplayer-pwa/src/main.ts`):
297
297
 
298
298
  ```typescript
299
299
  // Initialize stats collector
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiboplayer/stats",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Proof of play tracking, stats reporting, and CMS logging",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
@@ -9,7 +9,7 @@
9
9
  "./collector": "./src/stats-collector.js"
10
10
  },
11
11
  "dependencies": {
12
- "@xiboplayer/utils": "0.1.0"
12
+ "@xiboplayer/utils": "0.1.2"
13
13
  },
14
14
  "devDependencies": {
15
15
  "vitest": "^2.0.0",