@edirect/audit-nestjs
Advanced tools
Comparing version 1.5.18 to 1.5.19
@@ -5,2 +5,4 @@ # Changelog | ||
## [1.5.19](https://bitbucket.org/gofrank/audit-service-nodejs/compare/v1.5.18...v1.5.19) (2023-09-22) | ||
## [1.5.18](https://bitbucket.org/gofrank/audit-service-nodejs/compare/v1.5.17...v1.5.18) (2023-09-19) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@edirect/audit-nestjs", | ||
"version": "1.5.18", | ||
"version": "1.5.19", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "@nestjs/common": "^10.2.5", |
@@ -23,2 +23,3 @@ "use strict"; | ||
instrumentation: this.options.instrumentation ?? [], | ||
disabled: this.options.disabled, | ||
}); | ||
@@ -25,0 +26,0 @@ } |
@@ -10,2 +10,3 @@ import { Exporter, Middleware } from '@edirect/audit-domain'; | ||
sessionId?: (request: Request) => string | undefined; | ||
disabled?: boolean; | ||
}; |
Sorry, the diff of this file is not supported yet
9908
101