jeremydaly / lambda-warmer

A module to optimize AWS Lambda function cold starts
MIT License
525 stars 55 forks source link

Include types in npm package #17

Closed Stonepaw closed 3 years ago

Stonepaw commented 5 years ago

Includes the index.d.ts file in the published npm package and bumps the npm version

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 42


Totals Coverage Status
Change from base Build 40: 0.0%
Covered Lines: 33
Relevant Lines: 33

💛 - Coveralls
Stonepaw commented 5 years ago

@jeremydaly Can this get merged? It will improve the use of the package in a typescript environment.

alopix commented 4 years ago

@Stonepaw isn't the line "types": "index.d.ts" missing from package.json as well in order to even reference the types properly?

pexxi commented 3 years ago

Would be awesome if this would get (finally) merged :)