Comparing version 0.0.19 to 0.0.20
{ | ||
"name": "@lbu/cli", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "CLI containing utilities and simple script runner", | ||
@@ -21,6 +21,6 @@ "main": "./index.js", | ||
"dependencies": { | ||
"@lbu/insight": "^0.0.19", | ||
"@lbu/stdlib": "^0.0.19", | ||
"@lbu/insight": "^0.0.20", | ||
"@lbu/stdlib": "^0.0.20", | ||
"nodemon": "2.0.4", | ||
"tape": "5.0.0" | ||
"tape": "5.0.1" | ||
}, | ||
@@ -41,3 +41,3 @@ "author": { | ||
}, | ||
"gitHead": "3bfc07c917ca2bc3fd7d8080c1f3507bcda51c31" | ||
"gitHead": "87bbba853bb050f7897c50ea291233297e2366e1" | ||
} |
@@ -15,11 +15,3 @@ import { log } from "@lbu/insight"; | ||
const mc = await newMigrateContext(sql); | ||
logger.info( | ||
getMigrationsToBeApplied(mc).map((it) => ({ | ||
namespace: it.namespace, | ||
number: it.number, | ||
repeatable: it.repeatable, | ||
fullPath: it.fullPath, | ||
isMigrated: it.isMigrated, | ||
})), | ||
); | ||
logger.info(getMigrationsToBeApplied(mc) || "No migrations to be applied"); | ||
@@ -26,0 +18,0 @@ await runMigrations(mc); |
24931
726
+ Added@lbu/insight@0.0.20(transitive)
+ Added@lbu/stdlib@0.0.20(transitive)
+ Addedtape@5.0.1(transitive)
- Removed@lbu/insight@0.0.19(transitive)
- Removed@lbu/stdlib@0.0.19(transitive)
- Removedtape@5.0.0(transitive)
Updated@lbu/insight@^0.0.20
Updated@lbu/stdlib@^0.0.20
Updatedtape@5.0.1