v0.19.0
Notable Changes
Now sets a default host of https://icp-api.io
for HttpAgent
Replaces js-sha256
with @noble/hash
Package sizes are reduced as a result of that dependency change!
What's Changed
- chore: bumping deps from npm audit by @krpeacock in #746
- feat: crypto nonce randomness by @krpeacock in #747
- feat: removes use of date in nonce generation by @krpeacock in #748
- chore: update dependencies by @krpeacock in #749
- feat: HttpAgent now uses a default address by @krpeacock in #751
- fix: add
@dfinity/principal
as a peerDependency where needed by @hpeebles in #752 - feat: replaces the
js-sha256
library with@noble/hashes
by @krpeacock in #753 - chore: release v0.19.0 by @krpeacock in #754
Full Changelog: v0.18.1...v0.19.0