From 1ef60915e604195af8d9fc8fafea38421509a161 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 09:01:22 +0200 Subject: [PATCH] chore: update versions (6-next) (#2245) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 6 +- packages/api/CHANGELOG.md | 13 +++ packages/api/package.json | 16 +-- packages/auth/CHANGELOG.md | 9 ++ packages/auth/package.json | 8 +- packages/cli/CHANGELOG.md | 13 +++ packages/cli/package.json | 8 +- packages/config/CHANGELOG.md | 7 ++ packages/config/package.json | 4 +- packages/core/server/CHANGELOG.md | 6 ++ packages/core/server/package.json | 4 +- packages/core/tarball/CHANGELOG.md | 7 ++ packages/core/tarball/package.json | 4 +- packages/hooks/package.json | 4 +- packages/loaders/package.json | 4 +- packages/middleware/CHANGELOG.md | 8 ++ packages/middleware/package.json | 6 +- packages/mock/CHANGELOG.md | 8 ++ packages/mock/package.json | 6 +- packages/node-api/CHANGELOG.md | 7 ++ packages/node-api/package.json | 8 +- packages/plugins/aws-storage/CHANGELOG.md | 6 ++ packages/plugins/aws-storage/package.json | 2 +- packages/plugins/ui-theme/package.json | 2 +- packages/proxy/CHANGELOG.md | 8 ++ packages/proxy/package.json | 6 +- packages/server/CHANGELOG.md | 14 +++ packages/server/package.json | 20 ++-- packages/standalone/package.json | 2 +- packages/store/CHANGELOG.md | 10 ++ packages/store/package.json | 10 +- packages/utils/CHANGELOG.md | 6 ++ packages/utils/package.json | 2 +- packages/verdaccio/CHANGELOG.md | 13 +++ packages/verdaccio/package.json | 16 +-- packages/web/CHANGELOG.md | 13 +++ packages/web/package.json | 14 +-- pnpm-lock.yaml | 114 +++++++++++----------- 38 files changed, 283 insertions(+), 131 deletions(-) create mode 100644 packages/core/server/CHANGELOG.md diff --git a/.changeset/pre.json b/.changeset/pre.json index 070d09994..fcbbddb36 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -39,17 +39,21 @@ "@verdaccio/cli-standalone": "6.0.0-alpha.3", "@verdaccio/tarball": "11.0.0-alpha.3", "@verdaccio/url": "11.0.0-alpha.3", - "@verdaccio/fastify-migration": "6.0.0-6-next.9" + "@verdaccio/fastify-migration": "6.0.0-6-next.9", + "@verdaccio/eslint-config": "1.0.0" }, "changesets": [ "afraid-mice-obey", "big-lobsters-sin", + "calm-pants-impress", "few-cooks-destroy", "fifty-jars-rest", "gentle-parrots-lay", "gentle-trains-switch", + "gold-vans-tease", "healthy-bikes-behave", "healthy-poets-compare", + "heavy-ravens-lay", "hip-hounds-destroy", "late-adults-love", "late-parents-act", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index ae47faf11..96c5461fa 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,18 @@ # @verdaccio/api +## 6.0.0-6-next.12 + +### Patch Changes + +- Updated dependencies [d2c65da9] + - @verdaccio/utils@6.0.0-6-next.5 + - @verdaccio/auth@6.0.0-6-next.9 + - @verdaccio/config@6.0.0-6-next.7 + - @verdaccio/tarball@11.0.0-6-next.6 + - @verdaccio/middleware@6.0.0-6-next.9 + - @verdaccio/store@6.0.0-6-next.10 + - @verdaccio/hooks@6.0.0-6-next.4 + ## 6.0.0-6-next.11 ### Patch Changes diff --git a/packages/api/package.json b/packages/api/package.json index fcff52ae4..b988b48ab 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/api", - "version": "6.0.0-6-next.11", + "version": "6.0.0-6-next.12", "description": "loaders logic", "main": "./build/index.js", "types": "build/index.d.ts", @@ -39,15 +39,15 @@ }, "license": "MIT", "dependencies": { - "@verdaccio/auth": "workspace:6.0.0-6-next.8", + "@verdaccio/auth": "workspace:6.0.0-6-next.9", "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.6", + "@verdaccio/config": "workspace:6.0.0-6-next.7", "@verdaccio/hooks": "workspace:6.0.0-6-next.4", "@verdaccio/logger": "workspace:6.0.0-6-next.4", - "@verdaccio/middleware": "workspace:6.0.0-6-next.8", - "@verdaccio/store": "workspace:6.0.0-6-next.9", - "@verdaccio/tarball": "workspace:11.0.0-6-next.5", - "@verdaccio/utils": "workspace:6.0.0-6-next.4", + "@verdaccio/middleware": "workspace:6.0.0-6-next.9", + "@verdaccio/store": "workspace:6.0.0-6-next.10", + "@verdaccio/tarball": "workspace:11.0.0-6-next.6", + "@verdaccio/utils": "workspace:6.0.0-6-next.5", "cookies": "0.8.0", "debug": "^4.1.1", "express": "4.17.1", @@ -56,7 +56,7 @@ "semver": "7.3.2" }, "devDependencies": { - "@verdaccio/server": "workspace:6.0.0-6-next.15", + "@verdaccio/server": "workspace:6.0.0-6-next.16", "@verdaccio/types": "workspace:11.0.0-6-next.7", "body-parser": "1.19.0", "lodash": "^4.17.20", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index ee6a378ce..9bb5b9eca 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,14 @@ # @verdaccio/auth +## 6.0.0-6-next.9 + +### Patch Changes + +- Updated dependencies [d2c65da9] + - @verdaccio/utils@6.0.0-6-next.5 + - @verdaccio/config@6.0.0-6-next.7 + - @verdaccio/loaders@6.0.0-6-next.4 + ## 6.0.0-6-next.8 ### Patch Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index ad1056f9a..4ff13298e 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/auth", - "version": "6.0.0-6-next.8", + "version": "6.0.0-6-next.9", "description": "logger", "main": "./build/index.js", "types": "build/index.d.ts", @@ -40,10 +40,10 @@ "license": "MIT", "dependencies": { "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.6", + "@verdaccio/config": "workspace:6.0.0-6-next.7", "@verdaccio/loaders": "workspace:6.0.0-6-next.4", "@verdaccio/logger": "workspace:6.0.0-6-next.4", - "@verdaccio/utils": "workspace:6.0.0-6-next.4", + "@verdaccio/utils": "workspace:6.0.0-6-next.5", "verdaccio-htpasswd": "workspace:11.0.0-alpha.6", "debug": "^4.1.1", "express": "4.17.1", @@ -51,7 +51,7 @@ "lodash": "4.17.15" }, "devDependencies": { - "@verdaccio/mock": "workspace:6.0.0-6-next.6", + "@verdaccio/mock": "workspace:6.0.0-6-next.7", "@verdaccio/types": "workspace:11.0.0-6-next.7" }, "funding": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 439b8ee96..520cd35bf 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,18 @@ # @verdaccio/cli +## 6.0.0-6-next.17 + +### Minor Changes + +- 55ee3fdd: [Fastify] Add ping endpoint + +### Patch Changes + +- Updated dependencies [55ee3fdd] + - @verdaccio/fastify-migration@6.0.0-6-next.10 + - @verdaccio/config@6.0.0-6-next.7 + - @verdaccio/node-api@6.0.0-6-next.17 + ## 6.0.0-6-next.16 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index cd922f99d..3935f2022 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/cli", - "version": "6.0.0-6-next.16", + "version": "6.0.0-6-next.17", "author": { "name": "Juan Picado", "email": "juanpicado19@gmail.com" @@ -44,10 +44,10 @@ "start": "ts-node src/index.ts" }, "dependencies": { - "@verdaccio/config": "workspace:6.0.0-6-next.6", + "@verdaccio/config": "workspace:6.0.0-6-next.7", "@verdaccio/logger": "workspace:6.0.0-6-next.4", - "@verdaccio/node-api": "workspace:6.0.0-6-next.16", - "@verdaccio/fastify-migration": "workspace:6.0.0-6-next.9", + "@verdaccio/node-api": "workspace:6.0.0-6-next.17", + "@verdaccio/fastify-migration": "workspace:6.0.0-6-next.10", "commander": "6.2.0", "clipanion": "3.0.0-rc.11", "envinfo": "7.4.0", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 8be8b20ce..ac4ca9967 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,12 @@ # @verdaccio/config +## 6.0.0-6-next.7 + +### Patch Changes + +- Updated dependencies [d2c65da9] + - @verdaccio/utils@6.0.0-6-next.5 + ## 6.0.0-6-next.6 ### Minor Changes diff --git a/packages/config/package.json b/packages/config/package.json index ce5400503..bda1aaa92 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/config", - "version": "6.0.0-6-next.6", + "version": "6.0.0-6-next.7", "description": "logger", "main": "./build/index.js", "types": "build/index.d.ts", @@ -40,7 +40,7 @@ }, "dependencies": { "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/utils": "workspace:6.0.0-6-next.4", + "@verdaccio/utils": "workspace:6.0.0-6-next.5", "debug": "^4.2.0", "js-yaml": "3.14.0", "lodash": "^4.17.20", diff --git a/packages/core/server/CHANGELOG.md b/packages/core/server/CHANGELOG.md new file mode 100644 index 000000000..ef8c2f7c3 --- /dev/null +++ b/packages/core/server/CHANGELOG.md @@ -0,0 +1,6 @@ +# @verdaccio/fastify-migration + +## 6.0.0-6-next.10 +### Minor Changes + +- 55ee3fdd: [Fastify] Add ping endpoint diff --git a/packages/core/server/package.json b/packages/core/server/package.json index 6eae5db35..7046c2fc9 100644 --- a/packages/core/server/package.json +++ b/packages/core/server/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/fastify-migration", - "version": "6.0.0-6-next.9", + "version": "6.0.0-6-next.10", "description": "Fastify server migration package", "keywords": [ "private", @@ -41,7 +41,7 @@ }, "devDependencies": { "@verdaccio/types": "workspace:11.0.0-6-next.7", - "@verdaccio/config": "workspace:6.0.0-6-next.6", + "@verdaccio/config": "workspace:6.0.0-6-next.7", "ts-node": "9.1.1" }, "scripts": { diff --git a/packages/core/tarball/CHANGELOG.md b/packages/core/tarball/CHANGELOG.md index e07c31bf7..4ddddc1e1 100644 --- a/packages/core/tarball/CHANGELOG.md +++ b/packages/core/tarball/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 11.0.0-6-next.6 + +### Patch Changes + +- Updated dependencies [d2c65da9] + - @verdaccio/utils@6.0.0-6-next.5 + ## 11.0.0-6-next.5 ### Patch Changes diff --git a/packages/core/tarball/package.json b/packages/core/tarball/package.json index 8ee98e405..977c978c3 100644 --- a/packages/core/tarball/package.json +++ b/packages/core/tarball/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/tarball", - "version": "11.0.0-6-next.5", + "version": "11.0.0-6-next.6", "description": "tarball utilities resolver", "keywords": [ "private", @@ -38,7 +38,7 @@ "lodash": "^4.17.21", "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", "@verdaccio/url": "workspace:11.0.0-6-next.4", - "@verdaccio/utils": "workspace:6.0.0-6-next.4" + "@verdaccio/utils": "workspace:6.0.0-6-next.5" }, "devDependencies": { "@verdaccio/types": "workspace:11.0.0-6-next.7", diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 8c261fbfc..7a87d4c7b 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -38,9 +38,9 @@ "request": "2.87.0" }, "devDependencies": { - "@verdaccio/auth": "workspace:6.0.0-6-next.8", + "@verdaccio/auth": "workspace:6.0.0-6-next.9", "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.6", + "@verdaccio/config": "workspace:6.0.0-6-next.7", "@verdaccio/types": "workspace:11.0.0-6-next.7", "nock": "^13.0.4" }, diff --git a/packages/loaders/package.json b/packages/loaders/package.json index 9a0e6ee77..d93840670 100644 --- a/packages/loaders/package.json +++ b/packages/loaders/package.json @@ -19,8 +19,8 @@ }, "devDependencies": { "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.6", - "@verdaccio/mock": "workspace:6.0.0-6-next.6", + "@verdaccio/config": "workspace:6.0.0-6-next.7", + "@verdaccio/mock": "workspace:6.0.0-6-next.7", "@verdaccio/types": "workspace:11.0.0-6-next.7" }, "homepage": "https://verdaccio.org", diff --git a/packages/middleware/CHANGELOG.md b/packages/middleware/CHANGELOG.md index 5a9819b53..bcfa81643 100644 --- a/packages/middleware/CHANGELOG.md +++ b/packages/middleware/CHANGELOG.md @@ -1,5 +1,13 @@ # @verdaccio/middleware +## 6.0.0-6-next.9 + +### Patch Changes + +- Updated dependencies [d2c65da9] + - @verdaccio/utils@6.0.0-6-next.5 + - @verdaccio/auth@6.0.0-6-next.9 + ## 6.0.0-6-next.8 ### Patch Changes diff --git a/packages/middleware/package.json b/packages/middleware/package.json index 97a030b00..f77c7de9f 100644 --- a/packages/middleware/package.json +++ b/packages/middleware/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/middleware", - "version": "6.0.0-6-next.8", + "version": "6.0.0-6-next.9", "description": "loaders logic", "main": "./build/index.js", "types": "build/index.d.ts", @@ -39,10 +39,10 @@ }, "dependencies": { "debug": "^4.3.1", - "@verdaccio/auth": "workspace:6.0.0-6-next.8", + "@verdaccio/auth": "workspace:6.0.0-6-next.9", "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", "@verdaccio/logger": "workspace:6.0.0-6-next.4", - "@verdaccio/utils": "workspace:6.0.0-6-next.4", + "@verdaccio/utils": "workspace:6.0.0-6-next.5", "lodash": "4.17.15" }, "funding": { diff --git a/packages/mock/CHANGELOG.md b/packages/mock/CHANGELOG.md index 9981c9dcf..5f8cea864 100644 --- a/packages/mock/CHANGELOG.md +++ b/packages/mock/CHANGELOG.md @@ -1,5 +1,13 @@ # @verdaccio/mock +## 6.0.0-6-next.7 + +### Patch Changes + +- Updated dependencies [d2c65da9] + - @verdaccio/utils@6.0.0-6-next.5 + - @verdaccio/config@6.0.0-6-next.7 + ## 6.0.0-6-next.6 ### Patch Changes diff --git a/packages/mock/package.json b/packages/mock/package.json index a0cbde858..e8aaa2889 100644 --- a/packages/mock/package.json +++ b/packages/mock/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/mock", - "version": "6.0.0-6-next.6", + "version": "6.0.0-6-next.7", "author": { "name": "Juan Picado", "email": "juanpicado19@gmail.com" @@ -40,8 +40,8 @@ }, "dependencies": { "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.6", - "@verdaccio/utils": "workspace:6.0.0-6-next.4", + "@verdaccio/config": "workspace:6.0.0-6-next.7", + "@verdaccio/utils": "workspace:6.0.0-6-next.5", "debug": "^4.2.0", "fs-extra": "^8.1.0", "lodash": "^4.17.20", diff --git a/packages/node-api/CHANGELOG.md b/packages/node-api/CHANGELOG.md index 879d1e0b2..7ae86b8a9 100644 --- a/packages/node-api/CHANGELOG.md +++ b/packages/node-api/CHANGELOG.md @@ -1,5 +1,12 @@ # @verdaccio/node-api +## 6.0.0-6-next.17 + +### Patch Changes + +- @verdaccio/config@6.0.0-6-next.7 +- @verdaccio/server@6.0.0-6-next.16 + ## 6.0.0-6-next.16 ### Patch Changes diff --git a/packages/node-api/package.json b/packages/node-api/package.json index 9d4308367..aa5d6abec 100644 --- a/packages/node-api/package.json +++ b/packages/node-api/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/node-api", - "version": "6.0.0-6-next.16", + "version": "6.0.0-6-next.17", "description": "node API", "main": "build/index.js", "types": "build/index.d.ts", @@ -40,15 +40,15 @@ "license": "MIT", "dependencies": { "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.6", - "@verdaccio/server": "workspace:6.0.0-6-next.15", + "@verdaccio/config": "workspace:6.0.0-6-next.7", + "@verdaccio/server": "workspace:6.0.0-6-next.16", "@verdaccio/logger": "workspace:6.0.0-6-next.4", "core-js": "^3.6.5", "debug": "^4.2.0", "lodash": "^4.17.20" }, "devDependencies": { - "@verdaccio/mock": "workspace:6.0.0-6-next.6", + "@verdaccio/mock": "workspace:6.0.0-6-next.7", "@verdaccio/types": "workspace:11.0.0-6-next.7", "jest-mock-process": "^1.4.0", "selfsigned": "1.10.7", diff --git a/packages/plugins/aws-storage/CHANGELOG.md b/packages/plugins/aws-storage/CHANGELOG.md index a2a002240..9b88ee3c1 100644 --- a/packages/plugins/aws-storage/CHANGELOG.md +++ b/packages/plugins/aws-storage/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 11.0.0-6-next.5 + +### Patch Changes + +- 6b1a28de: Fix the prefix used to delete from s3 when unpublishing packages + ## 11.0.0-6-next.4 ### Major Changes diff --git a/packages/plugins/aws-storage/package.json b/packages/plugins/aws-storage/package.json index c526188d7..f2460fa06 100644 --- a/packages/plugins/aws-storage/package.json +++ b/packages/plugins/aws-storage/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio-aws-s3-storage", - "version": "11.0.0-6-next.4", + "version": "11.0.0-6-next.5", "description": "AWS S3 storage implementation for Verdaccio", "keywords": [ "private", diff --git a/packages/plugins/ui-theme/package.json b/packages/plugins/ui-theme/package.json index b73719972..1c56fe539 100644 --- a/packages/plugins/ui-theme/package.json +++ b/packages/plugins/ui-theme/package.json @@ -29,7 +29,7 @@ "@testing-library/dom": "^7.29.0", "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "10.4.9", - "@verdaccio/node-api": "workspace:6.0.0-6-next.16", + "@verdaccio/node-api": "workspace:6.0.0-6-next.17", "autosuggest-highlight": "3.1.1", "babel-loader": "^8.2.2", "babel-plugin-dynamic-import-node": "^2.3.3", diff --git a/packages/proxy/CHANGELOG.md b/packages/proxy/CHANGELOG.md index a4e3e3e66..f0b829629 100644 --- a/packages/proxy/CHANGELOG.md +++ b/packages/proxy/CHANGELOG.md @@ -1,5 +1,13 @@ # @verdaccio/proxy +## 6.0.0-6-next.9 + +### Patch Changes + +- Updated dependencies [d2c65da9] + - @verdaccio/utils@6.0.0-6-next.5 + - @verdaccio/config@6.0.0-6-next.7 + ## 6.0.0-6-next.8 ### Patch Changes diff --git a/packages/proxy/package.json b/packages/proxy/package.json index f1a491b5c..237ef8776 100644 --- a/packages/proxy/package.json +++ b/packages/proxy/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/proxy", - "version": "6.0.0-6-next.8", + "version": "6.0.0-6-next.9", "description": "verdaccio proxy fetcher", "main": "./build/index.js", "types": "build/index.d.ts", @@ -40,11 +40,11 @@ }, "dependencies": { "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.6", + "@verdaccio/config": "workspace:6.0.0-6-next.7", "@verdaccio/local-storage": "workspace:11.0.0-6-next.6", "@verdaccio/logger": "workspace:6.0.0-6-next.4", "@verdaccio/streams": "workspace:11.0.0-alpha.3", - "@verdaccio/utils": "workspace:6.0.0-6-next.4", + "@verdaccio/utils": "workspace:6.0.0-6-next.5", "JSONStream": "1.3.5", "lodash": "4.17.20", "request": "2.87.0" diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index c59f1ba32..dee0f6fc3 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,19 @@ # @verdaccio/server +## 6.0.0-6-next.16 + +### Patch Changes + +- Updated dependencies [d2c65da9] + - @verdaccio/utils@6.0.0-6-next.5 + - @verdaccio/api@6.0.0-6-next.12 + - @verdaccio/auth@6.0.0-6-next.9 + - @verdaccio/config@6.0.0-6-next.7 + - @verdaccio/middleware@6.0.0-6-next.9 + - @verdaccio/store@6.0.0-6-next.10 + - @verdaccio/web@6.0.0-6-next.15 + - @verdaccio/loaders@6.0.0-6-next.4 + ## 6.0.0-6-next.15 ### Patch Changes diff --git a/packages/server/package.json b/packages/server/package.json index e950a9956..381a0fbcd 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/server", - "version": "6.0.0-6-next.15", + "version": "6.0.0-6-next.16", "description": "server logic", "main": "./build/index.js", "types": "build/index.d.ts", @@ -30,16 +30,16 @@ "npm": ">=6" }, "dependencies": { - "@verdaccio/api": "workspace:6.0.0-6-next.11", - "@verdaccio/auth": "workspace:6.0.0-6-next.8", + "@verdaccio/api": "workspace:6.0.0-6-next.12", + "@verdaccio/auth": "workspace:6.0.0-6-next.9", "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.6", + "@verdaccio/config": "workspace:6.0.0-6-next.7", "@verdaccio/loaders": "workspace:6.0.0-6-next.4", "@verdaccio/logger": "workspace:6.0.0-6-next.4", - "@verdaccio/middleware": "workspace:6.0.0-6-next.8", - "@verdaccio/store": "workspace:6.0.0-6-next.9", - "@verdaccio/utils": "workspace:6.0.0-6-next.4", - "@verdaccio/web": "workspace:6.0.0-6-next.14", + "@verdaccio/middleware": "workspace:6.0.0-6-next.9", + "@verdaccio/store": "workspace:6.0.0-6-next.10", + "@verdaccio/utils": "workspace:6.0.0-6-next.5", + "@verdaccio/web": "workspace:6.0.0-6-next.15", "verdaccio-audit": "workspace:11.0.0-alpha.4", "compression": "1.7.4", "cors": "2.8.5", @@ -48,8 +48,8 @@ "lodash": "4.17.15" }, "devDependencies": { - "@verdaccio/mock": "workspace:6.0.0-6-next.6", - "@verdaccio/proxy": "workspace:6.0.0-6-next.8", + "@verdaccio/mock": "workspace:6.0.0-6-next.7", + "@verdaccio/proxy": "workspace:6.0.0-6-next.9", "http-errors": "1.7.3", "request": "2.87.0" }, diff --git a/packages/standalone/package.json b/packages/standalone/package.json index 8cb6226a9..f901eeb79 100644 --- a/packages/standalone/package.json +++ b/packages/standalone/package.json @@ -32,7 +32,7 @@ "homepage": "https://verdaccio.org", "license": "MIT", "devDependencies": { - "@verdaccio/cli": "workspace:6.0.0-6-next.16", + "@verdaccio/cli": "workspace:6.0.0-6-next.17", "@verdaccio/ui-theme": "workspace:6.0.0-6-next.8", "fs-extra": "9.0.1", "webpack": "^5.11.1", diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md index fbf7a6ba9..a0fd76a01 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -1,5 +1,15 @@ # @verdaccio/store +## 6.0.0-6-next.10 + +### Patch Changes + +- Updated dependencies [d2c65da9] + - @verdaccio/utils@6.0.0-6-next.5 + - @verdaccio/config@6.0.0-6-next.7 + - @verdaccio/proxy@6.0.0-6-next.9 + - @verdaccio/loaders@6.0.0-6-next.4 + ## 6.0.0-6-next.9 ### Patch Changes diff --git a/packages/store/package.json b/packages/store/package.json index cfc27e174..470101880 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/store", - "version": "6.0.0-6-next.9", + "version": "6.0.0-6-next.10", "description": "loaders logic", "main": "./build/index.js", "types": "build/index.d.ts", @@ -40,13 +40,13 @@ }, "dependencies": { "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.6", + "@verdaccio/config": "workspace:6.0.0-6-next.7", "@verdaccio/loaders": "workspace:6.0.0-6-next.4", "@verdaccio/local-storage": "workspace:11.0.0-6-next.6", "@verdaccio/logger": "workspace:6.0.0-6-next.4", - "@verdaccio/proxy": "workspace:6.0.0-6-next.8", + "@verdaccio/proxy": "workspace:6.0.0-6-next.9", "@verdaccio/streams": "workspace:11.0.0-alpha.3", - "@verdaccio/utils": "workspace:6.0.0-6-next.4", + "@verdaccio/utils": "workspace:6.0.0-6-next.5", "async": "3.1.1", "debug": "^4.1.1", "lodash": "4.17.15", @@ -55,7 +55,7 @@ "semver": "7.1.2" }, "devDependencies": { - "@verdaccio/mock": "workspace:6.0.0-6-next.6", + "@verdaccio/mock": "workspace:6.0.0-6-next.7", "@verdaccio/types": "workspace:11.0.0-6-next.7" }, "funding": { diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 606cd5969..66f82bbfc 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @verdaccio/utils +## 6.0.0-6-next.5 + +### Patch Changes + +- d2c65da9: Fixed the validation of the name when searching for a tarball that have scoped package name + ## 6.0.0-6-next.4 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index ec600373e..cf555d9a1 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/utils", - "version": "6.0.0-6-next.4", + "version": "6.0.0-6-next.5", "description": "verdaccio utilities", "main": "./build/index.js", "types": "build/index.d.ts", diff --git a/packages/verdaccio/CHANGELOG.md b/packages/verdaccio/CHANGELOG.md index e672c1fcf..f75c6c042 100644 --- a/packages/verdaccio/CHANGELOG.md +++ b/packages/verdaccio/CHANGELOG.md @@ -1,5 +1,18 @@ # verdaccio +## 6.0.0-6-next.18 + +### Patch Changes + +- Updated dependencies [d2c65da9] +- Updated dependencies [55ee3fdd] + - @verdaccio/utils@6.0.0-6-next.5 + - @verdaccio/cli@6.0.0-6-next.17 + - @verdaccio/mock@6.0.0-6-next.7 + - @verdaccio/hooks@6.0.0-6-next.4 + - @verdaccio/node-api@6.0.0-6-next.17 + - @verdaccio/ui-theme@6.0.0-6-next.8 + ## 6.0.0-6-next.17 ### Patch Changes diff --git a/packages/verdaccio/package.json b/packages/verdaccio/package.json index 8916bf28a..12b5e2bdf 100644 --- a/packages/verdaccio/package.json +++ b/packages/verdaccio/package.json @@ -1,6 +1,6 @@ { "name": "verdaccio", - "version": "6.0.0-6-next.17", + "version": "6.0.0-6-next.18", "description": "A lightweight private npm proxy registry", "main": "build/index.js", "types": "build/index.d.ts", @@ -36,21 +36,21 @@ }, "homepage": "https://verdaccio.org", "dependencies": { - "@verdaccio/cli": "workspace:6.0.0-6-next.16", + "@verdaccio/cli": "workspace:6.0.0-6-next.17", "@verdaccio/hooks": "workspace:6.0.0-6-next.4", "@verdaccio/logger": "workspace:6.0.0-6-next.4", - "@verdaccio/mock": "workspace:6.0.0-6-next.6", - "@verdaccio/node-api": "workspace:6.0.0-6-next.16", + "@verdaccio/mock": "workspace:6.0.0-6-next.7", + "@verdaccio/node-api": "workspace:6.0.0-6-next.17", "@verdaccio/ui-theme": "workspace:6.0.0-6-next.8", - "@verdaccio/utils": "workspace:6.0.0-6-next.4", + "@verdaccio/utils": "workspace:6.0.0-6-next.5", "verdaccio-audit": "11.0.0-alpha.4", "verdaccio-htpasswd": "11.0.0-alpha.6" }, "devDependencies": { - "@verdaccio/auth": "workspace:6.0.0-6-next.8", + "@verdaccio/auth": "workspace:6.0.0-6-next.9", "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.6", - "@verdaccio/store": "workspace:6.0.0-6-next.9" + "@verdaccio/config": "workspace:6.0.0-6-next.7", + "@verdaccio/store": "workspace:6.0.0-6-next.10" }, "keywords": [ "private", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 85c5ff5a4..7add2eaa9 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,18 @@ # @verdaccio/web +## 6.0.0-6-next.15 + +### Patch Changes + +- Updated dependencies [d2c65da9] + - @verdaccio/utils@6.0.0-6-next.5 + - @verdaccio/auth@6.0.0-6-next.9 + - @verdaccio/config@6.0.0-6-next.7 + - @verdaccio/tarball@11.0.0-6-next.6 + - @verdaccio/middleware@6.0.0-6-next.9 + - @verdaccio/store@6.0.0-6-next.10 + - @verdaccio/loaders@6.0.0-6-next.4 + ## 6.0.0-6-next.14 ### Patch Changes diff --git a/packages/web/package.json b/packages/web/package.json index da0ea5b4e..e135311d5 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@verdaccio/web", - "version": "6.0.0-6-next.14", + "version": "6.0.0-6-next.15", "description": "web ui middleware", "main": "./build/index.js", "types": "build/index.d.ts", @@ -25,17 +25,17 @@ }, "license": "MIT", "dependencies": { - "@verdaccio/auth": "workspace:6.0.0-6-next.8", + "@verdaccio/auth": "workspace:6.0.0-6-next.9", "@verdaccio/commons-api": "workspace:11.0.0-alpha.3", - "@verdaccio/config": "workspace:6.0.0-6-next.6", + "@verdaccio/config": "workspace:6.0.0-6-next.7", "@verdaccio/loaders": "workspace:6.0.0-6-next.4", "@verdaccio/logger": "workspace:6.0.0-6-next.4", - "@verdaccio/middleware": "workspace:6.0.0-6-next.8", + "@verdaccio/middleware": "workspace:6.0.0-6-next.9", "@verdaccio/readme": "workspace:11.0.0-alpha.3", - "@verdaccio/store": "workspace:6.0.0-6-next.9", - "@verdaccio/utils": "workspace:6.0.0-6-next.4", + "@verdaccio/store": "workspace:6.0.0-6-next.10", + "@verdaccio/utils": "workspace:6.0.0-6-next.5", "@verdaccio/url": "workspace:11.0.0-6-next.4", - "@verdaccio/tarball": "workspace:11.0.0-6-next.5", + "@verdaccio/tarball": "workspace:11.0.0-6-next.6", "body-parse": "0.1.0", "lru-cache": "^6.0.0", "body-parser": "1.19.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 38bdfdb9b..68cfda9a7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -222,17 +222,17 @@ importers: packages/api: specifiers: - '@verdaccio/auth': workspace:6.0.0-6-next.8 + '@verdaccio/auth': workspace:6.0.0-6-next.9 '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.6 + '@verdaccio/config': workspace:6.0.0-6-next.7 '@verdaccio/hooks': workspace:6.0.0-6-next.4 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/middleware': workspace:6.0.0-6-next.8 - '@verdaccio/server': workspace:6.0.0-6-next.15 - '@verdaccio/store': workspace:6.0.0-6-next.9 - '@verdaccio/tarball': workspace:11.0.0-6-next.5 + '@verdaccio/middleware': workspace:6.0.0-6-next.9 + '@verdaccio/server': workspace:6.0.0-6-next.16 + '@verdaccio/store': workspace:6.0.0-6-next.10 + '@verdaccio/tarball': workspace:11.0.0-6-next.6 '@verdaccio/types': workspace:11.0.0-6-next.7 - '@verdaccio/utils': workspace:6.0.0-6-next.4 + '@verdaccio/utils': workspace:6.0.0-6-next.5 body-parser: 1.19.0 cookies: 0.8.0 debug: ^4.1.1 @@ -266,12 +266,12 @@ importers: packages/auth: specifiers: '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.6 + '@verdaccio/config': workspace:6.0.0-6-next.7 '@verdaccio/loaders': workspace:6.0.0-6-next.4 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/mock': workspace:6.0.0-6-next.6 + '@verdaccio/mock': workspace:6.0.0-6-next.7 '@verdaccio/types': workspace:11.0.0-6-next.7 - '@verdaccio/utils': workspace:6.0.0-6-next.4 + '@verdaccio/utils': workspace:6.0.0-6-next.5 debug: ^4.1.1 express: 4.17.1 jsonwebtoken: 8.5.1 @@ -294,10 +294,10 @@ importers: packages/cli: specifiers: - '@verdaccio/config': workspace:6.0.0-6-next.6 - '@verdaccio/fastify-migration': workspace:6.0.0-6-next.9 + '@verdaccio/config': workspace:6.0.0-6-next.7 + '@verdaccio/fastify-migration': workspace:6.0.0-6-next.10 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/node-api': workspace:6.0.0-6-next.16 + '@verdaccio/node-api': workspace:6.0.0-6-next.17 clipanion: 3.0.0-rc.11 commander: 6.2.0 envinfo: 7.4.0 @@ -322,7 +322,7 @@ importers: '@types/minimatch': 3.0.3 '@types/yup': ^0.29.9 '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/utils': workspace:6.0.0-6-next.4 + '@verdaccio/utils': workspace:6.0.0-6-next.5 debug: ^4.2.0 js-yaml: 3.14.0 lodash: ^4.17.20 @@ -422,7 +422,7 @@ importers: packages/core/server: specifiers: - '@verdaccio/config': workspace:6.0.0-6-next.6 + '@verdaccio/config': workspace:6.0.0-6-next.7 '@verdaccio/logger': workspace:6.0.0-6-next.4 '@verdaccio/types': workspace:11.0.0-6-next.7 debug: 4.3.1 @@ -450,7 +450,7 @@ importers: '@verdaccio/commons-api': workspace:11.0.0-alpha.3 '@verdaccio/types': workspace:11.0.0-6-next.7 '@verdaccio/url': workspace:11.0.0-6-next.4 - '@verdaccio/utils': workspace:6.0.0-6-next.4 + '@verdaccio/utils': workspace:6.0.0-6-next.5 debug: ^4.3.1 express: 4.17.1 lodash: ^4.17.21 @@ -491,9 +491,9 @@ importers: packages/hooks: specifiers: - '@verdaccio/auth': workspace:6.0.0-6-next.8 + '@verdaccio/auth': workspace:6.0.0-6-next.9 '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.6 + '@verdaccio/config': workspace:6.0.0-6-next.7 '@verdaccio/logger': workspace:6.0.0-6-next.4 '@verdaccio/types': workspace:11.0.0-6-next.7 debug: ^4.2.0 @@ -517,9 +517,9 @@ importers: packages/loaders: specifiers: '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.6 + '@verdaccio/config': workspace:6.0.0-6-next.7 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/mock': workspace:6.0.0-6-next.6 + '@verdaccio/mock': workspace:6.0.0-6-next.7 '@verdaccio/types': workspace:11.0.0-6-next.7 debug: ^4.1.1 lodash: 4.17.15 @@ -573,10 +573,10 @@ importers: packages/middleware: specifiers: - '@verdaccio/auth': workspace:6.0.0-6-next.8 + '@verdaccio/auth': workspace:6.0.0-6-next.9 '@verdaccio/commons-api': workspace:11.0.0-alpha.3 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/utils': workspace:6.0.0-6-next.4 + '@verdaccio/utils': workspace:6.0.0-6-next.5 debug: ^4.3.1 lodash: 4.17.15 dependencies: @@ -590,9 +590,9 @@ importers: packages/mock: specifiers: '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.6 + '@verdaccio/config': workspace:6.0.0-6-next.7 '@verdaccio/types': workspace:11.0.0-6-next.7 - '@verdaccio/utils': workspace:6.0.0-6-next.4 + '@verdaccio/utils': workspace:6.0.0-6-next.5 debug: ^4.2.0 fs-extra: ^8.1.0 lodash: ^4.17.20 @@ -613,10 +613,10 @@ importers: packages/node-api: specifiers: '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.6 + '@verdaccio/config': workspace:6.0.0-6-next.7 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/mock': workspace:6.0.0-6-next.6 - '@verdaccio/server': workspace:6.0.0-6-next.15 + '@verdaccio/mock': workspace:6.0.0-6-next.7 + '@verdaccio/server': workspace:6.0.0-6-next.16 '@verdaccio/types': workspace:11.0.0-6-next.7 core-js: ^3.6.5 debug: ^4.2.0 @@ -748,7 +748,7 @@ importers: '@testing-library/dom': ^7.29.0 '@testing-library/jest-dom': ^5.11.6 '@testing-library/react': 10.4.9 - '@verdaccio/node-api': workspace:6.0.0-6-next.16 + '@verdaccio/node-api': workspace:6.0.0-6-next.17 autosuggest-highlight: 3.1.1 babel-loader: ^8.2.2 babel-plugin-dynamic-import-node: ^2.3.3 @@ -895,12 +895,12 @@ importers: packages/proxy: specifiers: '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.6 + '@verdaccio/config': workspace:6.0.0-6-next.7 '@verdaccio/local-storage': workspace:11.0.0-6-next.6 '@verdaccio/logger': workspace:6.0.0-6-next.4 '@verdaccio/streams': workspace:11.0.0-alpha.3 '@verdaccio/types': workspace:11.0.0-6-next.7 - '@verdaccio/utils': workspace:6.0.0-6-next.4 + '@verdaccio/utils': workspace:6.0.0-6-next.5 JSONStream: 1.3.5 lodash: 4.17.20 nock: 13.0.11 @@ -923,18 +923,18 @@ importers: packages/server: specifiers: - '@verdaccio/api': workspace:6.0.0-6-next.11 - '@verdaccio/auth': workspace:6.0.0-6-next.8 + '@verdaccio/api': workspace:6.0.0-6-next.12 + '@verdaccio/auth': workspace:6.0.0-6-next.9 '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.6 + '@verdaccio/config': workspace:6.0.0-6-next.7 '@verdaccio/loaders': workspace:6.0.0-6-next.4 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/middleware': workspace:6.0.0-6-next.8 - '@verdaccio/mock': workspace:6.0.0-6-next.6 - '@verdaccio/proxy': workspace:6.0.0-6-next.8 - '@verdaccio/store': workspace:6.0.0-6-next.9 - '@verdaccio/utils': workspace:6.0.0-6-next.4 - '@verdaccio/web': workspace:6.0.0-6-next.14 + '@verdaccio/middleware': workspace:6.0.0-6-next.9 + '@verdaccio/mock': workspace:6.0.0-6-next.7 + '@verdaccio/proxy': workspace:6.0.0-6-next.9 + '@verdaccio/store': workspace:6.0.0-6-next.10 + '@verdaccio/utils': workspace:6.0.0-6-next.5 + '@verdaccio/web': workspace:6.0.0-6-next.15 compression: 1.7.4 cors: 2.8.5 express: 4.17.1 @@ -968,7 +968,7 @@ importers: packages/standalone: specifiers: - '@verdaccio/cli': workspace:6.0.0-6-next.16 + '@verdaccio/cli': workspace:6.0.0-6-next.17 '@verdaccio/ui-theme': workspace:6.0.0-6-next.8 fs-extra: 9.0.1 webpack: ^5.11.1 @@ -987,15 +987,15 @@ importers: packages/store: specifiers: '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.6 + '@verdaccio/config': workspace:6.0.0-6-next.7 '@verdaccio/loaders': workspace:6.0.0-6-next.4 '@verdaccio/local-storage': workspace:11.0.0-6-next.6 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/mock': workspace:6.0.0-6-next.6 - '@verdaccio/proxy': workspace:6.0.0-6-next.8 + '@verdaccio/mock': workspace:6.0.0-6-next.7 + '@verdaccio/proxy': workspace:6.0.0-6-next.9 '@verdaccio/streams': workspace:11.0.0-alpha.3 '@verdaccio/types': workspace:11.0.0-6-next.7 - '@verdaccio/utils': workspace:6.0.0-6-next.4 + '@verdaccio/utils': workspace:6.0.0-6-next.5 async: 3.1.1 debug: ^4.1.1 lodash: 4.17.15 @@ -1043,17 +1043,17 @@ importers: packages/verdaccio: specifiers: - '@verdaccio/auth': workspace:6.0.0-6-next.8 - '@verdaccio/cli': workspace:6.0.0-6-next.16 + '@verdaccio/auth': workspace:6.0.0-6-next.9 + '@verdaccio/cli': workspace:6.0.0-6-next.17 '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.6 + '@verdaccio/config': workspace:6.0.0-6-next.7 '@verdaccio/hooks': workspace:6.0.0-6-next.4 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/mock': workspace:6.0.0-6-next.6 - '@verdaccio/node-api': workspace:6.0.0-6-next.16 - '@verdaccio/store': workspace:6.0.0-6-next.9 + '@verdaccio/mock': workspace:6.0.0-6-next.7 + '@verdaccio/node-api': workspace:6.0.0-6-next.17 + '@verdaccio/store': workspace:6.0.0-6-next.10 '@verdaccio/ui-theme': workspace:6.0.0-6-next.8 - '@verdaccio/utils': workspace:6.0.0-6-next.4 + '@verdaccio/utils': workspace:6.0.0-6-next.5 verdaccio-audit: 11.0.0-alpha.4 verdaccio-htpasswd: 11.0.0-alpha.6 dependencies: @@ -1074,18 +1074,18 @@ importers: packages/web: specifiers: - '@verdaccio/auth': workspace:6.0.0-6-next.8 + '@verdaccio/auth': workspace:6.0.0-6-next.9 '@verdaccio/commons-api': workspace:11.0.0-alpha.3 - '@verdaccio/config': workspace:6.0.0-6-next.6 + '@verdaccio/config': workspace:6.0.0-6-next.7 '@verdaccio/loaders': workspace:6.0.0-6-next.4 '@verdaccio/logger': workspace:6.0.0-6-next.4 - '@verdaccio/middleware': workspace:6.0.0-6-next.8 + '@verdaccio/middleware': workspace:6.0.0-6-next.9 '@verdaccio/readme': workspace:11.0.0-alpha.3 - '@verdaccio/store': workspace:6.0.0-6-next.9 - '@verdaccio/tarball': workspace:11.0.0-6-next.5 + '@verdaccio/store': workspace:6.0.0-6-next.10 + '@verdaccio/tarball': workspace:11.0.0-6-next.6 '@verdaccio/types': workspace:11.0.0-6-next.7 '@verdaccio/url': workspace:11.0.0-6-next.4 - '@verdaccio/utils': workspace:6.0.0-6-next.4 + '@verdaccio/utils': workspace:6.0.0-6-next.5 body-parse: 0.1.0 body-parser: 1.19.0 debug: ^4.1.1