[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: invalidate readme cache

+1 -1
+1 -1
server/api/registry/readme/[...pkg].get.ts
··· 99 99 swr: true, 100 100 getKey: event => { 101 101 const pkg = getRouterParam(event, 'pkg') ?? '' 102 - return `readme:${pkg}` 102 + return `readme:v2:${pkg}` 103 103 }, 104 104 }, 105 105 )