mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: update versions (6-next) (#3205)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
a6491dcd7c
commit
fd4be1a21a
5 changed files with 10 additions and 3 deletions
|
@ -53,6 +53,7 @@
|
|||
"brown-cycles-laugh",
|
||||
"brown-pandas-wink",
|
||||
"calm-pants-impress",
|
||||
"chilled-ways-fetch",
|
||||
"dry-planes-tap",
|
||||
"dull-monkeys-search",
|
||||
"eleven-brooms-hunt",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# Change Log
|
||||
|
||||
## 11.0.0-6-next.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- b8981136: Fix storing tarballs with identical names from different packages in memory plugin
|
||||
|
||||
## 11.0.0-6-next.9
|
||||
|
||||
### Major Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "verdaccio-memory",
|
||||
"version": "11.0.0-6-next.9",
|
||||
"version": "11.0.0-6-next.10",
|
||||
"description": "Storage implementation in memory",
|
||||
"keywords": [
|
||||
"private",
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"nock": "13.2.2",
|
||||
"undici": "4.15.0",
|
||||
"verdaccio-auth-memory": "workspace:11.0.0-6-next.8",
|
||||
"verdaccio-memory": "workspace:11.0.0-6-next.9"
|
||||
"verdaccio-memory": "workspace:11.0.0-6-next.10"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf ./build",
|
||||
|
|
|
@ -1237,7 +1237,7 @@ importers:
|
|||
supertest: 6.2.2
|
||||
undici: 4.15.0
|
||||
verdaccio-auth-memory: workspace:11.0.0-6-next.8
|
||||
verdaccio-memory: workspace:11.0.0-6-next.9
|
||||
verdaccio-memory: workspace:11.0.0-6-next.10
|
||||
dependencies:
|
||||
'@verdaccio/auth': link:../auth
|
||||
'@verdaccio/config': link:../config
|
||||
|
|
Loading…
Reference in a new issue