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",
|
"afraid-mice-obey",
|
||||||
"big-lobsters-sin",
|
"big-lobsters-sin",
|
||||||
"bright-poems-obey",
|
"bright-poems-obey",
|
||||||
|
"brown-cycles-laugh",
|
||||||
"brown-pandas-wink",
|
"brown-pandas-wink",
|
||||||
"calm-pants-impress",
|
"calm-pants-impress",
|
||||||
"dry-planes-tap",
|
"dry-planes-tap",
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# @verdaccio/cli
|
# @verdaccio/cli
|
||||||
|
|
||||||
|
## 6.0.0-6-next.32
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- d78c8b51: chore: improve error logger message
|
||||||
|
|
||||||
## 6.0.0-6-next.31
|
## 6.0.0-6-next.31
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@verdaccio/cli",
|
"name": "@verdaccio/cli",
|
||||||
"version": "6.0.0-6-next.31",
|
"version": "6.0.0-6-next.32",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Juan Picado",
|
"name": "Juan Picado",
|
||||||
"email": "juanpicado19@gmail.com"
|
"email": "juanpicado19@gmail.com"
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
"homepage": "https://verdaccio.org",
|
"homepage": "https://verdaccio.org",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"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",
|
"@verdaccio/ui-theme": "workspace:6.0.0-6-next.23",
|
||||||
"fs-extra": "10.0.0",
|
"fs-extra": "10.0.0",
|
||||||
"webpack": "5.67.0",
|
"webpack": "5.67.0",
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
# verdaccio
|
# 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
|
## 6.0.0-6-next.38
|
||||||
|
|
||||||
### Major Changes
|
### Major Changes
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "verdaccio",
|
"name": "verdaccio",
|
||||||
"version": "6.0.0-6-next.38",
|
"version": "6.0.0-6-next.39",
|
||||||
"description": "A lightweight private npm proxy registry",
|
"description": "A lightweight private npm proxy registry",
|
||||||
"main": "build/index.js",
|
"main": "build/index.js",
|
||||||
"types": "build/index.d.ts",
|
"types": "build/index.d.ts",
|
||||||
@ -37,7 +37,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://verdaccio.org",
|
"homepage": "https://verdaccio.org",
|
||||||
"dependencies": {
|
"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/hooks": "workspace:6.0.0-6-next.13",
|
||||||
"@verdaccio/logger": "workspace:6.0.0-6-next.11",
|
"@verdaccio/logger": "workspace:6.0.0-6-next.11",
|
||||||
"@verdaccio/node-api": "workspace:6.0.0-6-next.30",
|
"@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:
|
packages/standalone:
|
||||||
specifiers:
|
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
|
'@verdaccio/ui-theme': workspace:6.0.0-6-next.23
|
||||||
fs-extra: 10.0.0
|
fs-extra: 10.0.0
|
||||||
webpack: 5.67.0
|
webpack: 5.67.0
|
||||||
@ -1176,7 +1176,7 @@ importers:
|
|||||||
packages/verdaccio:
|
packages/verdaccio:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@verdaccio/auth': workspace:6.0.0-6-next.21
|
'@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/config': workspace:6.0.0-6-next.13
|
||||||
'@verdaccio/core': workspace:6.0.0-6-next.5
|
'@verdaccio/core': workspace:6.0.0-6-next.5
|
||||||
'@verdaccio/hooks': workspace:6.0.0-6-next.13
|
'@verdaccio/hooks': workspace:6.0.0-6-next.13
|
||||||
|
Loading…
Reference in New Issue
Block a user