From 187908d4dbaabfd83755dad2a51ea4a3ae311e9c Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 26 May 2026 13:16:38 -0700 Subject: [PATCH] fix: fix typo of fullMetadata --- lib/commands/publish.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/publish.js b/lib/commands/publish.js index 25dda0c156918..bc243dbea68f1 100644 --- a/lib/commands/publish.js +++ b/lib/commands/publish.js @@ -287,7 +287,7 @@ class Publish extends BaseCommand { } else { manifest = await pacote.manifest(spec, { ...opts, - fullmetadata: true, + fullMetadata: true, fullReadJson: true, }) }