superfaceai / passport-twitter-oauth2

Twitter OAuth 2.0 Strategy for Passport for accessing Twitter API v2
MIT License
28 stars 9 forks source link

feat: Bundle passport-oauth2 types #30

Closed jnv closed 1 year ago

jnv commented 1 year ago

Fixes #25

This is an attempt to setup api-extractor to automatically bundle types from dependencies, without adding the whole dependency tree.

This also generates a public types report which can be used to check backwards compatibility.

jnv commented 1 year ago

Bundling types isn't way to go, I will close this in favor of #32.