@codefresh-io/audit
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -28,2 +28,3 @@ /* eslint class-methods-use-this: 0 */ | ||
ip: _.get(auditData, 'metainfo.ip'), | ||
loggedInByAdmin: _.get(auditData, 'metainfo.loggedInByAdmin'), | ||
}; | ||
@@ -30,0 +31,0 @@ return auditDal.store(audit); |
@@ -21,2 +21,3 @@ module.exports = function (sequelize, DataTypes) { | ||
ip: DataTypes.STRING, | ||
loggedInByAdmin: DataTypes.STRING, | ||
}, { | ||
@@ -23,0 +24,0 @@ timestamps: false, |
{ | ||
"name": "@codefresh-io/audit", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Receive and collect audit logs", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
593
203300