perfood / couch-auth

Powerful authentication for APIs and apps using CouchDB (or Cloudant) with Node >= 14
MIT License
68 stars 19 forks source link

:sparkles: expose types #15

Closed ikosta closed 3 years ago

ikosta commented 3 years ago

like we discussed the adapters are flagged as @internal and all *.d.ts files are renamed to *.model.ts so that they are included in the build.

fynnlyte commented 3 years ago

Tests are failing, did you also adjust the imports there?

fynnlyte commented 3 years ago

It might also be a better option to simple use .ts instead of .model.ts as replacement for .d.ts s.t. there will be less file changes

ikosta commented 3 years ago

did change .model.ts to .ts now