0
Fork 0
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:
github-actions[bot] 2022-06-03 08:04:24 +02:00 committed by GitHub
parent a6491dcd7c
commit fd4be1a21a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 3 deletions

View file

@ -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",

View file

@ -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

View file

@ -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",

View file

@ -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",

View file

@ -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