floatdrop / express-request-id

Middleware for setting unique request id
MIT License
121 stars 24 forks source link

Update `package.json` `files` property #22

Closed peterblazejewicz closed 2 years ago

peterblazejewicz commented 2 years ago

Required to actually publish types.d.ts to NPM registry.

Thanks!

AbrahamLopez10 commented 2 years ago

Can this be merged soon and published to NPM? Can't use express-request-id with TypeScript out of the box because of this, and even if I add @types/express-request-id, the req.id property is missing as it's defined in types.d.ts of this package.

jfairley commented 2 years ago

Need this!!

jfairley commented 2 years ago

@floatdrop any update?