hls-streamer 2.0.0 → 2.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hls-streamer",
3
- "version": "2.0.0",
3
+ "version": "2.2.0",
4
4
  "description": "Lightweight HLS streaming from MP3 files on demand, without temporary files or ffmpeg dependency",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -63,7 +63,5 @@
63
63
  "ts-jest": "^29.4.4",
64
64
  "typescript": "^5.9.2"
65
65
  },
66
- "dependencies": {
67
- "mp3-duration": "^1.1.0"
68
- }
66
+ "dependencies": {}
69
67
  }