github hyperlane-xyz/hyperlane-monorepo @hyperlane-xyz/utils@25.0.0

latest releases: @hyperlane-xyz/radix-sdk@25.0.0, @hyperlane-xyz/rebalancer-sim@0.1.2
4 hours ago

Minor Changes

  • 52ce778: A LazyAsync helper was added to @hyperlane-xyz/utils for safe, deduplicated async initialization. It replaces the scattered pattern of if (!cached) { cached = await init(); } return cached with an approach that deduplicates concurrent callers, clears state on errors to allow retries, and supports reset capability. Consumer packages were migrated to use this utility.

Don't miss a new hyperlane-monorepo release

NewReleases is sending notifications on new releases.