@emigrate/cli
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -14,3 +14,3 @@ import { black, blueBright, bold, cyan, dim, faint, gray, green, red, redBright, yellow } from 'ansis'; | ||
const getTitle = ({ command, version, dry, cwd }) => { | ||
return `${black.bgBlueBright(' Emigrate ').trim()} ${blueBright.bold(command)} ${blueBright(`v${version}`)} ${gray(cwd)}${dry ? yellow ` (dry run)` : ''}`; | ||
return `${black.bgBlueBright ` Emigrate `.trim()} ${blueBright.bold(command)} ${blueBright `v${version}`} ${gray(cwd)}${dry ? yellow ` (dry run)` : ''}`; | ||
}; | ||
@@ -68,3 +68,3 @@ const getMigrationStatus = (migration, activeMigration) => { | ||
if ('status' in migration) { | ||
parts.push(gray(`(${migration.status})`)); | ||
parts.push(gray `(${migration.status})`); | ||
} | ||
@@ -71,0 +71,0 @@ else if (migration.name === activeMigration?.name) { |
{ | ||
"name": "@emigrate/cli", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"publishConfig": { | ||
@@ -39,3 +39,3 @@ "access": "public" | ||
"dependencies": { | ||
"ansis": "2.0.2", | ||
"ansis": "2.0.3", | ||
"cosmiconfig": "8.3.6", | ||
@@ -48,3 +48,3 @@ "elegant-spinner": "3.0.0", | ||
"serialize-error": "11.0.3", | ||
"@emigrate/plugin-tools": "0.9.0", | ||
"@emigrate/plugin-tools": "0.9.1", | ||
"@emigrate/types": "0.9.0" | ||
@@ -51,0 +51,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
199709
+ Added@emigrate/plugin-tools@0.9.1(transitive)
+ Addedansis@2.0.3(transitive)
- Removed@emigrate/plugin-tools@0.9.0(transitive)
- Removedansis@2.0.2(transitive)
Updated@emigrate/plugin-tools@0.9.1
Updatedansis@2.0.3