From a59574eb44be137ab933714cd59539751b316de7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 24 Jan 2026 23:54:34 +0000 Subject: [PATCH 1/2] Initial plan From b78f8052664f2bb6833788b5f58065f24f094865 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 24 Jan 2026 23:56:05 +0000 Subject: [PATCH 2/2] docs: reword JSDoc for structural compatibility instead of extends Co-authored-by: TheLarkInn <3408176+TheLarkInn@users.noreply.github.com> --- libraries/npm-check-fork/src/interfaces/INpmCheckRegistry.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/npm-check-fork/src/interfaces/INpmCheckRegistry.ts b/libraries/npm-check-fork/src/interfaces/INpmCheckRegistry.ts index e734ecb9f3..67c5e7a963 100644 --- a/libraries/npm-check-fork/src/interfaces/INpmCheckRegistry.ts +++ b/libraries/npm-check-fork/src/interfaces/INpmCheckRegistry.ts @@ -47,8 +47,8 @@ export interface INpmRegistryVersionMetadata extends INpmCheckPackageVersion { * * @remarks * This interface represents the full response from the npm registry when - * fetching package metadata. It extends INpmCheckRegistryData to maintain - * compatibility with existing code like bestGuessHomepage. + * fetching package metadata. It is structurally compatible with INpmCheckRegistryData + * to maintain compatibility with existing code like bestGuessHomepage. * * @see https://github.com/npm/registry/blob/main/docs/responses/package-metadata.md */