Skip to content

v1.4.3

Compare
Choose a tag to compare
@fedeya fedeya released this 29 May 20:51
· 44 commits to main since this release
2b5ce2e

What's Changed

Fixed: imports to dist

Example

- import { signUp } from 'next-auth-sanity/dist/client';
+ import { signUp } from 'next-auth-sanity/client';

Changed Axios to Fetch for reduce bundle in signUp

Full Changelog: v1.4.0...1.4.3