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
*`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.
8
+
*`--timing` file changes:
9
+
- When run with the `--timing` flag, `npm` now writes timing data to a
10
+
file alongside the debug log data, respecting the `logs-dir` option and
11
+
falling back to `<CACHE>/_logs/` dir, instead of directly inside the
12
+
cache directory.
13
+
- The timing file data is no longer newline delimited JSON, and instead
14
+
each run will create a uniquely named `<ID>-timing.json` file, with the
15
+
`<ID>` portion being the same as the debug log.
16
+
- Finally, the data inside the file now has three top level keys,
17
+
`metadata`, `timers, and `unfinishedTimers` instead of everything being
18
+
a top level key.
19
+
20
+
### Features
21
+
22
+
*[`3ae796d`](https://github.com/npm/cli/commit/3ae796d937bd36a5b1b9fd6e9e8473b4f2ddc32d) implement new `npm-packlist` behavior (@lukekarrys)
23
+
*[`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)
24
+
*[`3445da0`](https://github.com/npm/cli/commit/3445da0138f9eed9d73d2b3f5f451fcc1fa2e3fe) timings are now written alongside debug log files (@lukekarrys)
25
+
26
+
### Documentation
27
+
28
+
*[`f0e7584`](https://github.com/npm/cli/commit/f0e758494698d9dd8a58d07bf71c87608c36869e)[#5601](https://github.com/npm/cli/pull/5601) update docs/logging for new --access default (@wraithgar)
*`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.
8
+
9
+
### Features
10
+
11
+
*[`3ae796d`](https://github.com/npm/cli/commit/3ae796d937bd36a5b1b9fd6e9e8473b4f2ddc32d) implement new `npm-packlist` behavior (@lukekarrys)
*`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.
8
+
9
+
### Features
10
+
11
+
*[`3ae796d`](https://github.com/npm/cli/commit/3ae796d937bd36a5b1b9fd6e9e8473b4f2ddc32d) implement new `npm-packlist` behavior (@lukekarrys)
*`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.
8
+
9
+
### Features
10
+
11
+
*[`3ae796d`](https://github.com/npm/cli/commit/3ae796d937bd36a5b1b9fd6e9e8473b4f2ddc32d) implement new `npm-packlist` behavior (@lukekarrys)
*`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.
8
+
9
+
### Features
10
+
11
+
*[`3ae796d`](https://github.com/npm/cli/commit/3ae796d937bd36a5b1b9fd6e9e8473b4f2ddc32d) implement new `npm-packlist` behavior (@lukekarrys)
0 commit comments