Compare commits

..

No commits in common. "release-please--branches--main--components--webstreamr" and "main" have entirely different histories.

5 changed files with 5 additions and 12 deletions

View file

@ -1,3 +1,3 @@
{ {
".": "0.69.2" ".": "0.69.1"
} }

View file

@ -1,12 +1,5 @@
# Changelog # Changelog
## [0.69.2](https://github.com/webstreamr/webstreamr/compare/v0.69.1...v0.69.2) (2026-03-27)
### Documentation
* mention PixelServer / pixeldrain limits ([720c9bb](https://github.com/webstreamr/webstreamr/commit/720c9bb651a7a06a62f5f3636099b5cfb7506bcb))
## [0.69.1](https://github.com/webstreamr/webstreamr/compare/v0.69.0...v0.69.1) (2026-03-27) ## [0.69.1](https://github.com/webstreamr/webstreamr/compare/v0.69.0...v0.69.1) (2026-03-27)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "webstreamr", "name": "webstreamr",
"version": "0.69.2", "version": "0.69.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "webstreamr", "name": "webstreamr",
"version": "0.69.2", "version": "0.69.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@keyv/sqlite": "^4.0.5", "@keyv/sqlite": "^4.0.5",

View file

@ -1,7 +1,7 @@
{ {
"name": "webstreamr", "name": "webstreamr",
"description": "Provides HTTP URLs from streaming websites.", "description": "Provides HTTP URLs from streaming websites.",
"version": "0.69.2", "version": "0.69.1",
"type": "commonjs", "type": "commonjs",
"scripts": { "scripts": {
"analyse": "tsc --noEmit --project ./tsconfig.dev.json", "analyse": "tsc --noEmit --project ./tsconfig.dev.json",

View file

@ -16,7 +16,7 @@ const typedEntries = <T extends object>(obj: T): [keyof T, T[keyof T]][] => (Obj
export const buildManifest = (sources: Source[], extractors: Extractor[], config: Config): CustomManifest => { export const buildManifest = (sources: Source[], extractors: Extractor[], config: Config): CustomManifest => {
const manifest: CustomManifest = { const manifest: CustomManifest = {
id: envGetAppId(), id: envGetAppId(),
version: '0.69.2', // x-release-please-version version: '0.69.1', // x-release-please-version
name: envGetAppName(), name: envGetAppName(),
description: 'Provides HTTP URLs from streaming websites. Configure add-on for additional languages. Add MediaFlow proxy for more URLs.', description: 'Provides HTTP URLs from streaming websites. Configure add-on for additional languages. Add MediaFlow proxy for more URLs.',
resources: [ resources: [