@codefresh-io/audit
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -25,3 +25,4 @@ /* eslint class-methods-use-this: 0 */ | ||
createdAt: new Date(), | ||
correlationId: _.get(auditData, 'metainfo.correlationId') | ||
correlationId: _.get(auditData, 'metainfo.correlationId'), | ||
ip: _.get(auditData, 'metainfo.ip'), | ||
}; | ||
@@ -28,0 +29,0 @@ return auditDal.store(audit); |
{ | ||
"name": "@codefresh-io/audit", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Receive and collect audit logs", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
202626
574