Closed joaolrpm closed 10 months ago
Hi @mpyw 👋!
I apologize once again for the inconvenience 🙏 Could you please commit the version bump in the package.json to master? The last release couldn't be published because it attempted to publish the changes as version 1.1.0.
Deleted old incomlete tags to release as 1.1.1 :ok_hand:
Fixes #60 UMD bundling issues.
I have updated the Rollup configuration to mark
axios
as an external dependency. This change was necessary to address unresolved dependencies and export errors related toaxios
when bundling the library.By identifying
axios
as an external dependency, we prevent it from being bundled with this library. This not only reduces the overall bundle size but also mitigates potential conflicts that may arise when different versions ofaxios
are utilized in the same application.Please be aware that consumers of this library will need to have
axios
installed in their project.