mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
chore: update versions (6-next) (#3107)
This commit is contained in:
parent
fae5093d96
commit
bbbb42b8fe
@ -50,6 +50,7 @@
|
||||
"afraid-mice-obey",
|
||||
"big-lobsters-sin",
|
||||
"bright-poems-obey",
|
||||
"brown-cycles-laugh",
|
||||
"brown-pandas-wink",
|
||||
"calm-pants-impress",
|
||||
"dry-planes-tap",
|
||||
|
@ -1,5 +1,11 @@
|
||||
# @verdaccio/cli
|
||||
|
||||
## 6.0.0-6-next.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d78c8b51: chore: improve error logger message
|
||||
|
||||
## 6.0.0-6-next.31
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/cli",
|
||||
"version": "6.0.0-6-next.31",
|
||||
"version": "6.0.0-6-next.32",
|
||||
"author": {
|
||||
"name": "Juan Picado",
|
||||
"email": "juanpicado19@gmail.com"
|
||||
|
@ -32,7 +32,7 @@
|
||||
"homepage": "https://verdaccio.org",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@verdaccio/cli": "workspace:6.0.0-6-next.31",
|
||||
"@verdaccio/cli": "workspace:6.0.0-6-next.32",
|
||||
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.23",
|
||||
"fs-extra": "10.0.0",
|
||||
"webpack": "5.67.0",
|
||||
|
@ -1,5 +1,12 @@
|
||||
# verdaccio
|
||||
|
||||
## 6.0.0-6-next.39
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d78c8b51]
|
||||
- @verdaccio/cli@6.0.0-6-next.32
|
||||
|
||||
## 6.0.0-6-next.38
|
||||
|
||||
### Major Changes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "verdaccio",
|
||||
"version": "6.0.0-6-next.38",
|
||||
"version": "6.0.0-6-next.39",
|
||||
"description": "A lightweight private npm proxy registry",
|
||||
"main": "build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@ -37,7 +37,7 @@
|
||||
},
|
||||
"homepage": "https://verdaccio.org",
|
||||
"dependencies": {
|
||||
"@verdaccio/cli": "workspace:6.0.0-6-next.31",
|
||||
"@verdaccio/cli": "workspace:6.0.0-6-next.32",
|
||||
"@verdaccio/hooks": "workspace:6.0.0-6-next.13",
|
||||
"@verdaccio/logger": "workspace:6.0.0-6-next.11",
|
||||
"@verdaccio/node-api": "workspace:6.0.0-6-next.30",
|
||||
|
4
pnpm-lock.yaml
generated
4
pnpm-lock.yaml
generated
@ -988,7 +988,7 @@ importers:
|
||||
|
||||
packages/standalone:
|
||||
specifiers:
|
||||
'@verdaccio/cli': workspace:6.0.0-6-next.31
|
||||
'@verdaccio/cli': workspace:6.0.0-6-next.32
|
||||
'@verdaccio/ui-theme': workspace:6.0.0-6-next.23
|
||||
fs-extra: 10.0.0
|
||||
webpack: 5.67.0
|
||||
@ -1176,7 +1176,7 @@ importers:
|
||||
packages/verdaccio:
|
||||
specifiers:
|
||||
'@verdaccio/auth': workspace:6.0.0-6-next.21
|
||||
'@verdaccio/cli': workspace:6.0.0-6-next.31
|
||||
'@verdaccio/cli': workspace:6.0.0-6-next.32
|
||||
'@verdaccio/config': workspace:6.0.0-6-next.13
|
||||
'@verdaccio/core': workspace:6.0.0-6-next.5
|
||||
'@verdaccio/hooks': workspace:6.0.0-6-next.13
|
||||
|
Loading…
Reference in New Issue
Block a user