Skip to content

Commit 82f7c47

Browse files
author
RandomSeeded
committed
feat(filter-completed): expose filter-completed
Signed-off-by: RandomSeeded <[email protected]>
1 parent dc56255 commit 82f7c47

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "db-migrate-shared",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"description": "Shared resources of db-migrate for drivers and also used internally.",
55
"main": "index.js",
66
"scripts": {

util.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ function filterCompleted(allMigrations, completedMigrations) {
4545
return !hasRun;
4646
});
4747
}
48+
exports.filterCompleted = filterCompleted;
4849

4950
exports.filterUp = function(allMigrations, completedMigrations, destination, count) {
5051

0 commit comments

Comments
 (0)