timer-logs
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -146,3 +146,4 @@ "use strict"; | ||
loggerName: this.config.loggerName, | ||
uniqueId: this.uniqueId | ||
uniqueId: this.uniqueId, | ||
timestamp: new Date().toUTCString(), | ||
}; | ||
@@ -149,0 +150,0 @@ details.forEach((value, key) => { |
@@ -309,3 +309,4 @@ import * as crypto from 'crypto' | ||
loggerName: this.config.loggerName, | ||
uniqueId: this.uniqueId | ||
uniqueId: this.uniqueId, | ||
timestamp: new Date().toUTCString(), | ||
} | ||
@@ -312,0 +313,0 @@ details.forEach((value, key) => { |
{ | ||
"name": "timer-logs", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "@types/node": "^15.00.0" |
Sorry, the diff of this file is not supported yet
57567
1084