From 3c8261f7dac56d8177060a5953a656719e981889 Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Sat, 4 Jun 2022 14:13:31 -0300 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 527d5f3..d4f7c06 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "aws-lambda-fastify", + "name": "@fastify/aws-lambda", "description": "Inspired by aws-serverless-express to work with Fastify with inject functionality.", "keywords": [ "aws", @@ -26,7 +26,7 @@ "url": "https://github.com/fastify/aws-lambda-fastify/issues" }, "license": "MIT", - "version": "2.1.6", + "version": "3.0.0", "main": "index.js", "scripts": { "lint": "eslint .", @@ -55,5 +55,8 @@ "aws-serverless-fastify": { "fastify": "^4.0.0-rc.3" } + }, + "publishConfig": { + "access": "public" } }