chore(release): release v0.31.0 (#171)

This commit is contained in:
webstreamr 2025-06-25 00:53:04 +02:00 committed by GitHub
parent 412e89b690
commit ac6eccc58a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 24 additions and 5 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.30.2"
".": "0.31.0"
}

View file

@ -1,5 +1,24 @@
# Changelog
## [0.31.0](https://github.com/webstreamr/webstreamr/compare/v0.30.2...v0.31.0) (2025-06-24)
### Features
* **extractor:** implement VixSrc via MediaFlow Proxy ([f12e3c5](https://github.com/webstreamr/webstreamr/commit/f12e3c5bd823432faa500a76cb6c2c4431bd6f7f))
* pre-load ElfHosted MediaFlow Proxy config URL ([9e22420](https://github.com/webstreamr/webstreamr/commit/9e2242093c32c6e6537e32e52fae7f7f97996f17))
### Bug Fixes
* support password-less MediaFlow Proxy ([39dec26](https://github.com/webstreamr/webstreamr/commit/39dec2645007be92e99872c3efe60573b22908aa))
* typo/grammar mistake in includeExternalUrls config option ([412e89b](https://github.com/webstreamr/webstreamr/commit/412e89b69048e80e7eefacfc8265a626417e576b))
### Code Refactoring
* pass Context instead of Config to MFP helper ([7ea5722](https://github.com/webstreamr/webstreamr/commit/7ea57222d95915478cd1c2713c3f9ef27ea24a0f))
## [0.30.2](https://github.com/webstreamr/webstreamr/compare/v0.30.1...v0.30.2) (2025-06-24)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "webstreamr",
"version": "0.30.2",
"version": "0.31.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "webstreamr",
"version": "0.30.2",
"version": "0.31.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.30.2",
"version": "0.31.0",
"type": "commonjs",
"scripts": {
"analyse": "tsc --noEmit --project ./tsconfig.dev.json",

View file

@ -8,7 +8,7 @@ const typedEntries = <T extends object>(obj: T): [keyof T, T[keyof T]][] => (Obj
export const buildManifest = (sources: Source[], config: Config): ManifestWithConfig => {
const manifest: ManifestWithConfig = {
id: envGetAppId(),
version: '0.30.2', // x-release-please-version
version: '0.31.0', // x-release-please-version
name: envGetAppName(),
description: 'Provides HTTP URLs from streaming websites.',
resources: [