chore(release): release v0.46.2

This commit is contained in:
webstreamr 2025-09-04 09:42:40 +02:00
parent ad7e480213
commit 4c0b2e8cb0
5 changed files with 23 additions and 5 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.46.1"
".": "0.46.2"
}

View file

@ -1,5 +1,23 @@
# Changelog
## [0.46.2](https://github.com/webstreamr/webstreamr/compare/v0.46.1...v0.46.2) (2025-09-04)
### Miscellaneous Chores
* **deps:** update actions/setup-node action to v5 ([#320](https://github.com/webstreamr/webstreamr/issues/320)) ([139cb64](https://github.com/webstreamr/webstreamr/commit/139cb64ca54911691eee95002a3ab1994bcb8c15))
### Bug Fixes
* **extractor:** remove non-working VidSrc pm TLD ([ad7e480](https://github.com/webstreamr/webstreamr/commit/ad7e4802132dd2e6a143a1a3137d7f4bd17150f2))
* **source:** VixSrc is not an English source ([4002301](https://github.com/webstreamr/webstreamr/commit/4002301fa62e6b89d9f38015e06505ee59cf4abf))
### Code Refactoring
* simplify passing around meta ([cfcf81b](https://github.com/webstreamr/webstreamr/commit/cfcf81b665357afb559afe569ef719f943438d48))
## [0.46.1](https://github.com/webstreamr/webstreamr/compare/v0.46.0...v0.46.1) (2025-09-03)

4
package-lock.json generated
View file

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