chore(release): release v0.43.0 (#279)

This commit is contained in:
webstreamr 2025-08-15 12:37:44 +02:00 committed by GitHub
parent cfe38878d7
commit f15b00710b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 27 additions and 5 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.42.1"
".": "0.43.0"
}

View file

@ -1,5 +1,27 @@
# Changelog
## [0.43.0](https://github.com/webstreamr/webstreamr/compare/v0.42.1...v0.43.0) (2025-08-15)
### Miscellaneous Chores
* **fetcher:** allow to customize minimum cache ttl ([fe5b3af](https://github.com/webstreamr/webstreamr/commit/fe5b3af88781df8626121f367a5273bcfea629af))
### Features
* **source:** add XPrime ([cfe3887](https://github.com/webstreamr/webstreamr/commit/cfe38878d7bd9a4c09c1295ddfdc4d83842dc689))
### Code Refactoring
* **fetcher:** sort custom request init props ([2a5284d](https://github.com/webstreamr/webstreamr/commit/2a5284d5555f022ced5770127b23c924a8961607))
### Tests
* use proxy in tests ([9854d3b](https://github.com/webstreamr/webstreamr/commit/9854d3b5b6e01a09d6e10e71f3365fabc1d0c4ef))
## [0.42.1](https://github.com/webstreamr/webstreamr/compare/v0.42.0...v0.42.1) (2025-08-14)

4
package-lock.json generated
View file

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