1.4.0
🚨 Breaking Changes
algosdk
Upgrade: Upgraded toalgosdk
v3, introducing breaking changes.
Please refer to the migration guide for a smooth transition.
✨ Changelog
- Replaced
cjs
output withesm
for modern JavaScript module support. - Removed all
require
imports in favor ofimport
statements.