chore(release): release v0.58.7 #557
5 changed files with 23 additions and 5 deletions
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
".": "0.58.6"
|
||||
".": "0.58.7"
|
||||
}
|
||||
|
|
|
|||
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -1,5 +1,23 @@
|
|||
# Changelog
|
||||
|
||||
## [0.58.7](https://github.com/webstreamr/webstreamr/compare/v0.58.6...v0.58.7) (2025-12-06)
|
||||
|
||||
|
||||
### Miscellaneous Chores
|
||||
|
||||
* **extractor:** add kinoger.ru support to VOE ([50c5d3a](https://github.com/webstreamr/webstreamr/commit/50c5d3a1cd764086573c7c851595245c2f551140))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **source:** return all KinoGer domains, fixes VOE results ([cf0be47](https://github.com/webstreamr/webstreamr/commit/cf0be4712e0b8f718e9b23910ebbcab65d825130))
|
||||
* **source:** update MegaKino domain ([0f7bc7c](https://github.com/webstreamr/webstreamr/commit/0f7bc7c07f11e188cfd1d372e02d8cef18f32573))
|
||||
|
||||
|
||||
### Reverts
|
||||
|
||||
* fix(source): remove KinoGer ([8dae887](https://github.com/webstreamr/webstreamr/commit/8dae887ecab9c45fa5ac7419019d91459a15bfbb))
|
||||
|
||||
## [0.58.6](https://github.com/webstreamr/webstreamr/compare/v0.58.5...v0.58.6) (2025-12-04)
|
||||
|
||||
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "webstreamr",
|
||||
"version": "0.58.6",
|
||||
"version": "0.58.7",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "webstreamr",
|
||||
"version": "0.58.6",
|
||||
"version": "0.58.7",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@keyv/sqlite": "^4.0.5",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "webstreamr",
|
||||
"description": "Provides HTTP URLs from streaming websites.",
|
||||
"version": "0.58.6",
|
||||
"version": "0.58.7",
|
||||
"type": "commonjs",
|
||||
"scripts": {
|
||||
"analyse": "tsc --noEmit --project ./tsconfig.dev.json",
|
||||
|
|
|
|||
|
|
@ -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.58.6', // x-release-please-version
|
||||
version: '0.58.7', // 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: [
|
||||
|
|
|
|||
Loading…
Reference in a new issue