npm: updated to 8.14.0
v8.14.0 (2022-07-13) Features feat: add npm audit signatures (@feelepxyz) feat: Add web auth type (@jumoel) feat(arborist): add support for dependencies script (@nlf) feat: notify on adduser of upcoming cmds, login and register (@fritzy) feat: warn on config --auth-type=sso/saml/oauth, undeprecate --auth-type (@fritzy) Bug Fixes fix: properly open package arg repo inside workspace (@wraithgar) Documentation docs: typo in npm command (@crisanmm) docs: update reference to deprecated spdx package (@kachick) docs: naming of files in example code should be consistent (@xc1427) docs: document dependencies script
This commit is contained in:
parent
3e166b0b35
commit
52ebec0a01
3 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.54 2022/07/13 11:41:06 jperkin Exp $
|
||||
# $NetBSD: Makefile,v 1.55 2022/07/14 07:17:14 adam Exp $
|
||||
|
||||
DISTNAME= npm-8.13.2
|
||||
DISTNAME= npm-8.14.0
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=npm/}
|
||||
GITHUB_PROJECT= cli
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.29 2022/07/07 10:05:11 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.30 2022/07/14 07:17:14 adam Exp $
|
||||
bin/npm
|
||||
bin/npx
|
||||
lib/node_modules/npm/LICENSE
|
||||
|
@ -1042,6 +1042,7 @@ lib/node_modules/npm/node_modules/libnpmversion/lib/version.js
|
|||
lib/node_modules/npm/node_modules/libnpmversion/lib/write-json.js
|
||||
lib/node_modules/npm/node_modules/libnpmversion/package.json
|
||||
lib/node_modules/npm/node_modules/lru-cache/LICENSE
|
||||
lib/node_modules/npm/node_modules/lru-cache/index.d.ts
|
||||
lib/node_modules/npm/node_modules/lru-cache/index.js
|
||||
lib/node_modules/npm/node_modules/lru-cache/package.json
|
||||
lib/node_modules/npm/node_modules/make-fetch-happen/LICENSE
|
||||
|
@ -1090,6 +1091,7 @@ lib/node_modules/npm/node_modules/minipass-sized/package-lock.json
|
|||
lib/node_modules/npm/node_modules/minipass-sized/package.json
|
||||
lib/node_modules/npm/node_modules/minipass-sized/test/basic.js
|
||||
lib/node_modules/npm/node_modules/minipass/LICENSE
|
||||
lib/node_modules/npm/node_modules/minipass/index.d.ts
|
||||
lib/node_modules/npm/node_modules/minipass/index.js
|
||||
lib/node_modules/npm/node_modules/minipass/package.json
|
||||
lib/node_modules/npm/node_modules/minizlib/LICENSE
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.40 2022/07/07 10:05:11 adam Exp $
|
||||
$NetBSD: distinfo,v 1.41 2022/07/14 07:17:14 adam Exp $
|
||||
|
||||
BLAKE2s (npm-8.13.2.tar.gz) = 45412f1ebf77e9219783f090971a2e31bdbe9e18c458cfa991816068bbc4bb32
|
||||
SHA512 (npm-8.13.2.tar.gz) = b9a3a3ebcea9669cf2a9e55aea723738c3f75205dbc7406743db8d37b121a8225fb7aba9beb6d0ba99e3330c63c13334120e1fbe1a8c461ce30d0cfec4a886e3
|
||||
Size (npm-8.13.2.tar.gz) = 92897712 bytes
|
||||
BLAKE2s (npm-8.14.0.tar.gz) = 586f0e96b7ac21a6a50b5729cc6fb5561d9d31b2d8021373100f16d91bcbb2b7
|
||||
SHA512 (npm-8.14.0.tar.gz) = 596e167f712fde7b172a8a91bd69c108dc4675e1cb08ae80783284b3b190ae478e790e149b8fea763b6f83e36603d481b4e72a42b020db7cb5ccdcad475cb8a1
|
||||
Size (npm-8.14.0.tar.gz) = 92906478 bytes
|
||||
SHA1 (patch-Makefile) = 07b3b31fc3171aa688242ced7ba9eeadd943aee3
|
||||
SHA1 (patch-node__modules_@npmcli_config_lib_index.js) = 10565ad4a1eee79dc962e00d1c8d486fceb073cd
|
||||
SHA1 (patch-node__modules_bin-links_lib_man-target.js) = ece52effb0d44a0fb5252bd67f8e503c1c6ea602
|
||||
|
|
Loading…
Reference in a new issue