From 8e2c56b718ff30b9ede719d9789f455d61da8c06 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 30 Aug 2025 18:39:10 +0000 Subject: [PATCH 1/2] Initial plan From ae9e5662448b086e1b395ed4a7e60325084db2c5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 30 Aug 2025 18:43:13 +0000 Subject: [PATCH 2/2] Add NPM package link and improve badge styling in README Co-authored-by: bookernath <8922457+bookernath@users.noreply.github.com> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aa0bfe..f2c58ff 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ A Next.js fetch wrapper for edge middleware that uses Vercel Runtime Cache as its caching backend. This package provides a drop-in replacement for the native fetch API that mimics Next.js's Data Cache behavior in edge middleware environments where the standard Data Cache is not available. -🌐 **[Official Website](https://cached-middleware-fetch-next.dev/)** | [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/bookernath/cached-middleware-fetch-next) +[![NPM Version](https://img.shields.io/npm/v/cached-middleware-fetch-next.svg)](https://www.npmjs.com/package/cached-middleware-fetch-next) +[![Official Website](https://img.shields.io/badge/website-cached--middleware--fetch--next.dev-blue.svg)](https://cached-middleware-fetch-next.dev/) +[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/bookernath/cached-middleware-fetch-next) ## Installation