v0.51.0
·
47 commits
to main
since this release
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
- feat: add named client export by @davidhu2000 in #148
Full Changelog: v0.50.0...v0.51.0