json-logger-service
Advanced tools
Comparing version 8.0.4 to 8.0.6
@@ -0,0 +0,0 @@ export * from './src/JsonLogger'; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
export {}; |
@@ -0,0 +0,0 @@ "use strict"; |
export interface CustomContextBuilderInterface { | ||
buildCustomContext(): any; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=CustomContextBuilder.interface.js.map |
@@ -0,0 +0,0 @@ import * as Logger from 'bunyan'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { LoggerService } from '@nestjs/common'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { JsonLogger } from './JsonLogger'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { RequestLoggerOptions } from './RequestLoggerOptions'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { JsonLogger } from './JsonLogger'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "json-logger-service", | ||
"version": "8.0.4", | ||
"version": "8.0.6", | ||
"description": "Nest Json LoggerService implementation.", | ||
@@ -12,11 +12,11 @@ "main": "dist/index", | ||
"clean": "rimraf ./dist ./coverage", | ||
"eslint": "npx eslint 'spec/**/*.ts' 'src/**/*.ts'", | ||
"eslint:fix": "npx eslint 'spec/**/*.ts' 'src/**/*.ts' --fix", | ||
"eslint": "npx eslint \"spec/**/*.ts\" \"src/**/*.ts\"", | ||
"eslint:fix": "npx eslint \"spec/**/*.ts\" \"src/**/*.ts\" --fix", | ||
"ts": "tsc", | ||
"ts:watch": "tsc -w", | ||
"test": "jest --coverage", | ||
"build": "npm run clean; npm run ts", | ||
"build": "npm run clean && npm run ts", | ||
"prepublishOnly": "npm run build", | ||
"prets": "npm run clean; npm run eslint", | ||
"prets:watch": "npm run clean; npm run eslint:fix" | ||
"prets": "npm run clean && npm run eslint", | ||
"prets:watch": "npm run clean && npm run eslint:fix" | ||
}, | ||
@@ -47,17 +47,17 @@ "repository": { | ||
"devDependencies": { | ||
"@types/jest": "^27.4.0", | ||
"@types/node": "^14.14.16", | ||
"@types/supertest": "^2.0.11", | ||
"@typescript-eslint/eslint-plugin": "^5.10.1", | ||
"@typescript-eslint/parser": "^5.10.1", | ||
"eslint": "^8.7.0", | ||
"eslint-plugin-jsdoc": "^37.6.3", | ||
"@types/jest": "^29.1.2", | ||
"@types/node": "^16.11.66", | ||
"@types/supertest": "^2.0.12", | ||
"@typescript-eslint/eslint-plugin": "^5.40.1", | ||
"@typescript-eslint/parser": "^5.40.1", | ||
"eslint": "^8.25.0", | ||
"eslint-plugin-jsdoc": "^39.3.12", | ||
"eslint-plugin-no-null": "^1.0.2", | ||
"eslint-plugin-prefer-arrow": "^1.2.3", | ||
"jest": "^27.4.0", | ||
"jest": "^29.0.3", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^27.1.0", | ||
"ts-jest": "^29.0.3", | ||
"ts-mockito": "^2.6.1", | ||
"typescript": "^4.5.5" | ||
"typescript": "^4.8.4" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # json-logger-service |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45401
492