From b4b9610b00ac4246e27703633bc54aea81662056 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Wed, 27 Apr 2022 09:01: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 0a364214..1bbc9fab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "fastify-nextjs", - "version": "7.2.0", + "name": "@fastify/nextjs", + "version": "8.0.0", "description": "React server side rendering support for Fastify with Next", "main": "index.js", "engines": { @@ -62,5 +62,8 @@ "standard": "^17.0.0", "tap": "^16.0.0", "tsd": "^0.20.0" + }, + "publishConfig": { + "access": "public" } }