Skip to content

v3.0.0

Compare
Choose a tag to compare
@eluce2 eluce2 released this 25 Apr 13:28
· 226 commits to main since this release
4ac9307

3.0.0

Major Changes

  • 5c2f0d2: Use native fetch (Node 18+).

    This package now requires Node 18+ and no longer relys on the node-fetch package.
    Each method supports passing additional options to the fetch function via the fetch parameter. This is useful if used within a framework that overrides the global fetch function (such as Next.js).

  • Now requires zod as a peer dependency

Minor Changes

  • 5c2f0d2: Custom functions to override where the temporary access token is stored
  • add fileStorage and Upstash helper methods for token store