Skip to content

Commit 002c21b

Browse files
authored
feat: add types to package json (#19)
1 parent 344bf85 commit 002c21b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/nice-walls-happen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@aws/lambda-invoke-store": patch
3+
---
4+
5+
include types declarations

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Invoke scoped data storage for AWS Lambda Node.js Runtime Environment",
55
"homepage": "https://github.com/awslabs/aws-lambda-invoke-store",
66
"main": "./dist-cjs/invoke-store.js",
7+
"types": "./dist-types/invoke-store.d.ts",
78
"module": "./dist-es/invoke-store.js",
89
"exports": {
910
".": {

0 commit comments

Comments
 (0)