@emartech/json-logger
Advanced tools
Comparing version 1.0.3 to 1.1.0
{ | ||
"name": "@emartech/json-logger", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Simple json logger middleware with namespaces", | ||
@@ -41,3 +41,3 @@ "main": "index.js", | ||
"chalk": "2.1.0", | ||
"continuation-local-storage": "3.2.0", | ||
"cls-hooked": "4.2.2", | ||
"event-stream": "3.3.2" | ||
@@ -44,0 +44,0 @@ }, |
'use strict'; | ||
const continuationLocalStorage = require('continuation-local-storage'); | ||
const continuationLocalStorage = require('cls-hooked'); | ||
@@ -5,0 +5,0 @@ class ContextMiddlewareFactory { |
'use strict'; | ||
let config = require('../config'); | ||
const continuationLocalStorage = require('continuation-local-storage'); | ||
const continuationLocalStorage = require('cls-hooked'); | ||
@@ -6,0 +6,0 @@ |
11588
+ Addedcls-hooked@4.2.2
+ Addedasync-hook-jl@1.7.6(transitive)
+ Addedcls-hooked@4.2.2(transitive)
+ Addedstack-chain@1.3.7(transitive)
- Removedcontinuation-local-storage@3.2.0
- Removedasync-listener@0.6.10(transitive)
- Removedcontinuation-local-storage@3.2.0(transitive)