From 44c71623f534f18b109c0f428be913d948961d3d Mon Sep 17 00:00:00 2001 From: James Sumners Date: Wed, 27 Apr 2022 08:48:48 -0400 Subject: [PATCH] Rename Module This commit renames the module in accordance with the discussion in fastify/fastify/issues/3733 . --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index df8814c..e7134df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "fastify-caching", - "version": "6.2.0", + "name": "@fastify/caching", + "version": "7.0.0", "description": "A plugin for Fastify to enable management of cache control headers", "main": "plugin.js", "types": "plugin.d.ts", @@ -48,5 +48,8 @@ }, "tsd": { "directory": "test/types" + }, + "publishConfig": { + "access": "public" } }