Compare commits
14 Commits
@verdaccio
...
@verdaccio
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5003aa7016 | ||
|
|
23296a2c66 | ||
|
|
3eb48d6c70 | ||
|
|
f0501eea78 | ||
|
|
d22ef4e61e | ||
|
|
96d2f0f24d | ||
|
|
0b66de1274 | ||
|
|
897ca09828 | ||
|
|
85bf8dc6d8 | ||
|
|
7fa42b5a4e | ||
|
|
4ec28f20b3 | ||
|
|
003be2a561 | ||
|
|
bd3d50b7c0 | ||
|
|
93348f0208 |
5
.changeset/fuzzy-ears-yawn.md
Normal file
5
.changeset/fuzzy-ears-yawn.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@verdaccio/loaders': patch
|
||||
---
|
||||
|
||||
add `@verdaccio/core` as a dependency
|
||||
@@ -98,6 +98,7 @@
|
||||
"four-buttons-remember",
|
||||
"fresh-owls-hunt",
|
||||
"funny-fireants-tan",
|
||||
"fuzzy-ears-yawn",
|
||||
"gentle-stingrays-repeat",
|
||||
"gold-files-speak",
|
||||
"gold-squids-watch",
|
||||
@@ -135,6 +136,7 @@
|
||||
"purple-planes-do",
|
||||
"quick-avocados-type",
|
||||
"quick-seas-deny",
|
||||
"real-balloons-travel",
|
||||
"real-seahorses-change",
|
||||
"red-dolls-repair",
|
||||
"rotten-melons-notice",
|
||||
@@ -162,6 +164,7 @@
|
||||
"tender-buckets-smoke",
|
||||
"thick-dolphins-rule",
|
||||
"thirty-comics-trade",
|
||||
"tidy-socks-battle",
|
||||
"tricky-impalas-shake",
|
||||
"tricky-knives-end",
|
||||
"twelve-games-wonder",
|
||||
|
||||
5
.changeset/real-balloons-travel.md
Normal file
5
.changeset/real-balloons-travel.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@verdaccio/web': patch
|
||||
---
|
||||
|
||||
fix: config web login default
|
||||
5
.changeset/tidy-socks-battle.md
Normal file
5
.changeset/tidy-socks-battle.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@verdaccio/core': patch
|
||||
---
|
||||
|
||||
fix(core): remove `lodash` from a dependency
|
||||
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
if: github.repository == 'verdaccio/verdaccio'
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
|
||||
|
||||
@@ -4,16 +4,16 @@
|
||||
"version": "2.0.0-next-8.0",
|
||||
"main": "src/index.ts",
|
||||
"devDependencies": {
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.6",
|
||||
"debug": "4.4.0",
|
||||
"debug": "4.4.1",
|
||||
"fs-extra": "11.2.0",
|
||||
"get-port": "5.1.1",
|
||||
"got": "11.8.6",
|
||||
"js-yaml": "4.1.0",
|
||||
"lodash": "4.17.21",
|
||||
"verdaccio": "workspace:8.0.0-next-8.16"
|
||||
"verdaccio": "workspace:8.0.0-next-8.18"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo no test",
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
"name": "@verdaccio/e2e-ui",
|
||||
"version": "2.0.0",
|
||||
"devDependencies": {
|
||||
"verdaccio": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"verdaccio": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/test-helper": "workspace:4.0.0-next-8.5",
|
||||
"debug": "4.4.0",
|
||||
"debug": "4.4.1",
|
||||
"cypress": "^13.6.0",
|
||||
"get-port": "5.1.1"
|
||||
},
|
||||
|
||||
44
package.json
44
package.json
@@ -15,34 +15,34 @@
|
||||
"url": "https://opencollective.com/verdaccio"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.26.4",
|
||||
"@babel/core": "7.26.9",
|
||||
"@babel/cli": "7.27.2",
|
||||
"@babel/core": "7.27.4",
|
||||
"@babel/eslint-parser": "7.25.9",
|
||||
"@babel/node": "7.26.0",
|
||||
"@babel/plugin-proposal-decorators": "7.25.9",
|
||||
"@babel/plugin-proposal-function-sent": "7.25.9",
|
||||
"@babel/plugin-proposal-throw-expressions": "7.25.9",
|
||||
"@babel/node": "7.27.1",
|
||||
"@babel/plugin-proposal-decorators": "7.27.1",
|
||||
"@babel/plugin-proposal-function-sent": "7.27.1",
|
||||
"@babel/plugin-proposal-throw-expressions": "7.27.1",
|
||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||
"@babel/plugin-syntax-import-meta": "7.10.4",
|
||||
"@babel/plugin-transform-async-to-generator": "7.25.9",
|
||||
"@babel/plugin-transform-class-properties": "7.25.9",
|
||||
"@babel/plugin-transform-classes": "7.25.9",
|
||||
"@babel/plugin-transform-export-namespace-from": "7.25.9",
|
||||
"@babel/plugin-transform-json-strings": "7.25.9",
|
||||
"@babel/plugin-transform-nullish-coalescing-operator": "7.26.6",
|
||||
"@babel/plugin-transform-numeric-separator": "7.25.9",
|
||||
"@babel/plugin-transform-object-rest-spread": "7.25.9",
|
||||
"@babel/plugin-transform-optional-chaining": "7.25.9",
|
||||
"@babel/plugin-transform-runtime": "7.26.9",
|
||||
"@babel/preset-env": "7.26.9",
|
||||
"@babel/preset-react": "7.26.3",
|
||||
"@babel/plugin-transform-async-to-generator": "7.27.1",
|
||||
"@babel/plugin-transform-class-properties": "7.27.1",
|
||||
"@babel/plugin-transform-classes": "7.27.1",
|
||||
"@babel/plugin-transform-export-namespace-from": "7.27.1",
|
||||
"@babel/plugin-transform-json-strings": "7.27.1",
|
||||
"@babel/plugin-transform-nullish-coalescing-operator": "7.27.1",
|
||||
"@babel/plugin-transform-numeric-separator": "7.27.1",
|
||||
"@babel/plugin-transform-object-rest-spread": "7.27.3",
|
||||
"@babel/plugin-transform-optional-chaining": "7.27.1",
|
||||
"@babel/plugin-transform-runtime": "7.27.4",
|
||||
"@babel/preset-env": "7.27.2",
|
||||
"@babel/preset-react": "7.27.1",
|
||||
"@babel/preset-typescript": "7.24.7",
|
||||
"@babel/register": "7.25.9",
|
||||
"@babel/runtime": "7.26.9",
|
||||
"@babel/register": "7.27.1",
|
||||
"@babel/runtime": "7.27.6",
|
||||
"@changesets/changelog-github": "0.5.1",
|
||||
"@changesets/cli": "2.27.12",
|
||||
"@changesets/get-dependents-graph": "2.1.3",
|
||||
"@crowdin/cli": "4.4.1",
|
||||
"@crowdin/cli": "4.7.1",
|
||||
"@dianmora/contributors": "5.0.0",
|
||||
"@emotion/react": "11.10.6",
|
||||
"@emotion/styled": "11.10.6",
|
||||
@@ -96,7 +96,7 @@
|
||||
"babel-plugin-emotion": "11.0.0",
|
||||
"concurrently": "8.2.2",
|
||||
"cross-env": "7.0.3",
|
||||
"debug": "4.4.0",
|
||||
"debug": "4.4.1",
|
||||
"detect-secrets": "1.0.6",
|
||||
"eslint": "8.57.1",
|
||||
"fs-extra": "11.2.0",
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
# @verdaccio/api
|
||||
|
||||
## 8.1.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/auth@8.0.0-next-8.18
|
||||
- @verdaccio/store@8.0.0-next-8.18
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
- @verdaccio/config@8.0.0-next-8.18
|
||||
- @verdaccio/middleware@8.0.0-next-8.18
|
||||
- @verdaccio/logger@8.0.0-next-8.18
|
||||
|
||||
## 8.1.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
- @verdaccio/auth@8.0.0-next-8.17
|
||||
- @verdaccio/config@8.0.0-next-8.17
|
||||
- @verdaccio/middleware@8.0.0-next-8.17
|
||||
- @verdaccio/store@8.0.0-next-8.17
|
||||
- @verdaccio/logger@8.0.0-next-8.17
|
||||
|
||||
## 8.1.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/api",
|
||||
"version": "8.1.0-next-8.16",
|
||||
"version": "8.1.0-next-8.18",
|
||||
"description": "Verdaccio Registry API",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -42,20 +42,20 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@verdaccio/auth": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/middleware": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/store": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/auth": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/middleware": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/store": "workspace:8.0.0-next-8.18",
|
||||
"abortcontroller-polyfill": "1.7.8",
|
||||
"body-parser": "1.20.3",
|
||||
"cookies": "0.9.1",
|
||||
"debug": "4.4.0",
|
||||
"debug": "4.4.1",
|
||||
"express": "4.21.2",
|
||||
"lodash": "4.17.21",
|
||||
"mime": "2.6.0",
|
||||
"semver": "7.7.1"
|
||||
"semver": "7.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/test-helper": "workspace:4.0.0-next-8.5",
|
||||
|
||||
@@ -1,5 +1,27 @@
|
||||
# @verdaccio/auth
|
||||
|
||||
## 8.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [23296a2]
|
||||
- @verdaccio/loaders@8.0.0-next-8.8
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
- @verdaccio/config@8.0.0-next-8.18
|
||||
- verdaccio-htpasswd@13.0.0-next-8.18
|
||||
- @verdaccio/signature@8.0.0-next-8.10
|
||||
|
||||
## 8.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
- @verdaccio/config@8.0.0-next-8.17
|
||||
- @verdaccio/loaders@8.0.0-next-8.7
|
||||
- verdaccio-htpasswd@13.0.0-next-8.17
|
||||
- @verdaccio/signature@8.0.0-next-8.9
|
||||
|
||||
## 8.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/auth",
|
||||
"version": "8.0.0-next-8.16",
|
||||
"version": "8.0.0-next-8.18",
|
||||
"description": "Verdaccio Authentication",
|
||||
"main": "./build/index.js",
|
||||
"types": "./build/index.d.ts",
|
||||
@@ -42,18 +42,18 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/loaders": "workspace:8.0.0-next-8.7",
|
||||
"@verdaccio/signature": "workspace:8.0.0-next-8.8",
|
||||
"debug": "4.4.0",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/loaders": "workspace:8.0.0-next-8.8",
|
||||
"@verdaccio/signature": "workspace:8.0.0-next-8.10",
|
||||
"debug": "4.4.1",
|
||||
"lodash": "4.17.21",
|
||||
"verdaccio-htpasswd": "workspace:13.0.0-next-8.16"
|
||||
"verdaccio-htpasswd": "workspace:13.0.0-next-8.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/middleware": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/middleware": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.6",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"express": "4.21.2",
|
||||
"supertest": "7.0.0"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# @verdaccio/cli
|
||||
|
||||
## 8.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/node-api@8.0.0-next-8.18
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
- @verdaccio/config@8.0.0-next-8.18
|
||||
- @verdaccio/logger@8.0.0-next-8.18
|
||||
|
||||
## 8.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
- @verdaccio/config@8.0.0-next-8.17
|
||||
- @verdaccio/node-api@8.0.0-next-8.17
|
||||
- @verdaccio/logger@8.0.0-next-8.17
|
||||
|
||||
## 8.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/cli",
|
||||
"version": "8.0.0-next-8.16",
|
||||
"version": "8.0.0-next-8.18",
|
||||
"author": {
|
||||
"name": "Juan Picado",
|
||||
"email": "juanpicado19@gmail.com"
|
||||
@@ -47,14 +47,14 @@
|
||||
"start": "ts-node src/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/node-api": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/node-api": "workspace:8.0.0-next-8.18",
|
||||
"clipanion": "4.0.0-rc.4",
|
||||
"envinfo": "7.14.0",
|
||||
"kleur": "4.1.5",
|
||||
"semver": "7.7.1"
|
||||
"semver": "7.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ts-node": "10.9.2"
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @verdaccio/config
|
||||
|
||||
## 8.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
|
||||
## 8.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
|
||||
## 8.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/config",
|
||||
"version": "8.0.0-next-8.16",
|
||||
"version": "8.0.0-next-8.18",
|
||||
"description": "Verdaccio Configuration",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -42,8 +42,8 @@
|
||||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"debug": "4.4.0",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"debug": "4.4.1",
|
||||
"js-yaml": "4.1.0",
|
||||
"lodash": "4.17.21",
|
||||
"minimatch": "7.4.6"
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @verdaccio/core
|
||||
|
||||
## 8.0.0-next-8.18
|
||||
|
||||
## 8.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 96d2f0f: fix(core): remove `lodash` from a dependency
|
||||
|
||||
## 8.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/core",
|
||||
"version": "8.0.0-next-8.16",
|
||||
"version": "8.0.0-next-8.18",
|
||||
"description": "Verdaccio Core Components",
|
||||
"keywords": [
|
||||
"private",
|
||||
@@ -39,11 +39,10 @@
|
||||
"http-status-codes": "2.3.0",
|
||||
"minimatch": "10.0.1",
|
||||
"process-warning": "1.0.0",
|
||||
"semver": "7.7.1"
|
||||
"semver": "7.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.6",
|
||||
"lodash": "4.17.21",
|
||||
"typedoc": "0.23.25",
|
||||
"typedoc-plugin-missing-exports": "latest"
|
||||
},
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import _ from 'lodash';
|
||||
import { MMRegExp, minimatch } from 'minimatch';
|
||||
|
||||
import { PackageAccess, PackageList } from '@verdaccio/types';
|
||||
@@ -25,7 +24,7 @@ export function buildUserBuffer(name: string, password: string): Buffer {
|
||||
}
|
||||
|
||||
export function buildToken(type: string, token: string): string {
|
||||
return `${_.capitalize(type)} ${token}`;
|
||||
return `${capitalize(type)} ${token}`;
|
||||
}
|
||||
|
||||
export function getMatchedPackagesSpec(
|
||||
@@ -39,3 +38,7 @@ export function getMatchedPackagesSpec(
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
function capitalize(str: string): string {
|
||||
return str.charAt(0).toUpperCase() + str.slice(1).toLowerCase();
|
||||
}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import _ from 'lodash';
|
||||
import { describe, expect, test } from 'vitest';
|
||||
|
||||
import { HTTP_STATUS } from '../src/constants';
|
||||
@@ -17,14 +16,14 @@ import {
|
||||
|
||||
describe('testing errors', () => {
|
||||
test('should qualify as an native error', () => {
|
||||
expect(_.isError(getNotFound())).toBeTruthy();
|
||||
expect(_.isError(getConflict())).toBeTruthy();
|
||||
expect(_.isError(getBadData())).toBeTruthy();
|
||||
expect(_.isError(getInternalError())).toBeTruthy();
|
||||
expect(_.isError(getUnauthorized())).toBeTruthy();
|
||||
expect(_.isError(getForbidden())).toBeTruthy();
|
||||
expect(_.isError(getServiceUnavailable())).toBeTruthy();
|
||||
expect(_.isError(getCode(400, 'fooError'))).toBeTruthy();
|
||||
expect(isError(getNotFound())).toBeTruthy();
|
||||
expect(isError(getConflict())).toBeTruthy();
|
||||
expect(isError(getBadData())).toBeTruthy();
|
||||
expect(isError(getInternalError())).toBeTruthy();
|
||||
expect(isError(getUnauthorized())).toBeTruthy();
|
||||
expect(isError(getForbidden())).toBeTruthy();
|
||||
expect(isError(getServiceUnavailable())).toBeTruthy();
|
||||
expect(isError(getCode(400, 'fooError'))).toBeTruthy();
|
||||
});
|
||||
|
||||
test('should test not found', () => {
|
||||
@@ -107,3 +106,14 @@ describe('testing errors', () => {
|
||||
expect(err.code).toEqual(HTTP_STATUS.OK);
|
||||
});
|
||||
});
|
||||
|
||||
function isError(value: any): boolean {
|
||||
return (
|
||||
typeof value === 'object' &&
|
||||
value !== null &&
|
||||
(value instanceof Error ||
|
||||
(typeof value.name === 'string' &&
|
||||
typeof value.message === 'string' &&
|
||||
typeof value.stack === 'string'))
|
||||
);
|
||||
}
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# Change Log
|
||||
|
||||
## 13.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
- @verdaccio/url@13.0.0-next-8.18
|
||||
|
||||
## 13.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
- @verdaccio/url@13.0.0-next-8.17
|
||||
|
||||
## 13.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/tarball",
|
||||
"version": "13.0.0-next-8.16",
|
||||
"version": "13.0.0-next-8.18",
|
||||
"description": "Verdaccio Tarball Utilities",
|
||||
"keywords": [
|
||||
"private",
|
||||
@@ -33,9 +33,9 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/url": "workspace:13.0.0-next-8.16",
|
||||
"debug": "4.4.0",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/url": "workspace:13.0.0-next-8.18",
|
||||
"debug": "4.4.1",
|
||||
"gunzip-maybe": "^1.4.2",
|
||||
"tar-stream": "^3.1.7"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# Change Log
|
||||
|
||||
## 13.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
|
||||
## 13.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
|
||||
## 13.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/url",
|
||||
"version": "13.0.0-next-8.16",
|
||||
"version": "13.0.0-next-8.18",
|
||||
"description": "Verdaccio URL Utilities",
|
||||
"keywords": [
|
||||
"private",
|
||||
@@ -33,8 +33,8 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"debug": "4.4.0",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"debug": "4.4.1",
|
||||
"lodash": "4.17.21",
|
||||
"validator": "13.12.0"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @verdaccio/hooks
|
||||
|
||||
## 8.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
- @verdaccio/logger@8.0.0-next-8.18
|
||||
|
||||
## 8.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
- @verdaccio/logger@8.0.0-next-8.17
|
||||
|
||||
## 8.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/hooks",
|
||||
"version": "8.0.0-next-8.16",
|
||||
"version": "8.0.0-next-8.18",
|
||||
"description": "Verdaccio Hooks",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -33,16 +33,16 @@
|
||||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"core-js": "3.40.0",
|
||||
"debug": "4.4.0",
|
||||
"debug": "4.4.1",
|
||||
"got-cjs": "12.5.4",
|
||||
"handlebars": "4.7.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/auth": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/auth": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.6"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @verdaccio/loaders
|
||||
|
||||
## 8.0.0-next-8.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 23296a2: add `@verdaccio/core` as a dependency
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
|
||||
## 8.0.0-next-8.7
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/loaders",
|
||||
"version": "8.0.0-next-8.7",
|
||||
"version": "8.0.0-next-8.8",
|
||||
"description": "Verdaccio Loader Logic",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -17,17 +17,17 @@
|
||||
"url": "https://github.com/verdaccio/verdaccio/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"debug": "4.4.0",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"debug": "4.4.1",
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.6",
|
||||
"@verdaccio-scope/verdaccio-auth-foo": "0.0.2",
|
||||
"verdaccio-auth-memory": "workspace:*",
|
||||
"customprefix-auth": "workspace:2.0.0"
|
||||
"customprefix-auth": "workspace:2.0.0",
|
||||
"verdaccio-auth-memory": "workspace:*"
|
||||
},
|
||||
"homepage": "https://verdaccio.org",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @verdaccio/logger-commons
|
||||
|
||||
## 8.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
|
||||
## 8.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
|
||||
## 8.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/logger-commons",
|
||||
"version": "8.0.0-next-8.16",
|
||||
"version": "8.0.0-next-8.18",
|
||||
"description": "Verdaccio Logger Commons",
|
||||
"main": "./build/index.js",
|
||||
"types": "./build/index.d.ts",
|
||||
@@ -42,9 +42,9 @@
|
||||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/logger-prettify": "workspace:8.0.0-next-8.2",
|
||||
"debug": "4.4.0",
|
||||
"debug": "4.4.1",
|
||||
"colorette": "2.0.20"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @verdaccio/logger
|
||||
|
||||
## 8.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/logger-commons@8.0.0-next-8.18
|
||||
|
||||
## 8.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/logger-commons@8.0.0-next-8.17
|
||||
|
||||
## 8.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/logger",
|
||||
"version": "8.0.0-next-8.16",
|
||||
"version": "8.0.0-next-8.18",
|
||||
"description": "Verdaccio Logger",
|
||||
"main": "./build/index.js",
|
||||
"types": "./build/index.d.ts",
|
||||
@@ -42,7 +42,7 @@
|
||||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/logger-commons": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/logger-commons": "workspace:8.0.0-next-8.18",
|
||||
"pino": "9.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,5 +1,22 @@
|
||||
# @verdaccio/middleware
|
||||
|
||||
## 8.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
- @verdaccio/config@8.0.0-next-8.18
|
||||
- @verdaccio/url@13.0.0-next-8.18
|
||||
|
||||
## 8.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
- @verdaccio/config@8.0.0-next-8.17
|
||||
- @verdaccio/url@13.0.0-next-8.17
|
||||
|
||||
## 8.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/middleware",
|
||||
"version": "8.0.0-next-8.16",
|
||||
"version": "8.0.0-next-8.18",
|
||||
"description": "Verdaccio Express Middleware",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -42,10 +42,10 @@
|
||||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/url": "workspace:13.0.0-next-8.16",
|
||||
"debug": "4.4.0",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/url": "workspace:13.0.0-next-8.18",
|
||||
"debug": "4.4.1",
|
||||
"express": "4.21.2",
|
||||
"express-rate-limit": "5.5.1",
|
||||
"lodash": "4.17.21",
|
||||
@@ -57,7 +57,7 @@
|
||||
"url": "https://opencollective.com/verdaccio"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"body-parser": "1.20.3",
|
||||
"supertest": "7.0.0",
|
||||
"jsdom": "26.1.0"
|
||||
|
||||
@@ -1,5 +1,26 @@
|
||||
# @verdaccio/node-api
|
||||
|
||||
## 8.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/server@8.0.0-next-8.18
|
||||
- @verdaccio/server-fastify@8.0.0-next-8.18
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
- @verdaccio/config@8.0.0-next-8.18
|
||||
- @verdaccio/logger@8.0.0-next-8.18
|
||||
|
||||
## 8.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
- @verdaccio/server@8.0.0-next-8.17
|
||||
- @verdaccio/config@8.0.0-next-8.17
|
||||
- @verdaccio/server-fastify@8.0.0-next-8.17
|
||||
- @verdaccio/logger@8.0.0-next-8.17
|
||||
|
||||
## 8.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/node-api",
|
||||
"version": "8.0.0-next-8.16",
|
||||
"version": "8.0.0-next-8.18",
|
||||
"description": "Verdaccio Node API",
|
||||
"main": "build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -42,13 +42,13 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/server": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/server-fastify": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/server": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/server-fastify": "workspace:8.0.0-next-8.18",
|
||||
"core-js": "3.40.0",
|
||||
"debug": "4.4.0",
|
||||
"debug": "4.4.1",
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# Change Log
|
||||
|
||||
## 13.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
- @verdaccio/config@8.0.0-next-8.18
|
||||
|
||||
## 13.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
- @verdaccio/config@8.0.0-next-8.17
|
||||
|
||||
## 13.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "verdaccio-audit",
|
||||
"version": "13.0.0-next-8.16",
|
||||
"version": "13.0.0-next-8.18",
|
||||
"description": "Verdaccio Middleware plugin to bypass npmjs audit",
|
||||
"keywords": [
|
||||
"private",
|
||||
@@ -30,15 +30,15 @@
|
||||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"express": "4.21.2",
|
||||
"https-proxy-agent": "5.0.1",
|
||||
"node-fetch": "cjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/auth": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/auth": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.6",
|
||||
"supertest": "7.0.0"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# Change Log
|
||||
|
||||
## 13.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
|
||||
## 13.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
|
||||
## 13.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "verdaccio-auth-memory",
|
||||
"version": "13.0.0-next-8.16",
|
||||
"version": "13.0.0-next-8.18",
|
||||
"description": "Auth plugin for Verdaccio that keeps users in memory",
|
||||
"keywords": [
|
||||
"private",
|
||||
@@ -30,12 +30,12 @@
|
||||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"debug": "4.4.0"
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"debug": "4.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/debug": "^4.1.12",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.6"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# Change Log
|
||||
|
||||
## 13.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
|
||||
## 13.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
|
||||
## 13.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "verdaccio-htpasswd",
|
||||
"version": "13.0.0-next-8.16",
|
||||
"version": "13.0.0-next-8.18",
|
||||
"description": "Htpasswd Authentication Plugin for Verdaccio",
|
||||
"keywords": [
|
||||
"private",
|
||||
@@ -33,20 +33,20 @@
|
||||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/file-locking": "workspace:13.0.0-next-8.3",
|
||||
"apache-md5": "1.1.8",
|
||||
"bcryptjs": "2.4.3",
|
||||
"core-js": "3.40.0",
|
||||
"http-errors": "2.0.0",
|
||||
"debug": "4.4.0",
|
||||
"debug": "4.4.1",
|
||||
"unix-crypt-td-js": "1.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bcryptjs": "2.4.6",
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.6",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"mockdate": "3.0.5"
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# Change Log
|
||||
|
||||
## 13.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
|
||||
## 13.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
|
||||
## 13.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/local-storage",
|
||||
"version": "13.0.0-next-8.16",
|
||||
"version": "13.0.0-next-8.18",
|
||||
"description": "Verdaccio Local Storage Plugin",
|
||||
"keywords": [
|
||||
"private",
|
||||
@@ -36,10 +36,10 @@
|
||||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/file-locking": "workspace:13.0.0-next-8.3",
|
||||
"core-js": "3.40.0",
|
||||
"debug": "4.4.0",
|
||||
"debug": "4.4.1",
|
||||
"globby": "11.1.0",
|
||||
"lockfile": "1.0.4",
|
||||
"lodash": "4.17.21",
|
||||
@@ -49,8 +49,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/minimatch": "5.1.2",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/test-helper": "workspace:4.0.0-next-8.5",
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.6",
|
||||
"minimatch": "9.0.5"
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# Change Log
|
||||
|
||||
## 13.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
|
||||
## 13.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
|
||||
## 13.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "verdaccio-memory",
|
||||
"version": "13.0.0-next-8.16",
|
||||
"version": "13.0.0-next-8.18",
|
||||
"description": "Verdaccio Memory Storage Plugin",
|
||||
"keywords": [
|
||||
"private",
|
||||
@@ -30,15 +30,15 @@
|
||||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"memory-fs": "0.5.0",
|
||||
"debug": "4.4.0",
|
||||
"debug": "4.4.1",
|
||||
"memfs": "3.5.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.6",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16"
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf ./build",
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
# @verdaccio/ui-theme
|
||||
|
||||
## 8.0.0-next-8.18
|
||||
|
||||
## 8.0.0-next-8.17
|
||||
|
||||
## 8.0.0-next-8.16
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/ui-theme",
|
||||
"version": "8.0.0-next-8.16",
|
||||
"version": "8.0.0-next-8.18",
|
||||
"description": "Verdaccio User Interface (Theme)",
|
||||
"author": {
|
||||
"name": "Verdaccio Contributors",
|
||||
@@ -32,7 +32,7 @@
|
||||
"@testing-library/jest-dom": "6.6.3",
|
||||
"@testing-library/react": "16.1.0",
|
||||
"@types/history": "^5.0.0",
|
||||
"@verdaccio/node-api": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/node-api": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/types": "workspace:*",
|
||||
"@verdaccio/ui-components": "workspace:4.0.0-next-8.9",
|
||||
"@verdaccio/ui-i18n": "workspace:8.0.0-next-8.13",
|
||||
@@ -54,7 +54,7 @@
|
||||
"js-yaml": "4.1.0",
|
||||
"localstorage-memory": "1.0.3",
|
||||
"lodash": "4.17.21",
|
||||
"marked": "15.0.6",
|
||||
"marked": "15.0.12",
|
||||
"mini-css-extract-plugin": "2.7.7",
|
||||
"msw": "2.7.5",
|
||||
"mutationobserver-shim": "0.3.7",
|
||||
|
||||
@@ -579,6 +579,10 @@
|
||||
"username": "pshanoop",
|
||||
"id": 1174257
|
||||
},
|
||||
{
|
||||
"username": "Skn0tt",
|
||||
"id": 14912729
|
||||
},
|
||||
{
|
||||
"username": "starizard",
|
||||
"id": 4953349
|
||||
@@ -604,8 +608,8 @@
|
||||
"id": 25525736
|
||||
},
|
||||
{
|
||||
"username": "Skn0tt",
|
||||
"id": 14912729
|
||||
"username": "bwalding",
|
||||
"id": 47446
|
||||
},
|
||||
{
|
||||
"username": "fhp",
|
||||
@@ -719,10 +723,6 @@
|
||||
"username": "RodrigoBalest",
|
||||
"id": 4810463
|
||||
},
|
||||
{
|
||||
"username": "Tiny-Fendy",
|
||||
"id": 8954107
|
||||
},
|
||||
{
|
||||
"username": "iketiunn",
|
||||
"id": 10249208
|
||||
@@ -775,6 +775,10 @@
|
||||
"username": "samuelmaier",
|
||||
"id": 35006454
|
||||
},
|
||||
{
|
||||
"username": "silverwind",
|
||||
"id": 115237
|
||||
},
|
||||
{
|
||||
"username": "toolsofraj",
|
||||
"id": 2507152
|
||||
@@ -807,6 +811,10 @@
|
||||
"username": "melodyVoid",
|
||||
"id": 26846212
|
||||
},
|
||||
{
|
||||
"username": "Tiny-Fendy",
|
||||
"id": 8954107
|
||||
},
|
||||
{
|
||||
"username": "tomcoonen",
|
||||
"id": 988013
|
||||
@@ -899,10 +907,6 @@
|
||||
"username": "divdavem",
|
||||
"id": 1152706
|
||||
},
|
||||
{
|
||||
"username": "bwalding",
|
||||
"id": 47446
|
||||
},
|
||||
{
|
||||
"username": "bchenSyd",
|
||||
"id": 8207081
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @verdaccio/proxy
|
||||
|
||||
## 8.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
- @verdaccio/config@8.0.0-next-8.18
|
||||
|
||||
## 8.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
- @verdaccio/config@8.0.0-next-8.17
|
||||
|
||||
## 8.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/proxy",
|
||||
"version": "8.0.0-next-8.16",
|
||||
"version": "8.0.0-next-8.18",
|
||||
"description": "Verdaccio Proxy Fetcher",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -42,21 +42,21 @@
|
||||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"JSONStream": "1.3.5",
|
||||
"debug": "4.4.0",
|
||||
"debug": "4.4.1",
|
||||
"got-cjs": "12.5.4",
|
||||
"hpagent": "1.2.0",
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.6",
|
||||
"get-stream": "^6.0.1",
|
||||
"node-mocks-http": "1.14.1",
|
||||
"p-cancelable": "2.1.1",
|
||||
"semver": "7.7.1"
|
||||
"semver": "7.7.2"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.6",
|
||||
"@orama/orama": "1.2.4",
|
||||
"debug": "4.4.0",
|
||||
"debug": "4.4.1",
|
||||
"esbuild": "0.24.2"
|
||||
},
|
||||
"funding": {
|
||||
|
||||
@@ -1,5 +1,24 @@
|
||||
# @verdaccio/search
|
||||
|
||||
## 8.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
- @verdaccio/config@8.0.0-next-8.18
|
||||
- @verdaccio/proxy@8.0.0-next-8.18
|
||||
- @verdaccio/logger@8.0.0-next-8.18
|
||||
|
||||
## 8.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
- @verdaccio/config@8.0.0-next-8.17
|
||||
- @verdaccio/proxy@8.0.0-next-8.17
|
||||
- @verdaccio/logger@8.0.0-next-8.17
|
||||
|
||||
## 8.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/search",
|
||||
"version": "8.0.0-next-8.16",
|
||||
"version": "8.0.0-next-8.18",
|
||||
"description": "Verdaccio Search Proxy",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -42,12 +42,12 @@
|
||||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"debug": "4.4.0",
|
||||
"debug": "4.4.1",
|
||||
"lodash": "4.17.21",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/proxy": "workspace:8.0.0-next-8.16"
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/proxy": "workspace:8.0.0-next-8.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.6",
|
||||
|
||||
@@ -1,5 +1,38 @@
|
||||
# @verdaccio/server
|
||||
|
||||
## 8.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [23296a2]
|
||||
- @verdaccio/loaders@8.0.0-next-8.8
|
||||
- @verdaccio/auth@8.0.0-next-8.18
|
||||
- @verdaccio/store@8.0.0-next-8.18
|
||||
- @verdaccio/web@8.1.0-next-8.18
|
||||
- @verdaccio/api@8.1.0-next-8.18
|
||||
- verdaccio-audit@13.0.0-next-8.18
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
- @verdaccio/config@8.0.0-next-8.18
|
||||
- @verdaccio/middleware@8.0.0-next-8.18
|
||||
- @verdaccio/logger@8.0.0-next-8.18
|
||||
|
||||
## 8.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d22ef4e]
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/web@8.1.0-next-8.17
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
- @verdaccio/api@8.1.0-next-8.17
|
||||
- @verdaccio/auth@8.0.0-next-8.17
|
||||
- @verdaccio/config@8.0.0-next-8.17
|
||||
- @verdaccio/loaders@8.0.0-next-8.7
|
||||
- @verdaccio/middleware@8.0.0-next-8.17
|
||||
- verdaccio-audit@13.0.0-next-8.17
|
||||
- @verdaccio/store@8.0.0-next-8.17
|
||||
- @verdaccio/logger@8.0.0-next-8.17
|
||||
|
||||
## 8.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/server",
|
||||
"version": "8.0.0-next-8.16",
|
||||
"version": "8.0.0-next-8.18",
|
||||
"description": "Verdaccio Express Server",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -33,24 +33,24 @@
|
||||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/api": "workspace:8.1.0-next-8.16",
|
||||
"@verdaccio/auth": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/loaders": "workspace:8.0.0-next-8.7",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/middleware": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/store": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/web": "workspace:8.1.0-next-8.16",
|
||||
"verdaccio-audit": "workspace:13.0.0-next-8.16",
|
||||
"@verdaccio/api": "workspace:8.1.0-next-8.18",
|
||||
"@verdaccio/auth": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/loaders": "workspace:8.0.0-next-8.8",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/middleware": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/store": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/web": "workspace:8.1.0-next-8.18",
|
||||
"verdaccio-audit": "workspace:13.0.0-next-8.18",
|
||||
"compression": "1.8.0",
|
||||
"cors": "2.8.5",
|
||||
"debug": "4.4.0",
|
||||
"debug": "4.4.1",
|
||||
"express": "4.21.2",
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/proxy": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/proxy": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/test-helper": "workspace:4.0.0-next-8.5",
|
||||
"http-errors": "2.0.0"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,28 @@
|
||||
# @verdaccio/server-fastify
|
||||
|
||||
## 8.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/auth@8.0.0-next-8.18
|
||||
- @verdaccio/store@8.0.0-next-8.18
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
- @verdaccio/config@8.0.0-next-8.18
|
||||
- @verdaccio/tarball@13.0.0-next-8.18
|
||||
- @verdaccio/logger@8.0.0-next-8.18
|
||||
|
||||
## 8.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
- @verdaccio/auth@8.0.0-next-8.17
|
||||
- @verdaccio/config@8.0.0-next-8.17
|
||||
- @verdaccio/tarball@13.0.0-next-8.17
|
||||
- @verdaccio/store@8.0.0-next-8.17
|
||||
- @verdaccio/logger@8.0.0-next-8.17
|
||||
|
||||
## 8.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/server-fastify",
|
||||
"version": "8.0.0-next-8.16",
|
||||
"version": "8.0.0-next-8.18",
|
||||
"description": "Verdaccio Fastify Server",
|
||||
"keywords": [
|
||||
"private",
|
||||
@@ -33,14 +33,14 @@
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/auth": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/store": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/tarball": "workspace:13.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/auth": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/store": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/tarball": "workspace:13.0.0-next-8.18",
|
||||
"core-js": "3.40.0",
|
||||
"debug": "4.4.0",
|
||||
"debug": "4.4.1",
|
||||
"fastify": "4.25.2",
|
||||
"fastify-plugin": "4.5.1",
|
||||
"lodash": "4.17.21"
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# @verdaccio/signature
|
||||
|
||||
## 8.0.0-next-8.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
- @verdaccio/config@8.0.0-next-8.18
|
||||
|
||||
## 8.0.0-next-8.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
- @verdaccio/config@8.0.0-next-8.17
|
||||
|
||||
## 8.0.0-next-8.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/signature",
|
||||
"version": "8.0.0-next-8.8",
|
||||
"version": "8.0.0-next-8.10",
|
||||
"description": "Verdaccio Signature Utilities",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -42,10 +42,10 @@
|
||||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"jsonwebtoken": "9.0.2",
|
||||
"debug": "4.4.0"
|
||||
"debug": "4.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.6"
|
||||
|
||||
@@ -36,8 +36,8 @@
|
||||
"homepage": "https://verdaccio.org",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@verdaccio/cli": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/ui-theme": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/cli": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/ui-theme": "workspace:8.0.0-next-8.18",
|
||||
"fs-extra": "11.2.0",
|
||||
"webpack": "5.99.9",
|
||||
"webpack-bundle-analyzer": "4.10.2",
|
||||
|
||||
@@ -1,5 +1,37 @@
|
||||
# @verdaccio/store
|
||||
|
||||
## 8.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [23296a2]
|
||||
- @verdaccio/loaders@8.0.0-next-8.8
|
||||
- @verdaccio/hooks@8.0.0-next-8.18
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
- @verdaccio/config@8.0.0-next-8.18
|
||||
- @verdaccio/tarball@13.0.0-next-8.18
|
||||
- @verdaccio/url@13.0.0-next-8.18
|
||||
- @verdaccio/local-storage@13.0.0-next-8.18
|
||||
- @verdaccio/proxy@8.0.0-next-8.18
|
||||
- @verdaccio/search@8.0.0-next-8.18
|
||||
- @verdaccio/logger@8.0.0-next-8.18
|
||||
|
||||
## 8.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
- @verdaccio/config@8.0.0-next-8.17
|
||||
- @verdaccio/tarball@13.0.0-next-8.17
|
||||
- @verdaccio/url@13.0.0-next-8.17
|
||||
- @verdaccio/hooks@8.0.0-next-8.17
|
||||
- @verdaccio/loaders@8.0.0-next-8.7
|
||||
- @verdaccio/local-storage@13.0.0-next-8.17
|
||||
- @verdaccio/proxy@8.0.0-next-8.17
|
||||
- @verdaccio/search@8.0.0-next-8.17
|
||||
- @verdaccio/logger@8.0.0-next-8.17
|
||||
|
||||
## 8.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/store",
|
||||
"version": "8.0.0-next-8.16",
|
||||
"version": "8.0.0-next-8.18",
|
||||
"description": "Verdaccio Storage",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -42,21 +42,21 @@
|
||||
"build": "pnpm run build:js && pnpm run build:types"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/hooks": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/loaders": "workspace:8.0.0-next-8.7",
|
||||
"@verdaccio/local-storage": "workspace:13.0.0-next-8.16",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/proxy": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/search": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/tarball": "workspace:13.0.0-next-8.16",
|
||||
"@verdaccio/url": "workspace:13.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/hooks": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/loaders": "workspace:8.0.0-next-8.8",
|
||||
"@verdaccio/local-storage": "workspace:13.0.0-next-8.18",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/proxy": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/search": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/tarball": "workspace:13.0.0-next-8.18",
|
||||
"@verdaccio/url": "workspace:13.0.0-next-8.18",
|
||||
"JSONStream": "1.3.5",
|
||||
"debug": "4.4.0",
|
||||
"debug": "4.4.1",
|
||||
"lodash": "4.17.21",
|
||||
"merge2": "1.4.1",
|
||||
"semver": "7.7.1"
|
||||
"semver": "7.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/test-helper": "workspace:4.0.0-next-8.5",
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
{
|
||||
"id": 558752,
|
||||
"login": "juanpicado",
|
||||
"contributions": 5438,
|
||||
"contributions": 5442,
|
||||
"repositories": [
|
||||
{
|
||||
"name": "verdaccio",
|
||||
"contributions": 3060
|
||||
"contributions": 3063
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-cookbook",
|
||||
@@ -136,6 +136,10 @@
|
||||
{
|
||||
"name": ".github",
|
||||
"contributions": 3
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-vscode",
|
||||
"contributions": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -228,11 +232,11 @@
|
||||
{
|
||||
"id": 59966492,
|
||||
"login": "mbtools",
|
||||
"contributions": 169,
|
||||
"contributions": 171,
|
||||
"repositories": [
|
||||
{
|
||||
"name": "verdaccio",
|
||||
"contributions": 169
|
||||
"contributions": 171
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -2099,6 +2103,17 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 14912729,
|
||||
"login": "Skn0tt",
|
||||
"contributions": 1,
|
||||
"repositories": [
|
||||
{
|
||||
"name": "verdaccio",
|
||||
"contributions": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 4953349,
|
||||
"login": "starizard",
|
||||
@@ -2166,8 +2181,8 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 14912729,
|
||||
"login": "Skn0tt",
|
||||
"id": 47446,
|
||||
"login": "bwalding",
|
||||
"contributions": 1,
|
||||
"repositories": [
|
||||
{
|
||||
@@ -2484,17 +2499,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 8954107,
|
||||
"login": "Tiny-Fendy",
|
||||
"contributions": 1,
|
||||
"repositories": [
|
||||
{
|
||||
"name": "verdaccio",
|
||||
"contributions": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 10249208,
|
||||
"login": "iketiunn",
|
||||
@@ -2638,6 +2642,17 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 115237,
|
||||
"login": "silverwind",
|
||||
"contributions": 1,
|
||||
"repositories": [
|
||||
{
|
||||
"name": "verdaccio",
|
||||
"contributions": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 2507152,
|
||||
"login": "toolsofraj",
|
||||
@@ -2726,6 +2741,17 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 8954107,
|
||||
"login": "Tiny-Fendy",
|
||||
"contributions": 1,
|
||||
"repositories": [
|
||||
{
|
||||
"name": "verdaccio",
|
||||
"contributions": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 988013,
|
||||
"login": "tomcoonen",
|
||||
@@ -2979,17 +3005,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 47446,
|
||||
"login": "bwalding",
|
||||
"contributions": 1,
|
||||
"repositories": [
|
||||
{
|
||||
"name": "verdaccio",
|
||||
"contributions": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 8207081,
|
||||
"login": "bchenSyd",
|
||||
@@ -5209,7 +5224,7 @@
|
||||
"full_name": "verdaccio/verdaccio",
|
||||
"html_url": "https://github.com/verdaccio/verdaccio",
|
||||
"description": "A lightweight Node.js private proxy registry",
|
||||
"stargazers_count": 16925,
|
||||
"stargazers_count": 16948,
|
||||
"archived": false
|
||||
},
|
||||
{
|
||||
@@ -5398,7 +5413,7 @@
|
||||
"full_name": "verdaccio/ui",
|
||||
"html_url": "https://github.com/verdaccio/ui",
|
||||
"description": "🖼🎨 Verdaccio UI (deprecated, use verdaccio/verdaccio)",
|
||||
"stargazers_count": 120,
|
||||
"stargazers_count": 121,
|
||||
"archived": true
|
||||
},
|
||||
{
|
||||
@@ -5470,7 +5485,7 @@
|
||||
"full_name": "verdaccio/charts",
|
||||
"html_url": "https://github.com/verdaccio/charts",
|
||||
"description": "☸️🐳 Verdaccio Helm chart repository",
|
||||
"stargazers_count": 67,
|
||||
"stargazers_count": 68,
|
||||
"archived": false
|
||||
},
|
||||
{
|
||||
@@ -5508,6 +5523,15 @@
|
||||
"description": null,
|
||||
"stargazers_count": 0,
|
||||
"archived": false
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-vscode",
|
||||
"login": "verdaccio",
|
||||
"full_name": "verdaccio/verdaccio-vscode",
|
||||
"html_url": "https://github.com/verdaccio/verdaccio-vscode",
|
||||
"description": "visual code extension (experiment)",
|
||||
"stargazers_count": 0,
|
||||
"archived": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,20 @@
|
||||
# generator-verdaccio-plugin
|
||||
|
||||
## 6.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
- @verdaccio/config@8.0.0-next-8.18
|
||||
|
||||
## 6.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
- @verdaccio/config@8.0.0-next-8.17
|
||||
|
||||
## 6.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "generator-verdaccio-plugin",
|
||||
"version": "6.0.0-next-8.16",
|
||||
"version": "6.0.0-next-8.18",
|
||||
"description": "Plugin Generator for Verdaccio",
|
||||
"homepage": "https://verdaccio.org",
|
||||
"author": {
|
||||
@@ -16,8 +16,8 @@
|
||||
"yeoman-generator"
|
||||
],
|
||||
"dependencies": {
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"chalk": "4.1.2",
|
||||
"lodash": "4.17.21",
|
||||
"yeoman-environment": "3.19.3",
|
||||
|
||||
@@ -9,14 +9,14 @@
|
||||
"main": "build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
"devDependencies": {
|
||||
"@verdaccio/auth": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/middleware": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/auth": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/middleware": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.6",
|
||||
"body-parser": "1.20.3",
|
||||
"debug": "4.4.0",
|
||||
"debug": "4.4.1",
|
||||
"express": "4.21.2",
|
||||
"fs-extra": "11.2.0",
|
||||
"supertest": "7.0.0"
|
||||
|
||||
@@ -10,9 +10,9 @@
|
||||
"types": "build/index.d.ts",
|
||||
"devDependencies": {
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.6",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"verdaccio": "workspace:8.0.0-next-8.16"
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"verdaccio": "workspace:8.0.0-next-8.18"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "ts-node src/index.ts",
|
||||
|
||||
@@ -29,5 +29,6 @@
|
||||
"2025-05-11T00:00:00Z": { "pullCount": 115899, "ipCount": 9349 },
|
||||
"2025-05-18T00:00:00Z": { "pullCount": 144110, "ipCount": 10704 },
|
||||
"2025-05-25T00:00:00Z": { "pullCount": 135130, "ipCount": 9591 },
|
||||
"2025-06-01T00:00:00Z": { "pullCount": 130505, "ipCount": 9310 }
|
||||
"2025-06-01T00:00:00Z": { "pullCount": 130505, "ipCount": 9310 },
|
||||
"2025-06-08T00:00:00Z": { "pullCount": 130883, "ipCount": 9306 }
|
||||
}
|
||||
|
||||
@@ -112,5 +112,5 @@
|
||||
{ "downloads": 1317634, "start": "2025-03-01", "end": "2025-03-31", "package": "verdaccio" },
|
||||
{ "downloads": 1332841, "start": "2025-04-01", "end": "2025-04-30", "package": "verdaccio" },
|
||||
{ "downloads": 1355137, "start": "2025-05-01", "end": "2025-05-31", "package": "verdaccio" },
|
||||
{ "downloads": 133352, "start": "2025-06-01", "end": "2025-06-06", "package": "verdaccio" }
|
||||
{ "downloads": 614273, "start": "2025-06-01", "end": "2025-06-17", "package": "verdaccio" }
|
||||
]
|
||||
|
||||
@@ -13815,5 +13815,483 @@
|
||||
"5.7.1": 38,
|
||||
"6.1.1": 965,
|
||||
"5.10.3": 1
|
||||
},
|
||||
"2025-06-09": {
|
||||
"2.4.0": 9,
|
||||
"6.0.0-beta.1": 447,
|
||||
"5.26.1": 442,
|
||||
"2.3.3": 8,
|
||||
"8.0.0-next-8.10": 1,
|
||||
"3.4.0": 10,
|
||||
"2.1.3": 8,
|
||||
"2.2.2": 10,
|
||||
"5.30.3": 1322,
|
||||
"4.0.0-beta.6": 2,
|
||||
"5.18.0": 1241,
|
||||
"3.6.0": 10,
|
||||
"4.11.1": 11,
|
||||
"3.1.1": 12,
|
||||
"3.9.0": 11,
|
||||
"3.12.3": 4,
|
||||
"5.32.0": 126,
|
||||
"3.1.0": 11,
|
||||
"3.8.5": 13,
|
||||
"2.1.2": 8,
|
||||
"2.2.1": 8,
|
||||
"8.0.0-next-8.9": 2,
|
||||
"3.0.0-alpha.13": 4,
|
||||
"4.11.3": 76,
|
||||
"4.13.0": 23,
|
||||
"2.3.5": 11,
|
||||
"5.16.3": 1924,
|
||||
"6.0.0-6-next.76": 10383,
|
||||
"5.10.2": 153,
|
||||
"4.0.0": 9,
|
||||
"5.14.0": 2289,
|
||||
"3.10.1": 14,
|
||||
"5.2.2": 143,
|
||||
"4.0.1": 5,
|
||||
"2.7.1": 10,
|
||||
"6.0.0-6-next.61": 1,
|
||||
"5.5.0": 6,
|
||||
"5.29.1": 260,
|
||||
"2.2.5": 10,
|
||||
"4.5.1": 542,
|
||||
"2.5.0": 11,
|
||||
"3.11.2": 9,
|
||||
"8.0.0-next-8.5": 1,
|
||||
"2.2.7-r": 2,
|
||||
"3.12.2": 1,
|
||||
"4.3.3": 37,
|
||||
"7.0.0-next-7.20": 5,
|
||||
"5.30.0": 2,
|
||||
"5.19.1": 112,
|
||||
"3.2.0": 12,
|
||||
"3.0.1": 10,
|
||||
"5.26.2": 959,
|
||||
"4.8.1": 1613,
|
||||
"5.19.0": 30,
|
||||
"4.11.0": 28,
|
||||
"8.0.0-next-8.11": 3,
|
||||
"5.20.1": 2379,
|
||||
"5.0.4": 1312,
|
||||
"8.0.0-next-8.15": 92,
|
||||
"3.4.1": 10,
|
||||
"4.3.5": 1,
|
||||
"3.0.2": 10,
|
||||
"3.10.2": 8,
|
||||
"3.11.3": 9,
|
||||
"5.29.0": 1054,
|
||||
"2.7.0": 13,
|
||||
"6.1.1": 954,
|
||||
"5.15.4": 4481,
|
||||
"5.31.0": 2786,
|
||||
"2.7.4": 11,
|
||||
"3.5.0": 10,
|
||||
"7.0.0-next-7.8": 1,
|
||||
"3.0.0-beta.2": 2,
|
||||
"6.0.0-6-next.69": 1,
|
||||
"3.8.4": 15,
|
||||
"2.3.1-pre": 2,
|
||||
"2.3.4": 11,
|
||||
"2.3.6": 10,
|
||||
"3.0.0-alpha.9": 3,
|
||||
"5.21.2": 22,
|
||||
"2.1.1": 8,
|
||||
"4.0.4": 48,
|
||||
"5.15.2": 5,
|
||||
"2.3.2": 9,
|
||||
"3.5.1": 8,
|
||||
"3.10.0": 8,
|
||||
"5.15.3": 530,
|
||||
"5.4.0": 193,
|
||||
"2.1.0": 8,
|
||||
"3.0.0-alpha.2": 17,
|
||||
"7.0.0-next.5": 1,
|
||||
"2.7.3": 9,
|
||||
"3.1.2": 9,
|
||||
"3.11.7": 10,
|
||||
"5.25.0": 3814,
|
||||
"5.30.2": 55,
|
||||
"5.21.1": 2337,
|
||||
"2.2.3": 9,
|
||||
"2.3.1": 8,
|
||||
"3.0.0-alpha.8": 2,
|
||||
"2.6.2": 10,
|
||||
"2.5.1": 8,
|
||||
"5.0.0-alpha.7": 1,
|
||||
"2.3.0": 10,
|
||||
"3.0.0-beta.11": 3,
|
||||
"2.3.0-beta-3": 2,
|
||||
"3.3.0": 9,
|
||||
"2.6.5": 9,
|
||||
"3.11.4": 8,
|
||||
"2.1.7": 10,
|
||||
"2.6.0": 10,
|
||||
"0.1.7": 126,
|
||||
"2.1.4": 8,
|
||||
"5.32.2": 11106,
|
||||
"4.13.2": 3720,
|
||||
"3.13.1": 4,
|
||||
"4.6.2": 7,
|
||||
"3.7.1": 10,
|
||||
"4.0.0-alpha.2": 3,
|
||||
"3.8.6": 11,
|
||||
"3.7.0": 23,
|
||||
"3.11.5": 7,
|
||||
"3.8.0": 74,
|
||||
"5.7.0": 33,
|
||||
"5.13.3": 890,
|
||||
"2.7.2": 11,
|
||||
"3.8.2": 8,
|
||||
"2.1.5": 8,
|
||||
"5.13.1": 350,
|
||||
"6.1.2": 74421,
|
||||
"5.26.3": 227,
|
||||
"3.8.1": 10,
|
||||
"2.6.1": 10,
|
||||
"5.5.2": 488,
|
||||
"5.2.0": 691,
|
||||
"3.0.0-alpha.10": 2,
|
||||
"2.6.4": 8,
|
||||
"7.0.0-next-8.21": 1,
|
||||
"2.6.3": 10,
|
||||
"6.0.0": 30707,
|
||||
"5.6.0": 206,
|
||||
"5.3.0": 3,
|
||||
"3.11.1": 14,
|
||||
"3.11.0": 12,
|
||||
"2.2.0": 10,
|
||||
"2.0.1": 8,
|
||||
"4.12.0": 210,
|
||||
"5.31.1": 15692,
|
||||
"6.0.2": 1735,
|
||||
"5.9.0": 364,
|
||||
"4.4.4": 81,
|
||||
"5.33.0": 44466,
|
||||
"3.0.0-alpha.1": 2,
|
||||
"8.0.0-next-8.8": 2,
|
||||
"4.1.0": 6,
|
||||
"3.0.0": 13,
|
||||
"3.0.0-alpha.12": 2,
|
||||
"6.0.0-6-next.74": 1,
|
||||
"8.0.0-next-8.13": 2,
|
||||
"3.0.0-alpha.3": 2,
|
||||
"5.27.0": 561,
|
||||
"5.8.0": 319,
|
||||
"5.5.1": 17,
|
||||
"4.12.2": 197,
|
||||
"5.23.2": 2,
|
||||
"8.0.0-next-8.4": 1,
|
||||
"6.0.4": 1,
|
||||
"7.0.0-next-7.17": 2,
|
||||
"2.3.0-beta-4": 3,
|
||||
"8.0.0-next-8.14": 1,
|
||||
"6.0.3": 1,
|
||||
"3.0.0-alpha.7": 2,
|
||||
"6.0.0-6-next.54": 1,
|
||||
"5.23.1": 1,
|
||||
"5.13.2": 2,
|
||||
"4.2.1": 22,
|
||||
"3.12.0": 137,
|
||||
"2.0.0": 8,
|
||||
"4.9.0": 1,
|
||||
"5.1.1": 104,
|
||||
"5.6.2": 44,
|
||||
"5.17.0": 219,
|
||||
"5.22.0": 19,
|
||||
"3.0.0-beta.7": 2,
|
||||
"5.10.3": 1,
|
||||
"3.8.3": 8,
|
||||
"5.28.0": 9,
|
||||
"5.10.0": 1,
|
||||
"2.2.6": 9,
|
||||
"5.3.2": 1,
|
||||
"4.2.0": 3,
|
||||
"5.13.0": 174,
|
||||
"5.1.3": 40,
|
||||
"4.2.2": 3,
|
||||
"3.0.0-beta.5": 2,
|
||||
"4.8.0": 1,
|
||||
"5.32.1": 2948,
|
||||
"2.1.6": 10,
|
||||
"5.29.2": 554,
|
||||
"3.0.0-beta.1": 2,
|
||||
"5.10.1": 2,
|
||||
"2.3.0-beta-2": 2,
|
||||
"5.24.1": 505,
|
||||
"5.1.4": 1,
|
||||
"3.11.6": 8,
|
||||
"5.30.1": 2,
|
||||
"4.0.0-alpha.3": 2,
|
||||
"6.0.0-6-next.65": 1,
|
||||
"5.0.0-alpha.5": 1,
|
||||
"3.0.0-beta.9": 2,
|
||||
"6.0.0-6-next.29": 1,
|
||||
"2.3.0-beta": 2,
|
||||
"4.4.0": 11,
|
||||
"6.0.5": 31749,
|
||||
"5.11.0": 17,
|
||||
"4.12.1": 21,
|
||||
"4.7.2": 2,
|
||||
"6.0.0-6-next.32": 1,
|
||||
"3.0.0-test.1": 3,
|
||||
"5.1.2": 38219,
|
||||
"1.4.0": 10,
|
||||
"2.6.6": 8,
|
||||
"7.0.0-next.2": 2,
|
||||
"3.0.0-beta.6": 2,
|
||||
"3.0.0-beta.4": 2,
|
||||
"4.0.2": 1,
|
||||
"4.0.0-beta.10": 1,
|
||||
"5.22.1": 323,
|
||||
"6.1.0": 494,
|
||||
"6.0.0-rc.1": 2,
|
||||
"4.0.0-alpha.0": 1,
|
||||
"4.3.1": 2,
|
||||
"4.0.0-beta.0": 1,
|
||||
"3.12.1": 3,
|
||||
"4.0.0-beta.1": 1,
|
||||
"5.7.1": 15,
|
||||
"3.0.0-alpha.11": 2,
|
||||
"8.0.0-next-8.16": 42,
|
||||
"2.3.0-beta-1": 2,
|
||||
"4.10.0": 6547,
|
||||
"7.0.0-next-7.19": 1,
|
||||
"5.26.0": 20,
|
||||
"6.0.0-6-next.57": 1,
|
||||
"5.1.0": 3,
|
||||
"8.0.0-next-8.6": 1,
|
||||
"4.0.3": 5,
|
||||
"3.13.0": 2,
|
||||
"3.0.0-beta.12": 2,
|
||||
"3.0.0-alpha.4": 2,
|
||||
"5.0.1": 1,
|
||||
"4.3.0": 2,
|
||||
"5.1.6": 740,
|
||||
"3.0.0-beta.8": 2,
|
||||
"8.0.0-next-8.7": 1,
|
||||
"4.0.0-alpha.4": 1,
|
||||
"6.0.1": 98,
|
||||
"6.0.0-6-next.67": 1,
|
||||
"6.0.0-6-next.73": 2,
|
||||
"6.0.0-6-next.33": 1,
|
||||
"3.0.0-beta.10": 3,
|
||||
"8.0.0-next-8.12": 3,
|
||||
"6.0.0-beta.2": 1,
|
||||
"3.0.0-beta.0": 3,
|
||||
"6.0.0-6-next.39": 2,
|
||||
"2.4.1-beta": 3
|
||||
},
|
||||
"2025-06-16": {
|
||||
"5.5.1": 1,
|
||||
"5.27.0": 1438,
|
||||
"5.8.0": 104,
|
||||
"4.0.0": 10,
|
||||
"5.23.2": 72,
|
||||
"3.10.1": 10,
|
||||
"4.12.2": 152,
|
||||
"3.0.0": 12,
|
||||
"4.5.1": 395,
|
||||
"4.5.0": 5,
|
||||
"2.2.5": 7,
|
||||
"2.5.0": 7,
|
||||
"3.11.2": 14,
|
||||
"2.1.2": 8,
|
||||
"8.0.0-next-8.9": 4,
|
||||
"2.2.1": 7,
|
||||
"3.1.0": 7,
|
||||
"3.8.5": 14,
|
||||
"5.31.1": 14178,
|
||||
"6.0.2": 1732,
|
||||
"8.0.0-next-8.8": 1,
|
||||
"5.33.0": 45924,
|
||||
"3.11.7": 14,
|
||||
"2.7.3": 7,
|
||||
"3.1.2": 8,
|
||||
"5.17.0": 138,
|
||||
"5.1.1": 192,
|
||||
"2.6.5": 20,
|
||||
"3.11.4": 14,
|
||||
"2.1.7": 8,
|
||||
"2.2.6": 9,
|
||||
"5.22.1": 330,
|
||||
"6.1.0": 309,
|
||||
"2.3.1-pre": 1,
|
||||
"4.0.4": 33,
|
||||
"5.21.2": 25,
|
||||
"2.1.1": 7,
|
||||
"2.3.4": 7,
|
||||
"2.1.4": 7,
|
||||
"1.4.0": 8,
|
||||
"0.1.7": 7,
|
||||
"2.6.0": 11,
|
||||
"4.0.2": 4,
|
||||
"4.13.2": 3314,
|
||||
"3.8.1": 16,
|
||||
"2.6.1": 17,
|
||||
"5.5.2": 320,
|
||||
"5.2.0": 266,
|
||||
"6.0.0": 22165,
|
||||
"5.6.0": 163,
|
||||
"5.0.0": 2,
|
||||
"5.3.0": 2,
|
||||
"2.6.4": 7,
|
||||
"5.27.1": 1,
|
||||
"2.6.3": 12,
|
||||
"3.13.0": 4,
|
||||
"2.5.1": 16,
|
||||
"2.6.2": 14,
|
||||
"3.3.0": 12,
|
||||
"5.0.0-alpha.7": 1,
|
||||
"2.3.0": 9,
|
||||
"2.1.5": 8,
|
||||
"6.1.2": 74367,
|
||||
"5.13.1": 624,
|
||||
"3.8.2": 7,
|
||||
"5.1.0": 5,
|
||||
"3.11.1": 11,
|
||||
"2.0.1": 7,
|
||||
"3.11.0": 19,
|
||||
"3.5.1": 7,
|
||||
"2.1.0": 7,
|
||||
"3.10.0": 14,
|
||||
"2.3.2": 12,
|
||||
"5.15.3": 515,
|
||||
"5.4.0": 142,
|
||||
"4.4.0": 4,
|
||||
"4.12.1": 2,
|
||||
"3.0.0-alpha.2": 13,
|
||||
"5.13.3": 1027,
|
||||
"2.7.2": 7,
|
||||
"5.1.2": 37168,
|
||||
"3.7.0": 14,
|
||||
"3.8.6": 10,
|
||||
"3.7.1": 7,
|
||||
"3.11.5": 9,
|
||||
"3.8.0": 15,
|
||||
"3.8.3": 7,
|
||||
"3.0.2": 8,
|
||||
"6.1.1": 846,
|
||||
"3.10.2": 7,
|
||||
"2.7.0": 23,
|
||||
"5.15.4": 2083,
|
||||
"8.0.0-next-8.16": 22,
|
||||
"2.7.4": 10,
|
||||
"7.0.0-next-7.8": 1,
|
||||
"3.5.0": 10,
|
||||
"2.1.6": 7,
|
||||
"5.24.1": 288,
|
||||
"3.8.4": 8,
|
||||
"5.30.0": 4,
|
||||
"3.12.0": 48,
|
||||
"4.2.0": 7,
|
||||
"4.3.5": 2,
|
||||
"5.20.1": 872,
|
||||
"8.0.0-next-8.15": 83,
|
||||
"5.0.4": 1122,
|
||||
"3.4.1": 19,
|
||||
"5.1.3": 93,
|
||||
"3.2.0": 17,
|
||||
"3.0.1": 19,
|
||||
"5.14.0": 3202,
|
||||
"2.7.1": 8,
|
||||
"5.23.0": 3,
|
||||
"4.0.0-beta.2": 1,
|
||||
"4.4.3": 1,
|
||||
"2.1.3": 7,
|
||||
"5.23.1": 5,
|
||||
"5.30.3": 4706,
|
||||
"5.29.1": 108,
|
||||
"5.18.0": 1876,
|
||||
"4.1.0": 4,
|
||||
"4.12.0": 102,
|
||||
"3.11.6": 7,
|
||||
"4.4.4": 130,
|
||||
"5.9.0": 304,
|
||||
"6.0.1": 102,
|
||||
"3.1.1": 9,
|
||||
"3.9.0": 10,
|
||||
"2.3.5": 7,
|
||||
"3.4.0": 8,
|
||||
"6.0.0-6-next.76": 11234,
|
||||
"5.10.2": 278,
|
||||
"5.16.3": 2129,
|
||||
"2.3.3": 8,
|
||||
"4.11.3": 91,
|
||||
"6.0.4": 101,
|
||||
"2.4.0": 14,
|
||||
"5.26.1": 437,
|
||||
"2.3.6": 10,
|
||||
"3.11.3": 18,
|
||||
"5.31.0": 3214,
|
||||
"5.29.0": 969,
|
||||
"5.3.1": 1,
|
||||
"5.6.2": 23,
|
||||
"7.0.0-next.5": 1,
|
||||
"5.21.1": 1958,
|
||||
"5.25.0": 3775,
|
||||
"5.30.2": 84,
|
||||
"5.1.6": 483,
|
||||
"4.10.0": 7069,
|
||||
"5.26.3": 241,
|
||||
"5.26.0": 36,
|
||||
"2.2.3": 7,
|
||||
"2.3.1": 11,
|
||||
"5.28.0": 22,
|
||||
"4.0.3": 8,
|
||||
"2.3.0-beta-3": 1,
|
||||
"5.32.2": 10332,
|
||||
"3.13.1": 9,
|
||||
"5.11.0": 9,
|
||||
"6.0.5": 30431,
|
||||
"2.2.0": 7,
|
||||
"6.0.0-6-next.33": 1,
|
||||
"2.0.0": 7,
|
||||
"4.3.3": 45,
|
||||
"4.9.0": 9,
|
||||
"5.19.1": 103,
|
||||
"5.13.0": 177,
|
||||
"4.8.1": 1246,
|
||||
"5.26.2": 1292,
|
||||
"5.19.0": 102,
|
||||
"4.11.0": 8,
|
||||
"5.1.5": 1,
|
||||
"4.3.4": 1,
|
||||
"5.2.2": 108,
|
||||
"5.30.1": 2,
|
||||
"5.7.0": 73,
|
||||
"5.10.3": 2,
|
||||
"2.3.0-beta-1": 1,
|
||||
"2.6.6": 7,
|
||||
"5.22.0": 2,
|
||||
"5.32.1": 2549,
|
||||
"5.29.2": 497,
|
||||
"6.0.0-6-next.69": 1,
|
||||
"2.3.0-beta-2": 1,
|
||||
"5.15.2": 3,
|
||||
"4.3.1": 5,
|
||||
"4.0.0-alpha.6": 2,
|
||||
"7.0.0-next.0": 1,
|
||||
"5.3.2": 3,
|
||||
"7.0.0-next-7.20": 1,
|
||||
"3.12.1": 1,
|
||||
"4.3.0": 2,
|
||||
"4.4.2": 1,
|
||||
"5.10.0": 3,
|
||||
"2.3.0-beta-4": 1,
|
||||
"5.32.0": 159,
|
||||
"6.0.3": 1,
|
||||
"4.11.1": 17,
|
||||
"3.6.0": 10,
|
||||
"4.6.2": 1,
|
||||
"2.2.2": 7,
|
||||
"5.5.0": 2,
|
||||
"4.13.0": 22,
|
||||
"8.0.0-next-8.13": 1,
|
||||
"3.12.3": 2,
|
||||
"6.0.0-beta.1": 20,
|
||||
"4.6.0": 1,
|
||||
"2.2.7-r": 1
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"cs": { "translationProgress": 8, "approvalProgress": 8 },
|
||||
"cs": { "translationProgress": 7, "approvalProgress": 7 },
|
||||
"de": { "translationProgress": 16, "approvalProgress": 14 },
|
||||
"es-ES": { "translationProgress": 19, "approvalProgress": 19 },
|
||||
"fr": { "translationProgress": 25, "approvalProgress": 25 },
|
||||
"ga-IE": { "translationProgress": 100, "approvalProgress": 95 },
|
||||
"ga-IE": { "translationProgress": 99, "approvalProgress": 95 },
|
||||
"gl": { "translationProgress": 1, "approvalProgress": 1 },
|
||||
"it": { "translationProgress": 88, "approvalProgress": 88 },
|
||||
"ko": { "translationProgress": 7, "approvalProgress": 7 },
|
||||
@@ -14,6 +14,6 @@
|
||||
"tr": { "translationProgress": 3, "approvalProgress": 3 },
|
||||
"vi": { "translationProgress": 6, "approvalProgress": 6 },
|
||||
"yo": { "translationProgress": 13, "approvalProgress": 13 },
|
||||
"zh-CN": { "translationProgress": 98, "approvalProgress": 98 },
|
||||
"zh-CN": { "translationProgress": 97, "approvalProgress": 97 },
|
||||
"zh-TW": { "translationProgress": 14, "approvalProgress": 14 }
|
||||
}
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
"2022": 4723577,
|
||||
"2023": 6079864,
|
||||
"2024": 9095014,
|
||||
"2025": 6231371
|
||||
"2025": 6712292
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"js-base64": "3.7.7",
|
||||
"localstorage-memory": "1.0.3",
|
||||
"lodash": "4.17.21",
|
||||
"marked": "15.0.6",
|
||||
"marked": "15.0.12",
|
||||
"marked-highlight": "2.2.1",
|
||||
"normalize.css": "8.0.1",
|
||||
"react": "18.3.1",
|
||||
@@ -55,11 +55,11 @@
|
||||
"react-router-dom": "5.3.4",
|
||||
"react-virtualized": "9.22.6",
|
||||
"redux": "4.2.1",
|
||||
"semver": "7.7.1",
|
||||
"semver": "7.7.2",
|
||||
"validator": "13.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.26.9",
|
||||
"@babel/core": "7.27.4",
|
||||
"@emotion/babel-plugin": "11.12.0",
|
||||
"@storybook/addon-actions": "^8.6.3",
|
||||
"@storybook/addon-essentials": "^8.6.3",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @verdaccio/utils
|
||||
|
||||
## 8.1.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
|
||||
## 8.1.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
|
||||
## 8.1.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/utils",
|
||||
"version": "8.1.0-next-8.16",
|
||||
"version": "8.1.0-next-8.18",
|
||||
"description": "Verdaccio Utilities",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -33,10 +33,10 @@
|
||||
"node": ">=18"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"lodash": "4.17.21",
|
||||
"minimatch": "7.4.6",
|
||||
"semver": "7.7.1"
|
||||
"semver": "7.7.2"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf ./build",
|
||||
|
||||
@@ -1,5 +1,29 @@
|
||||
# verdaccio
|
||||
|
||||
## 8.0.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/hooks@8.0.0-next-8.18
|
||||
- verdaccio-audit@13.0.0-next-8.18
|
||||
- @verdaccio/node-api@8.0.0-next-8.18
|
||||
- @verdaccio/cli@8.0.0-next-8.18
|
||||
- @verdaccio/ui-theme@8.0.0-next-8.18
|
||||
- verdaccio-htpasswd@13.0.0-next-8.18
|
||||
- @verdaccio/logger@8.0.0-next-8.18
|
||||
|
||||
## 8.0.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @verdaccio/cli@8.0.0-next-8.17
|
||||
- @verdaccio/hooks@8.0.0-next-8.17
|
||||
- @verdaccio/node-api@8.0.0-next-8.17
|
||||
- verdaccio-audit@13.0.0-next-8.17
|
||||
- verdaccio-htpasswd@13.0.0-next-8.17
|
||||
- @verdaccio/logger@8.0.0-next-8.17
|
||||
- @verdaccio/ui-theme@8.0.0-next-8.17
|
||||
|
||||
## 8.0.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "verdaccio",
|
||||
"version": "8.0.0-next-8.16",
|
||||
"version": "8.0.0-next-8.18",
|
||||
"description": "A lightweight private npm proxy registry",
|
||||
"main": "build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -41,19 +41,19 @@
|
||||
},
|
||||
"homepage": "https://verdaccio.org",
|
||||
"dependencies": {
|
||||
"@verdaccio/cli": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/hooks": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/node-api": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/ui-theme": "workspace:8.0.0-next-8.16",
|
||||
"verdaccio-audit": "workspace:13.0.0-next-8.16",
|
||||
"verdaccio-htpasswd": "workspace:13.0.0-next-8.16"
|
||||
"@verdaccio/cli": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/hooks": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/node-api": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/ui-theme": "workspace:8.0.0-next-8.18",
|
||||
"verdaccio-audit": "workspace:13.0.0-next-8.18",
|
||||
"verdaccio-htpasswd": "workspace:13.0.0-next-8.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/auth": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/store": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/auth": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/store": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/test-helper": "workspace:4.0.0-next-8.5",
|
||||
"vite-tsconfig-paths": "5.1.4",
|
||||
"fastify": "4.25.2",
|
||||
|
||||
@@ -1,5 +1,36 @@
|
||||
# @verdaccio/web
|
||||
|
||||
## 8.1.0-next-8.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [23296a2]
|
||||
- @verdaccio/loaders@8.0.0-next-8.8
|
||||
- @verdaccio/auth@8.0.0-next-8.18
|
||||
- @verdaccio/store@8.0.0-next-8.18
|
||||
- @verdaccio/core@8.0.0-next-8.18
|
||||
- @verdaccio/config@8.0.0-next-8.18
|
||||
- @verdaccio/tarball@13.0.0-next-8.18
|
||||
- @verdaccio/url@13.0.0-next-8.18
|
||||
- @verdaccio/middleware@8.0.0-next-8.18
|
||||
- @verdaccio/logger@8.0.0-next-8.18
|
||||
|
||||
## 8.1.0-next-8.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d22ef4e: fix: config web login default
|
||||
- Updated dependencies [96d2f0f]
|
||||
- @verdaccio/core@8.0.0-next-8.17
|
||||
- @verdaccio/auth@8.0.0-next-8.17
|
||||
- @verdaccio/config@8.0.0-next-8.17
|
||||
- @verdaccio/tarball@13.0.0-next-8.17
|
||||
- @verdaccio/url@13.0.0-next-8.17
|
||||
- @verdaccio/loaders@8.0.0-next-8.7
|
||||
- @verdaccio/middleware@8.0.0-next-8.17
|
||||
- @verdaccio/store@8.0.0-next-8.17
|
||||
- @verdaccio/logger@8.0.0-next-8.17
|
||||
|
||||
## 8.1.0-next-8.16
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@verdaccio/web",
|
||||
"version": "8.1.0-next-8.16",
|
||||
"version": "8.1.0-next-8.18",
|
||||
"description": "Verdaccio Web Middleware",
|
||||
"main": "./build/index.js",
|
||||
"types": "build/index.d.ts",
|
||||
@@ -28,28 +28,28 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@verdaccio/auth": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/loaders": "workspace:8.0.0-next-8.7",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/middleware": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/store": "workspace:8.0.0-next-8.16",
|
||||
"@verdaccio/tarball": "workspace:13.0.0-next-8.16",
|
||||
"@verdaccio/url": "workspace:13.0.0-next-8.16",
|
||||
"debug": "4.4.0",
|
||||
"@verdaccio/auth": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/config": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/core": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/loaders": "workspace:8.0.0-next-8.8",
|
||||
"@verdaccio/logger": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/middleware": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/store": "workspace:8.0.0-next-8.18",
|
||||
"@verdaccio/tarball": "workspace:13.0.0-next-8.18",
|
||||
"@verdaccio/url": "workspace:13.0.0-next-8.18",
|
||||
"debug": "4.4.1",
|
||||
"express": "4.21.2",
|
||||
"lodash": "4.17.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@verdaccio/api": "workspace:8.1.0-next-8.16",
|
||||
"@verdaccio/api": "workspace:8.1.0-next-8.18",
|
||||
"@verdaccio/test-helper": "workspace:4.0.0-next-8.5",
|
||||
"@verdaccio/types": "workspace:13.0.0-next-8.6",
|
||||
"jsdom": "26.1.0",
|
||||
"node-html-parser": "4.1.5",
|
||||
"supertest": "7.0.0",
|
||||
"verdaccio-auth-memory": "workspace:13.0.0-next-8.16",
|
||||
"verdaccio-memory": "workspace:13.0.0-next-8.16"
|
||||
"verdaccio-auth-memory": "workspace:13.0.0-next-8.18",
|
||||
"verdaccio-memory": "workspace:13.0.0-next-8.18"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf ./build",
|
||||
|
||||
@@ -12,7 +12,7 @@ import { getLocalRegistryTarballUri } from '@verdaccio/tarball';
|
||||
import { Config, RemoteUser, Version } from '@verdaccio/types';
|
||||
|
||||
import { formatAuthor, generateGravatarUrl } from '../author-utils';
|
||||
import { sortByName } from '../web-utils';
|
||||
import { hasLogin, sortByName } from '../web-utils';
|
||||
|
||||
export { $RequestExtend, $ResponseExtend, $NextFunctionVer }; // Was required by other packages
|
||||
|
||||
@@ -23,7 +23,7 @@ const getOrder = (order = 'asc') => {
|
||||
const debug = buildDebug('verdaccio:web:api:package');
|
||||
|
||||
function addPackageWebApi(storage: Storage, auth: Auth, config: Config): Router {
|
||||
const isLoginEnabled = config?.web?.login === true;
|
||||
const isLoginEnabled = hasLogin(config);
|
||||
const pkgRouter = Router(); /* eslint new-cap: 0 */
|
||||
const anonymousRemoteUser: RemoteUser = createAnonymousRemoteUser();
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@ auth:
|
||||
|
||||
web:
|
||||
title: verdaccio web
|
||||
login: true
|
||||
scope: '@scope'
|
||||
pkgManagers:
|
||||
- pnpm
|
||||
|
||||
3040
pnpm-lock.yaml
generated
3040
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -49,10 +49,10 @@
|
||||
"chart.js": "^4.4.7",
|
||||
"react-chartjs-2": "^5.2.0",
|
||||
"react-player": "2.14.1",
|
||||
"semver": "7.7.1",
|
||||
"semver": "7.7.2",
|
||||
"react-twitter-widgets": "^1.10.0",
|
||||
"use-is-in-viewport": "1.0.9",
|
||||
"usehooks-ts": "3.1.0"
|
||||
"usehooks-ts": "3.1.1"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"bundled": true,
|
||||
"description": "Verdaccio Middleware plugin to bypass npmjs audit",
|
||||
"latest": "10.2.4",
|
||||
"downloads": 1352833,
|
||||
"downloads": 1315853,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-audit"
|
||||
},
|
||||
{
|
||||
@@ -21,7 +21,7 @@
|
||||
"bundled": true,
|
||||
"description": "Local storage implementation",
|
||||
"latest": "10.3.4",
|
||||
"downloads": 442071,
|
||||
"downloads": 429900,
|
||||
"registry": "https://registry.npmjs.org/@verdaccio/local-storage"
|
||||
},
|
||||
{
|
||||
@@ -32,7 +32,7 @@
|
||||
"bundled": true,
|
||||
"description": "Verdaccio User Interface",
|
||||
"latest": "3.4.1",
|
||||
"downloads": 1371152,
|
||||
"downloads": 1331861,
|
||||
"registry": "https://registry.npmjs.org/@verdaccio/ui-theme"
|
||||
},
|
||||
{
|
||||
@@ -43,7 +43,7 @@
|
||||
"bundled": false,
|
||||
"description": "Storage implementation in memory",
|
||||
"latest": "10.3.2",
|
||||
"downloads": 39232,
|
||||
"downloads": 40422,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-memory"
|
||||
},
|
||||
{
|
||||
@@ -54,7 +54,7 @@
|
||||
"bundled": false,
|
||||
"description": "AWS S3 storage implementation for Verdaccio",
|
||||
"latest": "10.4.0",
|
||||
"downloads": 1830,
|
||||
"downloads": 1865,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-aws-s3-storage"
|
||||
},
|
||||
{
|
||||
@@ -65,7 +65,7 @@
|
||||
"bundled": false,
|
||||
"description": "Google Cloud storage implementation for Verdaccio",
|
||||
"latest": "10.2.1",
|
||||
"downloads": 1709,
|
||||
"downloads": 1224,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-google-cloud"
|
||||
},
|
||||
{
|
||||
@@ -76,7 +76,7 @@
|
||||
"bundled": false,
|
||||
"description": "Auth plugin for Verdaccio that keeps users in memory",
|
||||
"latest": "10.2.2",
|
||||
"downloads": 119423,
|
||||
"downloads": 114993,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-auth-memory"
|
||||
},
|
||||
{
|
||||
@@ -87,7 +87,7 @@
|
||||
"bundled": true,
|
||||
"description": "htpasswd auth plugin for Verdaccio",
|
||||
"latest": "10.5.5",
|
||||
"downloads": 1354720,
|
||||
"downloads": 1317900,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-htpasswd"
|
||||
},
|
||||
{
|
||||
@@ -98,7 +98,7 @@
|
||||
"bundled": false,
|
||||
"description": "plugin for filtering packages with security purposes",
|
||||
"latest": "1.1.0",
|
||||
"downloads": 5,
|
||||
"downloads": 43,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-plugin-secfilter"
|
||||
},
|
||||
{
|
||||
@@ -109,7 +109,7 @@
|
||||
"bundled": false,
|
||||
"description": "a port of the verdaccio-ldap to version 5",
|
||||
"latest": "1.0.1",
|
||||
"downloads": 21,
|
||||
"downloads": 28,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-ldap-port"
|
||||
},
|
||||
{
|
||||
@@ -120,7 +120,7 @@
|
||||
"origin": "community",
|
||||
"category": "storage",
|
||||
"latest": "1.2.13",
|
||||
"downloads": 4,
|
||||
"downloads": 18,
|
||||
"registry": "https://registry.npmjs.org/@playerdata/verdaccio-storage-expiry"
|
||||
},
|
||||
{
|
||||
@@ -131,7 +131,7 @@
|
||||
"origin": "community",
|
||||
"category": "authentication",
|
||||
"latest": "1.4.1",
|
||||
"downloads": 6,
|
||||
"downloads": 4,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-ldap-memcached"
|
||||
},
|
||||
{
|
||||
@@ -142,7 +142,7 @@
|
||||
"origin": "community",
|
||||
"category": "authentication",
|
||||
"latest": "3.0.1",
|
||||
"downloads": 37,
|
||||
"downloads": 43,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-bitbucket"
|
||||
},
|
||||
{
|
||||
@@ -153,7 +153,7 @@
|
||||
"origin": "community",
|
||||
"category": "middleware",
|
||||
"latest": "1.0.3",
|
||||
"downloads": 2,
|
||||
"downloads": 6,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-redis-search-patch"
|
||||
},
|
||||
{
|
||||
@@ -164,7 +164,7 @@
|
||||
"origin": "community",
|
||||
"category": "authentication",
|
||||
"latest": "2.0.6",
|
||||
"downloads": 5,
|
||||
"downloads": 7,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-auther-memory"
|
||||
},
|
||||
{
|
||||
@@ -175,7 +175,7 @@
|
||||
"origin": "community",
|
||||
"category": "authentication",
|
||||
"latest": "0.1.103",
|
||||
"downloads": 120,
|
||||
"downloads": 116,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-git"
|
||||
},
|
||||
{
|
||||
@@ -186,7 +186,7 @@
|
||||
"origin": "community",
|
||||
"category": "authentication",
|
||||
"latest": "6.0.0",
|
||||
"downloads": 387,
|
||||
"downloads": 266,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-ldap"
|
||||
},
|
||||
{
|
||||
@@ -197,7 +197,7 @@
|
||||
"origin": "community",
|
||||
"category": "authentication",
|
||||
"latest": "1.0.6",
|
||||
"downloads": 6,
|
||||
"downloads": 13,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-ldap-node"
|
||||
},
|
||||
{
|
||||
@@ -208,7 +208,7 @@
|
||||
"origin": "community",
|
||||
"category": "middleware",
|
||||
"latest": "1.0.0",
|
||||
"downloads": 1,
|
||||
"downloads": 2,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-badger"
|
||||
},
|
||||
{
|
||||
@@ -230,7 +230,7 @@
|
||||
"origin": "community",
|
||||
"category": "middleware",
|
||||
"latest": "2.0.2",
|
||||
"downloads": 13,
|
||||
"downloads": 17,
|
||||
"registry": "https://registry.npmjs.org/@xlts.dev/verdaccio-prometheus-middleware"
|
||||
},
|
||||
{
|
||||
@@ -241,7 +241,7 @@
|
||||
"origin": "community",
|
||||
"category": "authentication",
|
||||
"latest": "1.0.5",
|
||||
"downloads": 17,
|
||||
"downloads": 18,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-github-auth"
|
||||
},
|
||||
{
|
||||
@@ -252,7 +252,7 @@
|
||||
"origin": "community",
|
||||
"category": "authentication",
|
||||
"latest": "3.0.1",
|
||||
"downloads": 77,
|
||||
"downloads": 70,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-gitlab"
|
||||
},
|
||||
{
|
||||
@@ -263,7 +263,7 @@
|
||||
"origin": "community",
|
||||
"category": "authentication",
|
||||
"latest": "1.3.4",
|
||||
"downloads": 41,
|
||||
"downloads": 42,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-bitbucket-server"
|
||||
},
|
||||
{
|
||||
@@ -274,7 +274,7 @@
|
||||
"origin": "community",
|
||||
"category": "middleware",
|
||||
"latest": "1.0.7",
|
||||
"downloads": 4,
|
||||
"downloads": 9,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-package-count"
|
||||
},
|
||||
{
|
||||
@@ -285,7 +285,7 @@
|
||||
"origin": "community",
|
||||
"category": "authentication",
|
||||
"latest": "1.0.2",
|
||||
"downloads": 54,
|
||||
"downloads": 58,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-activedirectory"
|
||||
},
|
||||
{
|
||||
@@ -296,7 +296,7 @@
|
||||
"origin": "community",
|
||||
"category": "middleware",
|
||||
"latest": "0.2.7",
|
||||
"downloads": 12,
|
||||
"downloads": 11,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-profile-api"
|
||||
},
|
||||
{
|
||||
@@ -318,7 +318,7 @@
|
||||
"origin": "community",
|
||||
"category": "storage",
|
||||
"latest": "0.2.5",
|
||||
"downloads": 38,
|
||||
"downloads": 31,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-minio"
|
||||
},
|
||||
{
|
||||
@@ -329,7 +329,7 @@
|
||||
"origin": "community",
|
||||
"category": "storage",
|
||||
"latest": "1.2.4",
|
||||
"downloads": 58,
|
||||
"downloads": 45,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-redis-storage"
|
||||
},
|
||||
{
|
||||
@@ -340,7 +340,7 @@
|
||||
"origin": "community",
|
||||
"category": "authentication",
|
||||
"latest": "1.2.0",
|
||||
"downloads": 7,
|
||||
"downloads": 16,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-mongodb"
|
||||
},
|
||||
{
|
||||
@@ -351,7 +351,7 @@
|
||||
"origin": "community",
|
||||
"category": "authentication",
|
||||
"latest": "1.0.0",
|
||||
"downloads": 1,
|
||||
"downloads": 4,
|
||||
"registry": "https://registry.npmjs.org/verdaccio-ldap5"
|
||||
},
|
||||
{
|
||||
@@ -363,7 +363,7 @@
|
||||
"url": "https://www.npmjs.org/@m03geek/verdaccio-google-cloud",
|
||||
"registry": "https://registry.npmjs.org/@m03geek/verdaccio-google-cloud",
|
||||
"latest": "0.1.0",
|
||||
"downloads": 0
|
||||
"downloads": 1
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-storage-proxy",
|
||||
@@ -374,7 +374,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-storage-proxy",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-storage-proxy",
|
||||
"latest": "0.0.11",
|
||||
"downloads": 46
|
||||
"downloads": 36
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-local-storage-advance",
|
||||
@@ -385,7 +385,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-local-storage-advance",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-local-storage-advance",
|
||||
"latest": "0.0.10",
|
||||
"downloads": 3
|
||||
"downloads": 9
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-kuzzle",
|
||||
@@ -396,7 +396,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-kuzzle",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-kuzzle",
|
||||
"latest": "1.0.9",
|
||||
"downloads": 2
|
||||
"downloads": 12
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-dist-tag-control",
|
||||
@@ -407,7 +407,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-dist-tag-control",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-dist-tag-control",
|
||||
"latest": "1.0.2",
|
||||
"downloads": 1
|
||||
"downloads": 6
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-doreamon-oauth2",
|
||||
@@ -418,7 +418,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-doreamon-oauth2",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-doreamon-oauth2",
|
||||
"latest": "1.2.1",
|
||||
"downloads": 15
|
||||
"downloads": 22
|
||||
},
|
||||
{
|
||||
"name": "@outcome-co/verdaccio-google-cloud",
|
||||
@@ -429,7 +429,7 @@
|
||||
"url": "https://www.npmjs.org/@outcome-co/verdaccio-google-cloud",
|
||||
"registry": "https://registry.npmjs.org/@outcome-co/verdaccio-google-cloud",
|
||||
"latest": "1.1.8",
|
||||
"downloads": 5
|
||||
"downloads": 8
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-pg-storage",
|
||||
@@ -451,7 +451,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-local-storage-with-cache-db",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-local-storage-with-cache-db",
|
||||
"latest": "9.7.7",
|
||||
"downloads": 10
|
||||
"downloads": 6
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-offline-storage",
|
||||
@@ -462,7 +462,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-offline-storage",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-offline-storage",
|
||||
"latest": "2.0.0",
|
||||
"downloads": 71
|
||||
"downloads": 69
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-aliyunoss-storage",
|
||||
@@ -473,7 +473,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-aliyunoss-storage",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-aliyunoss-storage",
|
||||
"latest": "1.0.10",
|
||||
"downloads": 20
|
||||
"downloads": 21
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-openid-connect",
|
||||
@@ -484,7 +484,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-openid-connect",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-openid-connect",
|
||||
"latest": "3.0.0",
|
||||
"downloads": 103
|
||||
"downloads": 99
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-github-oauth-ui",
|
||||
@@ -505,7 +505,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-github-oauth",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-github-oauth",
|
||||
"latest": "1.1.0",
|
||||
"downloads": 13
|
||||
"downloads": 6
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-auth-gitlab",
|
||||
@@ -516,7 +516,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-auth-gitlab",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-auth-gitlab",
|
||||
"latest": "2.0.0-beta.11",
|
||||
"downloads": 46
|
||||
"downloads": 40
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-auth0-ui",
|
||||
@@ -527,7 +527,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-auth0-ui",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-auth0-ui",
|
||||
"latest": "4.0.1",
|
||||
"downloads": 68
|
||||
"downloads": 34
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-tagauth",
|
||||
@@ -548,7 +548,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-gitea-auth",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-gitea-auth",
|
||||
"latest": "0.1.4",
|
||||
"downloads": 35
|
||||
"downloads": 34
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-platformatic-auth",
|
||||
@@ -559,7 +559,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-platformatic-auth",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-platformatic-auth",
|
||||
"latest": "0.0.4",
|
||||
"downloads": 3
|
||||
"downloads": 6
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-google-oauth",
|
||||
@@ -570,7 +570,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-google-oauth",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-google-oauth",
|
||||
"latest": "1.0.1",
|
||||
"downloads": 10
|
||||
"downloads": 11
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-passport-google-oauth-ui",
|
||||
@@ -580,8 +580,8 @@
|
||||
"description": "📦🔐 Verdaccio Google OAuth",
|
||||
"url": "https://www.npmjs.org/verdaccio-passport-google-oauth-ui",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-passport-google-oauth-ui",
|
||||
"latest": "0.1.5",
|
||||
"downloads": 26
|
||||
"latest": "0.1.7",
|
||||
"downloads": 170
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-aukilabs-npm-auth",
|
||||
@@ -592,7 +592,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-aukilabs-npm-auth",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-aukilabs-npm-auth",
|
||||
"latest": "0.0.2",
|
||||
"downloads": 2
|
||||
"downloads": 4
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-gitlab-hilio",
|
||||
@@ -603,7 +603,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-gitlab-hilio",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-gitlab-hilio",
|
||||
"latest": "1.1.17",
|
||||
"downloads": 41
|
||||
"downloads": 23
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-auth-knex",
|
||||
@@ -614,7 +614,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-auth-knex",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-auth-knex",
|
||||
"latest": "1.0.3",
|
||||
"downloads": 21
|
||||
"downloads": 14
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-qnapldap",
|
||||
@@ -625,7 +625,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-qnapldap",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-qnapldap",
|
||||
"latest": "0.0.6",
|
||||
"downloads": 6
|
||||
"downloads": 5
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-fast-ldap",
|
||||
@@ -658,7 +658,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-group-htpasswd",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-group-htpasswd",
|
||||
"latest": "1.0.0",
|
||||
"downloads": 5
|
||||
"downloads": 3
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-groups",
|
||||
@@ -669,7 +669,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-groups",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-groups",
|
||||
"latest": "1.2.0",
|
||||
"downloads": 8
|
||||
"downloads": 13
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-github-token",
|
||||
@@ -680,7 +680,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-github-token",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-github-token",
|
||||
"latest": "1.0.0",
|
||||
"downloads": 6
|
||||
"downloads": 4
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-mysql",
|
||||
@@ -691,7 +691,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-mysql",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-mysql",
|
||||
"latest": "1.0.1",
|
||||
"downloads": 17
|
||||
"downloads": 14
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-qlchatauth",
|
||||
@@ -713,7 +713,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-azure-ad-login",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-azure-ad-login",
|
||||
"latest": "1.1.1",
|
||||
"downloads": 13
|
||||
"downloads": 15
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-oidc",
|
||||
@@ -724,7 +724,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-oidc",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-oidc",
|
||||
"latest": "0.0.0-namesquat",
|
||||
"downloads": 5
|
||||
"downloads": 6
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-regman",
|
||||
@@ -746,7 +746,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-level-auth",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-level-auth",
|
||||
"latest": "1.0.12",
|
||||
"downloads": 6
|
||||
"downloads": 7
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-activedirectory-extended",
|
||||
@@ -757,7 +757,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-activedirectory-extended",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-activedirectory-extended",
|
||||
"latest": "1.4.3",
|
||||
"downloads": 10
|
||||
"downloads": 9
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-acl-plugin",
|
||||
@@ -768,7 +768,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-acl-plugin",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-acl-plugin",
|
||||
"latest": "1.0.1",
|
||||
"downloads": 7
|
||||
"downloads": 8
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-auth-bearer",
|
||||
@@ -790,7 +790,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-steedos",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-steedos",
|
||||
"latest": "1.0.0",
|
||||
"downloads": 1
|
||||
"downloads": 2
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-sqlite",
|
||||
@@ -801,7 +801,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-sqlite",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-sqlite",
|
||||
"latest": "1.0.2",
|
||||
"downloads": 9
|
||||
"downloads": 7
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-simplegroup",
|
||||
@@ -812,7 +812,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-simplegroup",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-simplegroup",
|
||||
"latest": "1.0.2",
|
||||
"downloads": 7
|
||||
"downloads": 5
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-betaversion",
|
||||
@@ -834,7 +834,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-auth-username",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-auth-username",
|
||||
"latest": "1.1.2",
|
||||
"downloads": 14
|
||||
"downloads": 13
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-apm-login",
|
||||
@@ -845,7 +845,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-apm-login",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-apm-login",
|
||||
"latest": "1.0.6",
|
||||
"downloads": 14
|
||||
"downloads": 17
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-auth-stack",
|
||||
@@ -856,7 +856,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-auth-stack",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-auth-stack",
|
||||
"latest": "1.0.3",
|
||||
"downloads": 7
|
||||
"downloads": 6
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-auth-capi",
|
||||
@@ -867,7 +867,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-auth-capi",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-auth-capi",
|
||||
"latest": "1.0.2",
|
||||
"downloads": 4
|
||||
"downloads": 3
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-groupnames",
|
||||
@@ -933,7 +933,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-api-auth",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-api-auth",
|
||||
"latest": "0.0.9",
|
||||
"downloads": 12
|
||||
"downloads": 10
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-delegated-auth",
|
||||
@@ -955,7 +955,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-delegated-basic-auth",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-delegated-basic-auth",
|
||||
"latest": "0.0.2",
|
||||
"downloads": 3
|
||||
"downloads": 2
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-fixed-token",
|
||||
@@ -966,7 +966,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-fixed-token",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-fixed-token",
|
||||
"latest": "0.0.1",
|
||||
"downloads": 6
|
||||
"downloads": 4
|
||||
},
|
||||
{
|
||||
"name": "@wunderwerk/verdaccio-static-access-token-middleware-plugin",
|
||||
@@ -987,7 +987,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-sentryrich",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-sentryrich",
|
||||
"latest": "0.1.3",
|
||||
"downloads": 5
|
||||
"downloads": 13
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-sentry",
|
||||
@@ -1009,7 +1009,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-openmetrics",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-openmetrics",
|
||||
"latest": "1.2.0",
|
||||
"downloads": 136
|
||||
"downloads": 117
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-https",
|
||||
@@ -1020,7 +1020,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-https",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-https",
|
||||
"latest": "1.0.11",
|
||||
"downloads": 19
|
||||
"downloads": 22
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-badges",
|
||||
@@ -1031,7 +1031,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-badges",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-badges",
|
||||
"latest": "1.1.2",
|
||||
"downloads": 36
|
||||
"downloads": 40
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-npm-urls",
|
||||
@@ -1042,7 +1042,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-npm-urls",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-npm-urls",
|
||||
"latest": "1.0.1",
|
||||
"downloads": 14
|
||||
"downloads": 12
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-static-token",
|
||||
@@ -1053,7 +1053,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-static-token",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-static-token",
|
||||
"latest": "1.0.1",
|
||||
"downloads": 296
|
||||
"downloads": 300
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-apm-server",
|
||||
@@ -1064,7 +1064,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-apm-server",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-apm-server",
|
||||
"latest": "1.0.14",
|
||||
"downloads": 31
|
||||
"downloads": 16
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-gae-ah",
|
||||
@@ -1075,7 +1075,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-gae-ah",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-gae-ah",
|
||||
"latest": "0.0.3",
|
||||
"downloads": 3
|
||||
"downloads": 4
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-oidc-ui",
|
||||
@@ -1086,7 +1086,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-oidc-ui",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-oidc-ui",
|
||||
"latest": "2.2.7",
|
||||
"downloads": 24
|
||||
"downloads": 31
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-github-oauth-ui-without-groups",
|
||||
@@ -1097,7 +1097,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-github-oauth-ui-without-groups",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-github-oauth-ui-without-groups",
|
||||
"latest": "1.0.1",
|
||||
"downloads": 4
|
||||
"downloads": 3
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-zip",
|
||||
@@ -1108,7 +1108,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-zip",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-zip",
|
||||
"latest": "1.0.19",
|
||||
"downloads": 10
|
||||
"downloads": 27
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-utilities",
|
||||
@@ -1119,7 +1119,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-utilities",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-utilities",
|
||||
"latest": "1.3.5",
|
||||
"downloads": 17
|
||||
"downloads": 16
|
||||
},
|
||||
{
|
||||
"name": "mlc-verdaccio-s3-archiver",
|
||||
@@ -1130,7 +1130,7 @@
|
||||
"url": "https://www.npmjs.org/mlc-verdaccio-s3-archiver",
|
||||
"registry": "https://registry.npmjs.org/mlc-verdaccio-s3-archiver",
|
||||
"latest": "1.0.3",
|
||||
"downloads": 7
|
||||
"downloads": 2
|
||||
},
|
||||
{
|
||||
"name": "bulk-npm-publish",
|
||||
@@ -1141,7 +1141,7 @@
|
||||
"url": "https://www.npmjs.org/bulk-npm-publish",
|
||||
"registry": "https://registry.npmjs.org/bulk-npm-publish",
|
||||
"latest": "3.0.2",
|
||||
"downloads": 29
|
||||
"downloads": 23
|
||||
},
|
||||
{
|
||||
"name": "tgz-checker",
|
||||
@@ -1152,7 +1152,7 @@
|
||||
"url": "https://www.npmjs.org/tgz-checker",
|
||||
"registry": "https://registry.npmjs.org/tgz-checker",
|
||||
"latest": "0.1.9",
|
||||
"downloads": 12
|
||||
"downloads": 4
|
||||
},
|
||||
{
|
||||
"name": "verdaccio-downloads-count",
|
||||
@@ -1163,7 +1163,7 @@
|
||||
"url": "https://www.npmjs.org/verdaccio-downloads-count",
|
||||
"registry": "https://registry.npmjs.org/verdaccio-downloads-count",
|
||||
"latest": "1.0.2",
|
||||
"downloads": 14
|
||||
"downloads": 8
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user