You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- When run with the `--timing` flag, `npm` now writes timing data to a
9
+
file alongside the debug log data, respecting the `logs-dir` option and
10
+
falling back to `<CACHE>/_logs/` dir, instead of directly inside the
11
+
cache directory.
12
+
- The timing file data is no longer newline delimited JSON, and instead
13
+
each run will create a uniquely named `<ID>-timing.json` file, with the
14
+
`<ID>` portion being the same as the debug log.
15
+
- Finally, the data inside the file now has three top level keys,
16
+
`metadata`, `timers, and `unfinishedTimers` instead of everything being
17
+
a top level key.
18
+
19
+
### Features
20
+
21
+
*[`e64d69a`](https://github.com/npm/cli/commit/e64d69aedecc0943425605b3a6dc68aec3ad93aa)[#5581](https://github.com/npm/cli/pull/5581) write eresolve error files to the logs directory (@lukekarrys)
22
+
*[`3445da0`](https://github.com/npm/cli/commit/3445da0138f9eed9d73d2b3f5f451fcc1fa2e3fe) timings are now written alongside debug log files (@lukekarrys)
23
+
24
+
### Documentation
25
+
26
+
*[`f0e7584`](https://github.com/npm/cli/commit/f0e758494698d9dd8a58d07bf71c87608c36869e)[#5601](https://github.com/npm/cli/pull/5601) update docs/logging for new --access default (@wraithgar)
*[`525654e`](https://github.com/npm/cli/commit/525654e957a80c7f47472e18240e3c8d94e0568f) default access to `public` (@wraithgar)
12
+
13
+
### Documentation
14
+
15
+
*[`f0e7584`](https://github.com/npm/cli/commit/f0e758494698d9dd8a58d07bf71c87608c36869e)[#5601](https://github.com/npm/cli/pull/5601) update docs/logging for new --access default (@wraithgar)
0 commit comments