Skip to content

v0.51.0

Choose a tag to compare

@magic-hour-sdk-bot magic-hour-sdk-bot released this 05 Feb 21:54
· 47 commits to main since this release
3879e72

Feature: Named Client import

Going forward, you have the option to import the client via

- import Client from "magic-hour";
+ import { Client } from "magic-hour";

This is introduced to help with the error TypeError: Client is not a constructor due to how default export is handled.

What's Changed

Full Changelog: v0.50.0...v0.51.0