mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -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-cycles-laugh",
|
||||||
"brown-pandas-wink",
|
"brown-pandas-wink",
|
||||||
"calm-pants-impress",
|
"calm-pants-impress",
|
||||||
|
"chilled-ways-fetch",
|
||||||
"dry-planes-tap",
|
"dry-planes-tap",
|
||||||
"dull-monkeys-search",
|
"dull-monkeys-search",
|
||||||
"eleven-brooms-hunt",
|
"eleven-brooms-hunt",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# Change Log
|
# 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
|
## 11.0.0-6-next.9
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "verdaccio-memory",
|
"name": "verdaccio-memory",
|
||||||
"version": "11.0.0-6-next.9",
|
"version": "11.0.0-6-next.10",
|
||||||
"description": "Storage implementation in memory",
|
"description": "Storage implementation in memory",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"private",
|
"private",
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
"nock": "13.2.2",
|
"nock": "13.2.2",
|
||||||
"undici": "4.15.0",
|
"undici": "4.15.0",
|
||||||
"verdaccio-auth-memory": "workspace:11.0.0-6-next.8",
|
"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": {
|
"scripts": {
|
||||||
"clean": "rimraf ./build",
|
"clean": "rimraf ./build",
|
||||||
|
|
|
@ -1237,7 +1237,7 @@ importers:
|
||||||
supertest: 6.2.2
|
supertest: 6.2.2
|
||||||
undici: 4.15.0
|
undici: 4.15.0
|
||||||
verdaccio-auth-memory: workspace:11.0.0-6-next.8
|
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:
|
dependencies:
|
||||||
'@verdaccio/auth': link:../auth
|
'@verdaccio/auth': link:../auth
|
||||||
'@verdaccio/config': link:../config
|
'@verdaccio/config': link:../config
|
||||||
|
|
Loading…
Reference in a new issue