diff --git a/libs/components/package.json b/libs/components/package.json index f08ff07..3f31cf4 100644 --- a/libs/components/package.json +++ b/libs/components/package.json @@ -1,6 +1,6 @@ { "name": "@shiftcode/ngx-components", - "version": "8.0.0", + "version": "9.0.0-pr46.0", "repository": "https://github.com/shiftcode/sc-ng-commons-public", "license": "MIT", "author": "shiftcode GmbH ", @@ -25,7 +25,7 @@ "@angular/forms": "^19.0.0", "@angular/router": "^19.0.0", "@shiftcode/logger": "^3.0.0", - "@shiftcode/ngx-core": "^8.0.0 || ^8.0.0-pr12", + "@shiftcode/ngx-core": "^9.0.0 || ^9.0.0-pr46", "rxjs": "^6.5.3 || ^7.4.0" } } diff --git a/libs/core/package.json b/libs/core/package.json index 4febd79..f823312 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -1,6 +1,6 @@ { "name": "@shiftcode/ngx-core", - "version": "8.0.0", + "version": "9.0.0-pr46.1", "repository": "https://github.com/shiftcode/sc-ng-commons-public", "license": "MIT", "author": "shiftcode GmbH ", diff --git a/libs/core/src/lib/logger/cloudwatch/cloud-watch-log-transport-config.model.ts b/libs/core/src/lib/logger/cloudwatch/cloud-watch-log-transport-config.model.ts index 61f6254..7714ec9 100644 --- a/libs/core/src/lib/logger/cloudwatch/cloud-watch-log-transport-config.model.ts +++ b/libs/core/src/lib/logger/cloudwatch/cloud-watch-log-transport-config.model.ts @@ -2,7 +2,6 @@ import { LogLevel } from '@shiftcode/logger' export interface CloudWatchLogTransportConfig { logLevel: LogLevel - logGroupName: string logApiUrl: string createLogStreamApiUrl: string jsonStringifyReplacer?: (key: string, value: any) => any diff --git a/libs/core/src/lib/logger/cloudwatch/cloud-watch.service.ts b/libs/core/src/lib/logger/cloudwatch/cloud-watch.service.ts index 3907491..ed1cd2c 100644 --- a/libs/core/src/lib/logger/cloudwatch/cloud-watch.service.ts +++ b/libs/core/src/lib/logger/cloudwatch/cloud-watch.service.ts @@ -89,7 +89,6 @@ export class CloudWatchService { private readonly createLogStream = (): Observable => { const logStream = { - logGroupName: this.config.logGroupName, logStreamName: this.clientId, } return this.httpClient