chore(release): release v0.41.2 #257

Merged
webstreamr merged 1 commit from release-please--branches--main--components--webstreamr into main 2025-08-05 13:04:30 +00:00
5 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.41.1"
".": "0.41.2"
}

View file

@ -1,5 +1,12 @@
# Changelog
## [0.41.2](https://github.com/webstreamr/webstreamr/compare/v0.41.1...v0.41.2) (2025-08-05)
### Bug Fixes
* do not use special queue config for health check ([dbe27c2](https://github.com/webstreamr/webstreamr/commit/dbe27c29dab5165f86828f0d898c4cc916369aa4))
## [0.41.1](https://github.com/webstreamr/webstreamr/compare/v0.41.0...v0.41.1) (2025-08-05)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "webstreamr",
"version": "0.41.1",
"version": "0.41.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "webstreamr",
"version": "0.41.1",
"version": "0.41.2",
"license": "MIT",
"dependencies": {
"@isaacs/ttlcache": "^1.4.1",

View file

@ -1,7 +1,7 @@
{
"name": "webstreamr",
"description": "Provides HTTP URLs from streaming websites.",
"version": "0.41.1",
"version": "0.41.2",
"type": "commonjs",
"scripts": {
"analyse": "tsc --noEmit --project ./tsconfig.dev.json",

View file

@ -10,7 +10,7 @@ const typedEntries = <T extends object>(obj: T): [keyof T, T[keyof T]][] => (Obj
export const buildManifest = (sources: Source[], extractors: Extractor[], config: Config): CustomManifest => {
const manifest: CustomManifest = {
id: envGetAppId(),
version: '0.41.1', // x-release-please-version
version: '0.41.2', // x-release-please-version
name: envGetAppName(),
description: 'Provides HTTP URLs from streaming websites. Configure add-on for additional languages. Add MediaFlow proxy for more URLs.',
resources: [