Skip to content

Commit

Permalink
Merge pull request #110 from fastify/rename-module
Browse files Browse the repository at this point in the history
Rename module
  • Loading branch information
jsumners authored Apr 27, 2022
2 parents d73063f + 9d2b9ce commit 8f5b0f7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -71,5 +71,8 @@
"lib/*",
"index.js",
"index.d.ts"
]
],
"publishConfig": {
"access": "public"
}
}

0 comments on commit 8f5b0f7

Please sign in to comment.