@bluecadet/bcdb
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -50,3 +50,3 @@ const fs = require('fs'); | ||
type: 'input', | ||
query: `${chalk.cyan('Pantheon site name: YOU LOCAL')}`, | ||
query: `${chalk.cyan('Pantheon site name:')}`, | ||
handle: 'pantheon_site' | ||
@@ -53,0 +53,0 @@ }, |
@@ -83,3 +83,3 @@ const utils = require('./utils.js'); | ||
command = command.replace('{executable}', 'mysql --socket=' + CONNECTION_OPTS.socketPath); | ||
command = command.replace('{executable}', '/Applications/MAMP/Library/bin/mysql'); | ||
command = command.replace('{username}', PROJECT_CONFIG.localDatabase.user); | ||
@@ -86,0 +86,0 @@ command = command.replace('{password}', PROJECT_CONFIG.localDatabase.pass); |
{ | ||
"name": "@bluecadet/bcdb", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "", | ||
"bugs": { | ||
"url" : "https://github.com/bluecadet/bcdb/issues" | ||
"url": "https://github.com/bluecadet/bcdb/issues" | ||
}, | ||
@@ -21,4 +21,4 @@ "repository": "github:bluecadet/bcdb", | ||
"chalk": "^2.4.2", | ||
"fs-extra": "^7.0.1", | ||
"mysql": "^2.16.0", | ||
"fs-extra": "^8.1.0", | ||
"mysql": "^2.17.1", | ||
"node-cmd": "^3.0.0", | ||
@@ -28,5 +28,5 @@ "qoa": "^0.2.0", | ||
"rsync": "^0.6.1", | ||
"yargs": "^13.2.2", | ||
"yargs": "^14.0.0", | ||
"zlib": "^1.0.5" | ||
} | ||
} |
16979
+ Addedfs-extra@8.1.0(transitive)
+ Addedyargs@14.2.3(transitive)
+ Addedyargs-parser@15.0.3(transitive)
- Removedfs-extra@7.0.1(transitive)
- Removedyargs@13.3.2(transitive)
- Removedyargs-parser@13.1.2(transitive)
Updatedfs-extra@^8.1.0
Updatedmysql@^2.17.1
Updatedyargs@^14.0.0