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:
@@ -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": {
|
||||
".": {
|
||||
|
||||
Reference in New Issue
Block a user