@edirect/audit-nestjs
Advanced tools
Comparing version 1.5.5 to 1.5.6
@@ -5,2 +5,4 @@ # Changelog | ||
## [1.5.6](https://bitbucket.org/gofrank/audit-service-nodejs/compare/v1.5.5...v1.5.6) (2023-08-25) | ||
## [1.5.5](https://bitbucket.org/gofrank/audit-service-nodejs/compare/v1.5.4...v1.5.5) (2023-08-18) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@edirect/audit-nestjs", | ||
"version": "1.5.5", | ||
"version": "1.5.6", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "@nestjs/common": "^9.4.3", |
@@ -20,2 +20,3 @@ "use strict"; | ||
domain: this.options.domain, | ||
tenant: this.options.tenant, | ||
}); | ||
@@ -22,0 +23,0 @@ if (this.options.sessionId) { |
@@ -7,4 +7,5 @@ import { Exporter, Middleware } from '@edirect/audit-domain'; | ||
domain: string; | ||
tenant: string; | ||
instrumentation?: Middleware[]; | ||
sessionId?: (request: Request) => string | undefined; | ||
}; |
Sorry, the diff of this file is not supported yet
8415
101