blue-button-record
Advanced tools
Comparing version 1.2.0 to 1.3.0-beta.1
23
index.js
@@ -12,2 +12,4 @@ "use strict"; | ||
var account_history = require('./lib/history'); | ||
var pim = require('./lib/pim'); | ||
@@ -151,1 +153,22 @@ | ||
}; | ||
//Account History Methods | ||
exports.saveEvent = function (eventName, username, note, file, callback) { | ||
account_history.saveEvent(eventName, username, note, file, callback); | ||
}; | ||
exports.getFullEventName = function (eventName, callback) { | ||
account_history.getFullEventName(eventName, callback); | ||
}; | ||
exports.getAllEvents = function (callback) { | ||
account_history.allEventsInOrder(callback); | ||
}; | ||
exports.getRecentLogin = function (callback) { | ||
account_history.lastLogin(callback); | ||
}; | ||
exports.getRecentUpdate = function (callback) { | ||
account_history.lastUpdate(callback); | ||
}; |
@@ -5,3 +5,3 @@ { | ||
"description": "Master Health Record and Data Reconciliation Engine Persistance Layer", | ||
"version": "1.2.0", | ||
"version": "1.3.0-beta.1", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
376085
37
5079
2