refactor!: Move Base AuthClient
Types to authclient.ts
#1773
Labels
Breaking Change
good first issue
This issue is a good place to started contributing to this repository.
next major: breaking change
this is a change that we should wait to bundle into the next major version
priority: p3
Desirable enhancement or fix. May not be included in next release.
semver: major
Hint for users that this is an API breaking change.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Today, there are types imported from other AuthClients that should be in the base client's file. E.g.:
google-auth-library-nodejs/src/auth/authclient.ts
Line 20 in f45f975
These should be moved here and the imports should be updated throughout the codebase accordingly.
Implementation Notes:
src/index.ts
work seamlesslyThe text was updated successfully, but these errors were encountered: