We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7cf8f commit d14c185Copy full SHA for d14c185
package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "aws-lambda-fastify",
+ "name": "@fastify/aws-lambda",
3
"description": "Inspired by aws-serverless-express to work with Fastify with inject functionality.",
4
"keywords": [
5
"aws",
@@ -26,7 +26,7 @@
26
"url": "https://github.com/fastify/aws-lambda-fastify/issues"
27
},
28
"license": "MIT",
29
- "version": "2.1.6",
+ "version": "3.0.0",
30
"main": "index.js",
31
"scripts": {
32
"lint": "eslint .",
@@ -55,5 +55,8 @@
55
"aws-serverless-fastify": {
56
"fastify": "^4.0.0-rc.3"
57
}
58
+ },
59
+ "publishConfig": {
60
+ "access": "public"
61
62
0 commit comments