yarn: 1.16.0
1.16.0 Retries downloading a package on yarn install when we get a ETIMEDOUT error. Implements yarn audit --level [severity] flag to filter the audit command's output. Implements yarn audit --groups group_name [group_name ...]. Exposes the script environment variables to yarn create spawned processes. Prevents EPIPE errors from being printed. Adds support for the npm enterprise URLs when computing the offline mirror filenames. Tweaks the lockfile parser logic to parse a few extra cases
This commit is contained in:
parent
2706dcff52
commit
142e8b42c3
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.5 2019/03/18 09:11:22 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2019/05/20 11:10:29 adam Exp $
|
||||
|
||||
DISTNAME= yarn-v1.15.2
|
||||
DISTNAME= yarn-v1.16.0
|
||||
PKGNAME= ${DISTNAME:S/-v/-/}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://yarnpkg.com/downloads/${PKGVERSION_NOREV}/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2019/03/18 09:11:22 adam Exp $
|
||||
$NetBSD: distinfo,v 1.6 2019/05/20 11:10:29 adam Exp $
|
||||
|
||||
SHA1 (yarn-v1.15.2.tar.gz) = 7a064ca81ca34235f16376ad2f796ed432f9e285
|
||||
RMD160 (yarn-v1.15.2.tar.gz) = 53d9f9d4d6dcc2214915f05a498c78535f6b59ef
|
||||
SHA512 (yarn-v1.15.2.tar.gz) = 0e1a9a19ed8571829db8ee36776841c9793bcbc936938d87deecd875604c4ef70d72058ac7bc429095ac540422917bda1103761b224daf3f026e8a9499a051af
|
||||
Size (yarn-v1.15.2.tar.gz) = 1169927 bytes
|
||||
SHA1 (yarn-v1.16.0.tar.gz) = 5701b58ac555ff91f7b889b7d791b3dc86f8f999
|
||||
RMD160 (yarn-v1.16.0.tar.gz) = 46cd51881cddc91fadadc0951f57d12e4994637e
|
||||
SHA512 (yarn-v1.16.0.tar.gz) = 71f7a6c8696758a035ce8a5452079b4cf7fc0b85a43c867e4c99a4970704009e2eea858fb49780cebb1a99a18687ff9bd5759ef16e75cb3008982e0059b591d6
|
||||
Size (yarn-v1.16.0.tar.gz) = 1172930 bytes
|
||||
|
|
Loading…
Reference in a new issue