·
58 commits
to main
since this release
Patch Changes
-
#530
ef6bacd
Thanks @smeijer! - The@magicbell/project-client
and@magicbell/user-client
packages are now deprecated. Please migrate tomagicbell-js
instead. Migration is trivial, and should be as simple as updating your import statements.- import { Client } from '@magicbell/project-client'; + import { Client } from 'magicbell-js/project-client'; - import { Client } from '@magicbell/project-client'; + import { Client } from 'magicbell-js/project-client';