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:
@@ -26,6 +26,6 @@
|
||||
"noUnusedParameters": false,
|
||||
"noPropertyAccessFromIndexSignature": false
|
||||
},
|
||||
"include": ["src"],
|
||||
"include": ["src", "tests/RtmpPush.integration.test.ts", "tests/RtmpPush.test.ts"],
|
||||
"exclude": ["test", "dist", "node_modules"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user