From ff6b5bef6de391068f1d53c524b4409339383e90 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Thu, 10 Oct 2024 13:31:28 +0200 Subject: [PATCH] fix: disable the web interface --- package.json | 2 +- registry/config.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index af6f1fe..e1756d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/registry-mock", - "version": "3.42.0", + "version": "3.43.0", "description": "Mock the npm registry", "main": "dist/index.js", "bin": "dist/bin/pnpm-registry-mock.js", diff --git a/registry/config.yaml b/registry/config.yaml index 6687ca6..0779b15 100644 --- a/registry/config.yaml +++ b/registry/config.yaml @@ -17,6 +17,9 @@ uplinks: npmjs: url: https://registry.npmjs.org/ +web: + enable: false + packages: '@private/*': access: $authenticated