-
-
Notifications
You must be signed in to change notification settings - Fork 772
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove bundled TypeScript type defintions
I'm moving types to DT so that only developers that use types incur the added dependencies. BREAKING CHANGE: TypeScript type definitions are no longer bundled with the package, instead these will be re-published to DefinitelyTyped.
- Loading branch information
Showing
5 changed files
with
1 addition
and
2,230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
3a6b671
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm looking on npm packages something like
@types/oidc-provider
and I cannot find any occurence of it. Do you know when it will be available ?3a6b671
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/panva/node-oidc-provider/discussions/939
3a6b671
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks