[Pkg-javascript-commits] [node-inquirer] branch master updated (743d80f -> 047681e)
Paolo Greppi
paolog-guest at moszumanska.debian.org
Tue Oct 31 09:51:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
paolog-guest pushed a change to branch master
in repository node-inquirer.
from 743d80f update changelog
new 0e27202 New upstream version 3.3.0
new 675a1dc Merge tag 'upstream/3.3.0'
new 047681e new usptream release; update copyright & dependencies
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.codeclimate.yml | 13 +
.eslintrc.js | 21 +
.gitignore | 1 +
.travis.yml | 11 +-
README.md | 53 +-
assets/screenshots/checkbox-prompt.png | Bin 0 -> 16959 bytes
assets/screenshots/confirm-prompt.png | Bin 0 -> 8599 bytes
assets/screenshots/expand-prompt-1.png | Bin 0 -> 11341 bytes
assets/screenshots/expand-prompt-2.png | Bin 0 -> 25472 bytes
assets/screenshots/input-prompt.png | Bin 0 -> 18020 bytes
assets/screenshots/list-prompt.png | Bin 0 -> 16105 bytes
assets/screenshots/password-prompt.png | Bin 0 -> 8558 bytes
assets/screenshots/raw-list.png | Bin 0 -> 14960 bytes
assets/screenshots/rawlist-prompt.png | Bin 0 -> 15234 bytes
debian/changelog | 6 +
debian/control | 25 +-
debian/copyright | 6 +-
examples/password.js | 25 +-
examples/rx-observable-array.js | 2 +-
examples/rx-observable-create.js | 2 +-
examples/spawn.js | 6 +
gulpfile.js | 4 +-
lib/prompts/base.js | 18 +-
lib/prompts/checkbox.js | 5 +-
lib/prompts/editor.js | 2 +-
lib/prompts/list.js | 7 +-
lib/prompts/password.js | 20 +-
lib/ui/baseUI.js | 12 +-
lib/ui/bottom-bar.js | 15 +-
lib/ui/prompt.js | 9 +-
lib/utils/events.js | 2 +-
lib/utils/paginator.js | 11 +-
lib/utils/screen-manager.js | 8 +-
lib/utils/utils.js | 2 +-
package.json | 58 +-
test/specs/api.js | 61 +
test/specs/inquirer.js | 3 +-
test/specs/objects/separator.js | 8 +-
test/specs/prompts/password.js | 38 +-
yarn.lock | 2743 ++++++++++++++++++++++++++++++++
40 files changed, 3068 insertions(+), 129 deletions(-)
create mode 100644 .codeclimate.yml
create mode 100644 .eslintrc.js
create mode 100644 assets/screenshots/checkbox-prompt.png
create mode 100644 assets/screenshots/confirm-prompt.png
create mode 100644 assets/screenshots/expand-prompt-1.png
create mode 100644 assets/screenshots/expand-prompt-2.png
create mode 100644 assets/screenshots/input-prompt.png
create mode 100644 assets/screenshots/list-prompt.png
create mode 100644 assets/screenshots/password-prompt.png
create mode 100644 assets/screenshots/raw-list.png
create mode 100644 assets/screenshots/rawlist-prompt.png
create mode 100644 examples/spawn.js
create mode 100644 yarn.lock
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-inquirer.git
More information about the Pkg-javascript-commits
mailing list