diff --git a/package.json b/package.json index dcd62d9..d1cdbdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "fastify-request-context", - "version": "2.2.0", + "name": "@fastify/request-context", + "version": "3.0.0", "description": "Request-scoped storage support, based on Asynchronous Local Storage, with fallback to cls-hooked for older Node versions", "license": "MIT", "maintainers": [ @@ -71,5 +71,8 @@ "lib/*", "index.js", "index.d.ts" - ] + ], + "publishConfig": { + "access": "public" + } }