Comparing version 1.0.7 to 1.0.8
@@ -40,3 +40,3 @@ // Bluecat client command line tool | ||
Inquirer.prompt( questions, function( answers ) { | ||
Inquirer.prompt(questions).then(function(answers) { | ||
// console.log( JSON.stringify(answers, null, ' ') ); | ||
@@ -43,0 +43,0 @@ |
exports.ServiceSync = require('./service.gen.sync'); | ||
exports.ServiceAsync = require('./service.gen.async'); | ||
exports.Api = require('./service.api'); | ||
exports.version = '1.0.7'; | ||
exports.version = '1.0.8'; |
{ | ||
"name": "bluecat", | ||
"version": "1.0.7", | ||
"author": "ccy <ccy.chenchaoyi@gmail.com>", | ||
"description": "Library for building HTTP requests, good for generic REST API Test Framework", | ||
"version": "1.0.8", | ||
"author": "Chaoyi Chen <ccy.chenchaoyi@gmail.com>", | ||
"description": "Library for building RESTful API HTTP requests, good for generic RESTful API Test Framework", | ||
"repository": { | ||
@@ -25,3 +25,3 @@ "type": "git", | ||
"dependencies": { | ||
"fibers": "^1.0.10", | ||
"fibers": "^1.0.13", | ||
"hoek": "^2.16.3", | ||
@@ -32,3 +32,3 @@ "inquirer": "^1.0.2", | ||
"request": "2.72.0", | ||
"yargs": "^4.6.0" | ||
"yargs": "^4.7.1" | ||
}, | ||
@@ -35,0 +35,0 @@ "scripts": { |
@@ -351,3 +351,3 @@ ## Bluecat <img src="https://raw.github.com/chenchaoyi/bluecat/master/images/bluecat.png" align="middle" /> | ||
``` | ||
Follow the instructions and it will create a scaffold of basic web services API test framework for you. | ||
Follow the instructions and it will create a scaffold of a basic web services API test framework for you. | ||
@@ -354,0 +354,0 @@ |
35294
Updatedfibers@^1.0.13
Updatedyargs@^4.7.1