@zaneray/express-logging
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "@zaneray/express-logging", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Seller of the Product", | ||
@@ -12,6 +12,7 @@ "author": "The ZaneRay Group", | ||
"dependencies": { | ||
"@google-cloud/logging-winston": "^4.0.1", | ||
"winston": "^3.3.3" | ||
"@google-cloud/logging-winston": "^4.1.0", | ||
"winston": "^3.3.3", | ||
"yarn": "^1.22.10" | ||
}, | ||
"devDependencies": {} | ||
} |
@@ -23,1 +23,5 @@ const logging = require("../lib/logging.js"); | ||
} | ||
var a = []; | ||
for (var i=0;i<20;i++) { | ||
a.push(logging.create()); | ||
} |
Sorry, the diff of this file is not supported yet
46673
11
156
3
+ Addedyarn@^1.22.10
+ Addedyarn@1.22.22(transitive)