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 344bf85 commit 002c21bCopy full SHA for 002c21b
.changeset/nice-walls-happen.md
@@ -0,0 +1,5 @@
1
+---
2
+"@aws/lambda-invoke-store": patch
3
4
+
5
+include types declarations
package.json
@@ -4,6 +4,7 @@
"description": "Invoke scoped data storage for AWS Lambda Node.js Runtime Environment",
"homepage": "https://github.com/awslabs/aws-lambda-invoke-store",
6
"main": "./dist-cjs/invoke-store.js",
7
+ "types": "./dist-types/invoke-store.d.ts",
8
"module": "./dist-es/invoke-store.js",
9
"exports": {
10
".": {
0 commit comments