chore(release): release v0.38.0 #221

Merged
webstreamr merged 1 commit from release-please--branches--main--components--webstreamr into main 2025-07-18 08:20:32 +00:00
5 changed files with 17 additions and 5 deletions

View file

@ -1,3 +1,3 @@
{
".": "0.37.2"
".": "0.38.0"
}

View file

@ -1,5 +1,17 @@
# Changelog
## [0.38.0](https://github.com/webstreamr/webstreamr/compare/v0.37.2...v0.38.0) (2025-07-18)
### Features
* add health endpoint ([cd19f1c](https://github.com/webstreamr/webstreamr/commit/cd19f1c99965fafc2b7d59712b61a47fcd69c410))
### Code Refactoring
* extract context creation ([5555ba7](https://github.com/webstreamr/webstreamr/commit/5555ba70407b68680fdfe8d1c4a2a41d0e49c00e))
## [0.37.2](https://github.com/webstreamr/webstreamr/compare/v0.37.1...v0.37.2) (2025-07-17)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "webstreamr",
"version": "0.37.2",
"version": "0.38.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "webstreamr",
"version": "0.37.2",
"version": "0.38.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.37.2",
"version": "0.38.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.37.2', // x-release-please-version
version: '0.38.0', // x-release-please-version
name: envGetAppName(),
description: 'Provides HTTP URLs from streaming websites.',
resources: [