From 8eea0bdfc0df0d51ab1d9d6bea0f344c2b989fc8 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 (cherry picked from commit 33aebaa58541ac0af3882cc0b56f09b1b676740a) --- 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 854633e1d29e0..450c51858ba01 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, }) }