chore(release): release v0.65.4 #664

Merged
webstreamr merged 1 commit from release-please--branches--main--components--webstreamr into main 2026-01-16 13:23:59 +00:00
5 changed files with 13 additions and 5 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.65.3"
".": "0.65.4"
}

View file

@ -1,5 +1,13 @@
# Changelog
## [0.65.4](https://github.com/webstreamr/webstreamr/compare/v0.65.3...v0.65.4) (2026-01-16)
### Miscellaneous Chores
* extract HubDrive handling into own extractor re-using HubCloud for better caching, increase both TTLs ([986db2c](https://github.com/webstreamr/webstreamr/commit/986db2cc670dba5ce5c01e69d280803140bda24d))
* **extractor:** simplify cache expiration handling ([507b960](https://github.com/webstreamr/webstreamr/commit/507b96014c8cce1ebf4f836f084e6ce3af67acfb))
## [0.65.3](https://github.com/webstreamr/webstreamr/compare/v0.65.2...v0.65.3) (2026-01-16)

4
package-lock.json generated
View file

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