Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING CHANGE : Removed re-expose LRUCache typings #330

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

msgadi
Copy link
Contributor

@msgadi msgadi commented Dec 12, 2024

Closes #309

By implementing this change, we ensure better compatibility between LRUCache and TypeScript, while also improving stability and reusability by providing the Cache<K, V> interface for consistent cache management. This refactor resolves the errors related to using get-jwks being imported in other packages or project written in typescript and it avoids re-exposing the LRUCache typings, which is recommended for long-term compatibility.

BREAKING CHANGE: removed re-exposing of LRUCache typings

@msgadi msgadi requested a review from simoneb December 12, 2024 09:03
@msgadi msgadi self-assigned this Dec 12, 2024
Copy link
Member

@simoneb simoneb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, can you please mark this as a breaking change_

@msgadi msgadi changed the title Removed re-expose LRUCache typings BREAKING CHANGE : Removed re-expose LRUCache typings Dec 12, 2024
@msgadi msgadi merged commit 99c530c into main Dec 12, 2024
11 checks passed
@msgadi msgadi deleted the fix/remove-exposing-lru-cache-types branch December 12, 2024 10:27
@github-actions github-actions bot mentioned this pull request Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

problems compiling typescript
2 participants