sourcefuse / loopback4-ratelimiter

A Rate Limiting Extension for Loopback 4 Applications
https://www.npmjs.com/package/loopback4-ratelimiter
MIT License
37 stars 10 forks source link

Remove support for node v14 #110

Closed RaghavaroraSF closed 1 year ago

RaghavaroraSF commented 1 year ago

Is your feature request related to a problem? Please describe. Node v14 reaching its end of life this month. Loopback removes support for node v14 in all of its packages we depend on.

Sourceloop packages/services also currently have v12 and v14 as the supported versions.

Describe the solution you'd like Remove the support for node v14 and v12. And add the support for the latest LTS version v18.

Describe alternatives you've considered __

Additional context __

shubhamp-sf commented 1 year ago

:tada: This issue has been resolved in version 5.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: