github npm/cli v9.0.0-pre.3

latest releases: v10.8.3, libnpmexec-v8.1.4, libnpmpack-v7.0.4...
pre-release24 months ago

9.0.0-pre.3 (2022-09-30)

⚠️ BREAKING CHANGES

  • npm pack now follows a strict order of operations when applying ignore rules. If a files array is present in the package.json, then rules in .gitignore and .npmignore files from the root will be ignored.
  • --timing file changes:
    • When run with the --timing flag, npm now writes timing data to a
      file alongside the debug log data, respecting the logs-dir option and
      falling back to /_logs/ dir, instead of directly inside the
      cache directory.
    • The timing file data is no longer newline delimited JSON, and instead
      each run will create a uniquely named -timing.json file, with the
      `` portion being the same as the debug log.
    • Finally, the data inside the file now has three top level keys,
      metadata, timers, and unfinishedTimers` instead of everything being
      a top level key.

Features

Documentation

Dependencies

Don't miss a new cli release

NewReleases is sending notifications on new releases.