mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
9ffa205076
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
18 lines
537 B
Markdown
18 lines
537 B
Markdown
# @verdaccio/e2e-ui
|
|
|
|
## 1.1.0-6-next.1
|
|
|
|
### Minor Changes
|
|
|
|
- 1b217fd3: Some verdaccio modules depend on 'mkdirp' library which provides recursive directory creation functionality.
|
|
NodeJS can do this out of the box since v.10.12. The last commit in 'mkdirp' was made in early 2016, and it's mid 2021 now.
|
|
Time to stick with a built-in library solution!
|
|
|
|
- All 'mkdirp' calls are replaced with appropriate 'fs' calls.
|
|
|
|
## 1.0.1-alpha.0
|
|
|
|
### Patch Changes
|
|
|
|
- fecbb9be: chore: add release step to private regisry on merge changeset pr
|