Bug Fixes
- create: Silently ignore missing builtin npmrc (1523520), closes #1353
- npm-conf: Replace env vars even in config keys (3c9a5de)
Features
- package: Add
serialize()
method (fdec3ac) - package: Add Map-like get/set methods, remove raw json getter (707d1f0)
- project: Merge
package
andpackageJson
intomanifest
(9a47ff7) - exec, run: Add --no-prefix for streaming output (#1352) (36c1fad)
BREAKING CHANGES
- package: The
Package
class no longer provides direct access to the JSON object used to construct the instance. Map-likeget()
/set(val)
methods are available to modify the internal representation.