[Pkg-javascript-commits] [node-depd] branch master updated (3aa3cdc -> b493950)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sat Sep 2 05:43:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch master
in repository node-depd.
from 3aa3cdc Merge tag 'upstream/1.0.1'
new bc544f7 New upstream version 1.1.1
new 0197506 Updated version 1.1.1 from 'upstream/1.1.1'
new c101fea update changelog
new 2fe0cca add autopkgtest
new d4ec27b update changelog
new b493950 bump compat, standards, fix vcs url, testsuite
The 6 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:
.eslintignore | 2 +
.eslintrc | 3 +
.gitignore | 1 +
.travis.yml | 35 +++-
History.md | 15 ++
LICENSE | 2 +-
Readme.md | 13 +-
appveyor.yml | 22 ++-
benchmark/index.js | 32 ++--
benchmark/wrapfunction.js | 12 +-
benchmark/wrapproperty.js | 12 +-
debian/changelog | 8 +
debian/compat | 2 +-
debian/control | 10 +-
debian/tests/control | 3 +
index.js | 99 ++++++------
lib/browser/index.js | 77 +++++++++
lib/compat/buffer-concat.js | 33 ----
lib/compat/callsite-tostring.js | 8 +-
lib/compat/event-listener-count.js | 22 +++
lib/compat/index.js | 30 ++--
package.json | 13 +-
test/.eslintrc | 5 +
test/browserify.js | 182 +++++++++++++++++++++
test/fixtures/{cool-lib.js => libs/cool.js} | 4 +-
test/fixtures/libs/index.js | 30 ++++
test/fixtures/libs/multi.js | 11 ++
test/fixtures/{my-lib.js => libs/my.js} | 11 +-
test/fixtures/{new-lib.js => libs/new.js} | 2 +-
test/fixtures/{old-lib.js => libs/old.js} | 6 +-
test/fixtures/{strict-lib.js => libs/strict.js} | 10 +-
test/fixtures/{thing-lib.js => libs/thing.js} | 2 +-
test/fixtures/libs/trace.js | 11 ++
test/fixtures/multi-lib.js | 11 --
test/fixtures/script.js | 4 +-
test/fixtures/trace-lib.js | 11 --
test/support/buffer-concat.js | 46 ++++++
test/support/capture-stderr.js | 46 ++++++
test/test.js | 204 +++++++++++-------------
39 files changed, 752 insertions(+), 298 deletions(-)
create mode 100644 .eslintignore
create mode 100644 .eslintrc
create mode 100644 lib/browser/index.js
delete mode 100644 lib/compat/buffer-concat.js
create mode 100644 lib/compat/event-listener-count.js
create mode 100644 test/.eslintrc
create mode 100644 test/browserify.js
rename test/fixtures/{cool-lib.js => libs/cool.js} (52%)
create mode 100644 test/fixtures/libs/index.js
create mode 100644 test/fixtures/libs/multi.js
rename test/fixtures/{my-lib.js => libs/my.js} (86%)
rename test/fixtures/{new-lib.js => libs/new.js} (52%)
rename test/fixtures/{old-lib.js => libs/old.js} (52%)
rename test/fixtures/{strict-lib.js => libs/strict.js} (81%)
rename test/fixtures/{thing-lib.js => libs/thing.js} (51%)
create mode 100644 test/fixtures/libs/trace.js
delete mode 100644 test/fixtures/multi-lib.js
delete mode 100644 test/fixtures/trace-lib.js
create mode 100644 test/support/buffer-concat.js
create mode 100644 test/support/capture-stderr.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-depd.git
More information about the Pkg-javascript-commits
mailing list