godaddy / terminus

Graceful shutdown and Kubernetes readiness / liveness checks for any Node.js HTTP applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typings are failing

cryptism opened this issue ยท comments

The typings have been failing on your most recent build, preventing newer versions from being used in typescript projects.

node_modules/@godaddy/terminus/typings/index.d.ts:11:5 - error TS2411: Property 'verbatim' of type 'boolean | undefined' is not assignable to string index type 'boolean | HealthCheck'.

11     verbatim?: boolean
       ~~~~~~~~

node_modules/@godaddy/terminus/typings/index.d.ts:12:5 - error TS2411: Property '__unsafeExposeStackTraces' of type 'boolean | undefined' is not assignable to string index type 'boolean | HealthCheck'.

12     __unsafeExposeStackTraces?: boolean;
       ~~~~~~~~~~~~~~~~~~~~~~~~~

๐ŸŽ‰ This issue has been resolved in version 4.7.1 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€