Comparing version 1.3.0 to 1.3.1
@@ -58,3 +58,3 @@ const ask = require('./ask'); | ||
const text = `${question.text}${dv ? `[${dv}] ` : ''}${gtd ? `[${gtd}] ` : ''}` | ||
const { promise } = ask(text, { | ||
const { 'promise': promise } = ask(text, { | ||
timeout, | ||
@@ -61,0 +61,0 @@ password: question.password, |
@@ -0,1 +1,7 @@ | ||
## 1 May 2019 | ||
### [1.3.1](https://github.com/artdecocode/reloquent/compare/v1.3.0...v1.3.1) | ||
- [fix] Quote the `promise` property. | ||
## 30 April 2019 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "reloquent", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Ask user configurable questions via read-line.", | ||
@@ -52,5 +52,5 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"alamode": "^2.0.0", | ||
"alamode": "^2.1.0", | ||
"catchment": "^3.3.0", | ||
"documentary": "^1.26.2", | ||
"documentary": "^1.26.5", | ||
"eslint-config-artdeco": "1.0.1", | ||
@@ -63,4 +63,4 @@ "forkfeed": "^1.1.1", | ||
"dependencies": { | ||
"promto": "^1.1.1" | ||
"promto": "^1.1.2" | ||
} | ||
} |
@@ -294,3 +294,3 @@ # reloquent | ||
Description: [A test default value] world | ||
Date: [2019-4-30 00:38:05] | ||
Date: [2019-5-1 19:57:40] | ||
@@ -300,3 +300,3 @@ Result: { | ||
"description": "world", | ||
"date": "2019-4-30 00:38:05" | ||
"date": "2019-5-1 19:57:40" | ||
} | ||
@@ -303,0 +303,0 @@ ``` |
@@ -58,3 +58,3 @@ import ask from './ask' | ||
const text = `${question.text}${dv ? `[${dv}] ` : ''}${gtd ? `[${gtd}] ` : ''}` | ||
const { promise } = ask(text, { | ||
const { 'promise': promise } = ask(text, { | ||
timeout, | ||
@@ -61,0 +61,0 @@ password: question.password, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
29598
Updatedpromto@^1.1.2