Changelog

Release history for @nordcom/commerce-next-build-notifier.

next-build-notifier

0.2.2

Patch Changes

  • efa97d3 Thanks @filiphsps! - Fix the version endpoint reporting a different id than the client baked, which left the "update available" banner stuck forever. createVersionRoute resolved the id via resolveBuildId(process.env) — passing the whole process.env object defeats Next's build-time inlining (it only replaces literal process.env.X accesses), so the baked NEXT_PUBLIC_BUILD_ID was invisible at runtime and the chain collapsed to an ambient runtime var or 'development'. The default resolver now reads process.env.NEXT_PUBLIC_BUILD_ID directly so the endpoint reports the same id the client compares against.

  • 67e3ee6 Thanks @filiphsps! - Run unit tests per-package through turbo so an unchanged package restores its result from the build cache instead of re-running; coverage is merged across packages and floor-gated as before. Tooling-only — no change to published output.

0.2.1

Patch Changes

  • 29f8582 Thanks @filiphsps! - Add npm version and downloads badges to the package READMEs, and point each homepage at its live docs page under https://nordcom.store/docs/packages/….

0.2.0

Minor Changes

On this page