chore(release): release v0.41.8 #270

Merged
webstreamr merged 1 commit from release-please--branches--main--components--webstreamr into main 2025-08-12 12:44:22 +00:00
5 changed files with 17 additions and 5 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.41.7"
".": "0.41.8"
}

View file

@ -1,5 +1,17 @@
# Changelog
## [0.41.8](https://github.com/webstreamr/webstreamr/compare/v0.41.7...v0.41.8) (2025-08-12)
### Miscellaneous Chores
* **deps:** update dependency typescript-eslint to v8.39.1 ([#269](https://github.com/webstreamr/webstreamr/issues/269)) ([ec8c35a](https://github.com/webstreamr/webstreamr/commit/ec8c35af180635db4e045d693f446681cbe48551))
### Bug Fixes
* **source:** bring back PrimeWire 🎉 ([617ae77](https://github.com/webstreamr/webstreamr/commit/617ae77825a02b4d7427ec7644822e7afd1d5e47))
## [0.41.7](https://github.com/webstreamr/webstreamr/compare/v0.41.6...v0.41.7) (2025-08-11)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "webstreamr",
"version": "0.41.7",
"version": "0.41.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "webstreamr",
"version": "0.41.7",
"version": "0.41.8",
"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.7",
"version": "0.41.8",
"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.7', // x-release-please-version
version: '0.41.8', // 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: [