A new pre-release of the npm cli has been tagged! You can install it with npm i -g npm@next or try it out with npx npm@next ā¦
Prereleases are promoted to latest after about a week if no serious issues stop them. Try it out, tell us what you think!
latest: 6.7.0
next: 6.8.0-next.0
This release includes an implementation of RFC #10, documenting an optional field that can be used to specify the directory path for a package within a monorepo.
NEW FEATURES
-
3663cdef2
#140 Update package.json docs to include repository.directory details. (@greysteil)
BUGFIXES
-
550bf703a
Add @types to ignore list to fix git clean -fd. (@zkat) -
cdb059293
#144 Fix common.npm callback arguments. (@larsgw) -
91314e77b
npm.community#4794 Fix hoisting of packages with peerDeps. (@sokra) -
25573e9b9
npm.community#4770 Show installed but unmet peer deps. (@larsgw) -
ce2c4bd1a
#149 Use figgy-config to make sure extra opts are there. (@zkat)
DEPENDENCY BUMPS
-
d72141080
npm-registry-couchapp@2.7.1
(@zkat) -
671cad1b1
npm-registry-fetch@3.9.0
: Make sure publishing with legacy username:password_auth
works again. (@zkat) -
95ca1aef4
pacote@9.4.1
(@aeschright)