Skip to content

v0.7.1

Compare
Choose a tag to compare
@Shaptic Shaptic released this 25 May 22:21
· 50 commits to main since this release
23ce044

Fixed

  • The module was not being exported correctly in browser environments; the following should now work in your project (#95):
import * as SorobanClient from 'soroban-client';
  • The browser bundles compatibility has increased, supporting older JS environments and undoing #90 from v0.7.0 (#95).

Full Changelog: v0.7.0...v0.7.1