[Pkg-javascript-commits] [node-fs-extra] 02/05: Update upstream source from tag 'upstream/5.0.0'
Julien Puydt
julien.puydt at laposte.net
Wed Feb 21 17:51:43 UTC 2018
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-fs-extra.
commit 85b7856334da7be8e6c78d7a5dac9da8f9edd4d0
Merge: 42dec81 f429e4c
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Wed Feb 21 18:36:47 2018 +0100
Update upstream source from tag 'upstream/5.0.0'
Update to upstream version '5.0.0'
with Debian dir 81eafd2b071e09c9df07403898b8813a8f516402
CHANGELOG.md | 16 +
docs/copy-sync.md | 2 +-
docs/copy.md | 2 +-
lib/copy-sync/__tests__/copy-sync-dir.test.js | 27 ++
.../__tests__/copy-sync-preserve-time.test.js | 88 ++---
.../copy-sync-prevent-copying-identical.test.js | 181 ++++++++++
.../copy-sync-prevent-copying-into-itself.test.js | 372 +++++++++++++++++++++
lib/copy-sync/__tests__/fixtures/a-file | 1 -
.../__tests__/fixtures/a-folder/another-file | 1 -
.../fixtures/a-folder/another-folder/file3 | 1 -
lib/copy-sync/copy-file-sync.js | 41 ---
lib/copy-sync/copy-sync.js | 239 ++++++++++---
.../copy-prevent-copying-identical.test.js | 192 +++++++++++
.../copy-prevent-copying-into-itself.test.js | 372 +++++++++++++++++++++
lib/copy/__tests__/copy.test.js | 70 +++-
lib/copy/__tests__/ncp/broken-symlink.test.js | 2 +-
lib/copy/__tests__/ncp/ncp-error-perm.test.js | 2 +-
lib/copy/__tests__/ncp/ncp.test.js | 2 +-
lib/copy/__tests__/ncp/symlink.test.js | 2 +-
lib/copy/copy.js | 276 +++++++++++++--
lib/copy/ncp.js | 234 -------------
lib/move/index.js | 10 +-
lib/util/utimes.js | 9 +-
package.json | 2 +-
24 files changed, 1733 insertions(+), 411 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-fs-extra.git
More information about the Pkg-javascript-commits
mailing list