blakejoy / tmdb-ts

Typescript client wrapper for TheMovieDB (TMDB) v3
MIT License
37 stars 12 forks source link

feat: remove default export #28

Closed blakejoy closed 1 year ago

blakejoy commented 1 year ago

Remove all instances of default exports since it seems to not transpiled correctly and sometimes results in "TMDB is not a constructor" example: #16 .

Bump to major version as this is stable as far as implementation.

Will slowly roll out other endpoint implementations as needed.