Update package version to 2025.0.3, refine TypeScript dependencies, enhance tsconfig.json includes, and modify RtmpPush class to accept streamKey and capabilities in start method. Improve integration tests for process lifecycle and URI construction.

This commit is contained in:
2025-08-18 18:56:15 -04:00
parent 46adfe4887
commit cca92f9dc4
5 changed files with 173 additions and 227 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@techniker-me/rtmp-push",
"version": "2025.0.2",
"version": "2025.0.3",
"description": "A TypeScript library for pushing media streams to RTMP servers using FFmpeg",
"main": "dist/node/index.js",
"module": "src/index.ts",
@@ -21,11 +21,11 @@
"devDependencies": {
"@types/bun": "latest",
"@types/node": "20.0.0",
"prettier": "^3.0.0",
"typescript": "^5.0.0"
"prettier": "3.6.2",
"typescript": "5.9.2"
},
"peerDependencies": {
"typescript": "^5"
"typescript": "5.9.2"
},
"exports": {
".": {