-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Comparing changes
Open a pull request
base repository: npm/cli
base: libnpmexec-v5.0.0-pre.2
head repository: npm/cli
compare: libnpmexec-v5.0.0-pre.3
- 9 commits
- 78 files changed
- 3 contributors
Commits on Sep 27, 2022
-
feat: timings are now written alongside debug log files
BREAKING CHANGE: `--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 `<CACHE>/_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 `<ID>-timing.json` file, with the `<ID>` 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. Closes npm/statusboard#456
Configuration menu - View commit details
-
Copy full SHA for 3445da0 - Browse repository at this point
Copy the full SHA 3445da0View commit details -
feat: write eresolve error files to the logs directory
Also refactor all files written to the logs directory to use the same code path for file name creation.
Configuration menu - View commit details
-
Copy full SHA for e64d69a - Browse repository at this point
Copy the full SHA e64d69aView commit details -
chore(make): docs should come before test during publish
docs needs to rebuild cmark-gfm which needs to be present in order to run tests
Configuration menu - View commit details
-
Copy full SHA for 7e6b824 - Browse repository at this point
Copy the full SHA 7e6b824View commit details
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bc21552 - Browse repository at this point
Copy the full SHA bc21552View commit details -
feat: default access to
public
BREAKING CHANGE: The default value of `access` is now `public`
Configuration menu - View commit details
-
Copy full SHA for 525654e - Browse repository at this point
Copy the full SHA 525654eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0e7584 - Browse repository at this point
Copy the full SHA f0e7584View commit details
Commits on Sep 30, 2022
-
feat: implement new
npm-packlist
behaviorThis also lands the latest `pacote` which now requires passing in an `Arborist` constructor for use in loading the package tree that gets passed to `npm-packlist`. BREAKING CHANGE: `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.
Configuration menu - View commit details
-
Copy full SHA for 3ae796d - Browse repository at this point
Copy the full SHA 3ae796dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e43f1 - Browse repository at this point
Copy the full SHA 45e43f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b397774 - Browse repository at this point
Copy the full SHA b397774View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff libnpmexec-v5.0.0-pre.2...libnpmexec-v5.0.0-pre.3