chore(release): release v0.54.1 (#415)

This commit is contained in:
webstreamr 2025-10-06 20:56:39 +02:00 committed by GitHub
parent d0958e8771
commit a54ae2b151
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 18 additions and 5 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.54.0"
".": "0.54.1"
}

View file

@ -1,5 +1,18 @@
# Changelog
## [0.54.1](https://github.com/webstreamr/webstreamr/compare/v0.54.0...v0.54.1) (2025-10-06)
### Miscellaneous Chores
* **deps:** update dependency cacheable to v2.1.0 ([#413](https://github.com/webstreamr/webstreamr/issues/413)) ([c19d46f](https://github.com/webstreamr/webstreamr/commit/c19d46f406b8f8b920da4ec1b3929f5e9d9a848b))
* **deps:** update dependency typescript-eslint to v8.46.0 ([#414](https://github.com/webstreamr/webstreamr/issues/414)) ([8b4aef9](https://github.com/webstreamr/webstreamr/commit/8b4aef94be8710e835503dc103979eee8dc1eb51))
### Bug Fixes
* **extractor:** handle another LuluStream file not found case ([d0958e8](https://github.com/webstreamr/webstreamr/commit/d0958e87714e3577f6e47cca2086806567ffaf8c))
## [0.54.0](https://github.com/webstreamr/webstreamr/compare/v0.53.7...v0.54.0) (2025-10-06)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "webstreamr",
"version": "0.54.0",
"version": "0.54.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "webstreamr",
"version": "0.54.0",
"version": "0.54.1",
"license": "MIT",
"dependencies": {
"@keyv/sqlite": "^4.0.5",

View file

@ -1,7 +1,7 @@
{
"name": "webstreamr",
"description": "Provides HTTP URLs from streaming websites.",
"version": "0.54.0",
"version": "0.54.1",
"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.54.0', // x-release-please-version
version: '0.54.1', // 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: [