pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/npm npm: updated to 6.7.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/df916919c9b0
branches: trunk
changeset: 318327:df916919c9b0
user: adam <adam%pkgsrc.org@localhost>
date: Thu Jan 24 08:31:18 2019 +0000
description:
npm: updated to 6.7.0
v6.7.0:
Hey y'all! This is a quick hotfix release that includes some important fixes to npm@6.6.0 related to the large rewrite/refactor. We're tagging it as a feature release because the changes involve some
minor new features, and semver is semver, but there's nothing major here.
NEW FEATURES
Improve usage errors to npm org commands and add optional filtering to npm org ls subcommand.
BUGFIXES
Fix default usage printout for npm org so you actually see how it's supposed to be used.
fix default usage message for npm hook
DOCS
Add manpage for npm org command.
DEPENDENCY BUMPS
Fall back to "fullfat" packuments on ETARGET errors. This will make it so that, when a package is published but the corgi follower hasn't caught up, users can still install a freshly-published
package.
Fixes auth error for username/password legacy authentication.
Fixes issue with "cannot run in wd" errors for run-scripts.
Fixes issues with leaking signal-exit instances and file descriptors.
diffstat:
lang/npm/Makefile | 4 ++--
lang/npm/PLIST | 22 ++++++----------------
lang/npm/distinfo | 10 +++++-----
3 files changed, 13 insertions(+), 23 deletions(-)
diffs (108 lines):
diff -r 1985c1b5575d -r df916919c9b0 lang/npm/Makefile
--- a/lang/npm/Makefile Thu Jan 24 08:29:39 2019 +0000
+++ b/lang/npm/Makefile Thu Jan 24 08:31:18 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/01/22 11:19:17 adam Exp $
+# $NetBSD: Makefile,v 1.17 2019/01/24 08:31:18 adam Exp $
-DISTNAME= cli-6.6.0
+DISTNAME= cli-6.7.0
PKGNAME= ${DISTNAME:S/cli/npm/}
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GITHUB:=npm/}
diff -r 1985c1b5575d -r df916919c9b0 lang/npm/PLIST
--- a/lang/npm/PLIST Thu Jan 24 08:29:39 2019 +0000
+++ b/lang/npm/PLIST Thu Jan 24 08:31:18 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2019/01/22 11:19:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/01/24 08:31:18 adam Exp $
bin/npm
bin/npx
lib/node_modules/npm/.licensee.json
@@ -54,6 +54,7 @@
lib/node_modules/npm/doc/cli/npm-link.md
lib/node_modules/npm/doc/cli/npm-logout.md
lib/node_modules/npm/doc/cli/npm-ls.md
+lib/node_modules/npm/doc/cli/npm-org.md
lib/node_modules/npm/doc/cli/npm-outdated.md
lib/node_modules/npm/doc/cli/npm-owner.md
lib/node_modules/npm/doc/cli/npm-pack.md
@@ -131,6 +132,7 @@
lib/node_modules/npm/html/doc/cli/npm-link.html
lib/node_modules/npm/html/doc/cli/npm-logout.html
lib/node_modules/npm/html/doc/cli/npm-ls.html
+lib/node_modules/npm/html/doc/cli/npm-org.html
lib/node_modules/npm/html/doc/cli/npm-outdated.html
lib/node_modules/npm/html/doc/cli/npm-owner.html
lib/node_modules/npm/html/doc/cli/npm-pack.html
@@ -408,6 +410,7 @@
lib/node_modules/npm/man/man1/npm-link.1
lib/node_modules/npm/man/man1/npm-logout.1
lib/node_modules/npm/man/man1/npm-ls.1
+lib/node_modules/npm/man/man1/npm-org.1
lib/node_modules/npm/man/man1/npm-outdated.1
lib/node_modules/npm/man/man1/npm-owner.1
lib/node_modules/npm/man/man1/npm-pack.1
@@ -2051,16 +2054,6 @@
lib/node_modules/npm/node_modules/libnpm/logical-tree.js
lib/node_modules/npm/node_modules/libnpm/login.js
lib/node_modules/npm/node_modules/libnpm/manifest.js
-lib/node_modules/npm/node_modules/libnpm/node_modules/aproba/CHANGELOG.md
-lib/node_modules/npm/node_modules/libnpm/node_modules/aproba/LICENSE
-lib/node_modules/npm/node_modules/libnpm/node_modules/aproba/README.md
-lib/node_modules/npm/node_modules/libnpm/node_modules/aproba/index.js
-lib/node_modules/npm/node_modules/libnpm/node_modules/aproba/package.json
-lib/node_modules/npm/node_modules/libnpm/node_modules/libnpmhook/CHANGELOG.md
-lib/node_modules/npm/node_modules/libnpm/node_modules/libnpmhook/LICENSE.md
-lib/node_modules/npm/node_modules/libnpm/node_modules/libnpmhook/README.md
-lib/node_modules/npm/node_modules/libnpm/node_modules/libnpmhook/index.js
-lib/node_modules/npm/node_modules/libnpm/node_modules/libnpmhook/package.json
lib/node_modules/npm/node_modules/libnpm/org.js
lib/node_modules/npm/node_modules/libnpm/package.json
lib/node_modules/npm/node_modules/libnpm/packument.js
@@ -2149,11 +2142,6 @@
lib/node_modules/npm/node_modules/libnpmpublish/README.md
lib/node_modules/npm/node_modules/libnpmpublish/appveyor.yml
lib/node_modules/npm/node_modules/libnpmpublish/index.js
-lib/node_modules/npm/node_modules/libnpmpublish/node_modules/aproba/CHANGELOG.md
-lib/node_modules/npm/node_modules/libnpmpublish/node_modules/aproba/LICENSE
-lib/node_modules/npm/node_modules/libnpmpublish/node_modules/aproba/README.md
-lib/node_modules/npm/node_modules/libnpmpublish/node_modules/aproba/index.js
-lib/node_modules/npm/node_modules/libnpmpublish/node_modules/aproba/package.json
lib/node_modules/npm/node_modules/libnpmpublish/package.json
lib/node_modules/npm/node_modules/libnpmpublish/publish.js
lib/node_modules/npm/node_modules/libnpmpublish/test/publish.js
@@ -3885,6 +3873,7 @@
lib/node_modules/npm/node_modules/wrappy/README.md
lib/node_modules/npm/node_modules/wrappy/package.json
lib/node_modules/npm/node_modules/wrappy/wrappy.js
+lib/node_modules/npm/node_modules/write-file-atomic/CHANGELOG.md
lib/node_modules/npm/node_modules/write-file-atomic/LICENSE
lib/node_modules/npm/node_modules/write-file-atomic/README.md
lib/node_modules/npm/node_modules/write-file-atomic/index.js
@@ -4005,6 +3994,7 @@
man/man1/npm-link.1
man/man1/npm-logout.1
man/man1/npm-ls.1
+man/man1/npm-org.1
man/man1/npm-outdated.1
man/man1/npm-owner.1
man/man1/npm-pack.1
diff -r 1985c1b5575d -r df916919c9b0 lang/npm/distinfo
--- a/lang/npm/distinfo Thu Jan 24 08:29:39 2019 +0000
+++ b/lang/npm/distinfo Thu Jan 24 08:31:18 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2019/01/22 11:19:17 adam Exp $
+$NetBSD: distinfo,v 1.12 2019/01/24 08:31:18 adam Exp $
-SHA1 (cli-6.6.0.tar.gz) = ba5c4d1c42324111fe28b773d369396d762a1091
-RMD160 (cli-6.6.0.tar.gz) = 79c4864164ee667c9a5ecee09d812bdac15dfb11
-SHA512 (cli-6.6.0.tar.gz) = c0aa5459aa26c85a9ed9c10823c81f39f471c30e66208b212b7363f2667741d82c4746573be9e15a15b072eb946e8dfb4a9e97e0501a17ec85c6a708b550c4f3
-Size (cli-6.6.0.tar.gz) = 5675037 bytes
+SHA1 (cli-6.7.0.tar.gz) = eea44481baf00cfca5ef5bb519136f72e42e53f5
+RMD160 (cli-6.7.0.tar.gz) = 152bc215879d0a54a7f94067ca1ec4cabd9c5982
+SHA512 (cli-6.7.0.tar.gz) = 90f858eb880e89ac9514c83764ef4ba9b74e7f80cc040e3b812f8b9fa84393352701324c85278d18a99346d75eab418bc63dc5c4cfdd1fda9bf10a8c1445797a
+Size (cli-6.7.0.tar.gz) = 5668263 bytes
SHA1 (marked-0.6.0.tar.gz) = 807809ccc45947a1b3d7ecf7801a5df67c3f5a85
RMD160 (marked-0.6.0.tar.gz) = b3a69bdf788b4cfbbe15c0588a1c81ea8d91a273
SHA512 (marked-0.6.0.tar.gz) = 3efbda7b2ed8a5d75948805f2835b4e985ab81ccd68548db7f939173042693d6f1bec5dfea696430a4a2dbab424bbf5a21f14de462f5a7eb322311e7196452f9
Home |
Main Index |
Thread Index |
Old Index