fastify / fastify-secure-session

Create a secure stateless cookie session for Fastify
MIT License
201 stars 45 forks source link

New "expiry" is not included in TypeScript definition #223

Closed joshuaavalon closed 4 months ago

joshuaavalon commented 4 months ago

Prerequisites

Fastify version

4.26.2

Plugin version

7.5.0

Node.js version

20.10.0

Operating system

Windows

Operating system version (i.e. 20.04, 11.3, 10)

10

Description

New expiry options from 7.3.0 is not added to TypeScript definition

Steps to Reproduce

See types/index.d.ts

Expected Behavior

No response

mcollina commented 4 months ago

Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests. We use tsd for types tests.

joshuaavalon commented 4 months ago

I mainly use TypeScript for development. I am not familiar with tsd, so I won't send a pull request.