We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e72622 + cfbc5e1 commit 306d116Copy full SHA for 306d116
server/api/registry/badge/[type]/[...pkg].get.ts
@@ -379,7 +379,7 @@ const badgeStrategies = {
379
if (versionData && hasBuiltInTypes(versionData)) {
380
return { label: 'types', value: 'included', color: COLORS.blue }
381
}
382
-
+
383
const { pkg, typesPackage, files } = await fetchPackageWithTypesAndFiles(
384
pkgData.name,
385
requestedVersion,
0 commit comments