[Pkg-javascript-commits] [node-inquirer] 02/03: Merge tag 'upstream/3.3.0'

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 commit to branch master
in repository node-inquirer.

commit 675a1dc25f224a30380e388b421f63a706bcb4e2
Merge: 743d80f 0e27202
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Tue Oct 31 10:40:29 2017 +0100

    Merge tag 'upstream/3.3.0'
    
    Upstream version 3.3.0

 .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
 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 ++++++++++++++++++++++++++++++++
 37 files changed, 3046 insertions(+), 114 deletions(-)

-- 
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