Changelog

Release history for @nordcom/commerce-cart-next.

@nordcom/cart-next

0.2.2

Patch Changes

  • 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.

  • Updated dependencies [67e3ee6]:

    • @nordcom/cart-core@0.2.2

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/….

  • Updated dependencies [29f8582]:

    • @nordcom/cart-core@0.2.1

0.2.0

Minor Changes

  • #1945 d5133c3 Thanks @filiphsps! - Initial publish: Next.js 16 HttpOnly cookie storage, react.cache() reader/ensurer (no 'use cache'), typed + FormData server-action factories with injectable message localizer + auth bridge, and nextEventBridge for kernel-side fire-and-forget effects.

Patch Changes

  • f78ea78 Thanks @filiphsps! - Refresh the shared dev/build toolchain (vite, vitest, concurrently) and the React/Next dev pins to their latest releases as part of a monorepo-wide dependency upgrade. Internal-only — published runtime dependencies and peer ranges are unchanged.

  • 518289c Thanks @filiphsps! - Fix uncaught CartProviderError escaping the Server Action boundary. resolveContext() was called before the try/catch in run(), so any context-resolution failure (missing request headers, DB error) bubbled as a raw unhandled exception instead of returning { ok: false, reason: 'provider-error' }. Moved resolveContext inside the try block so all failure modes are handled uniformly.

  • #1992 4ca9f4d Thanks @filiphsps! - Add missing @example blocks on Tier-1 functions per review.

  • #1990 ffdaa4d Thanks @filiphsps! - Backfill JSDoc on public/internal symbols.

  • Updated dependencies [f78ea78, f4500a5, d5133c3, 72bdabe]:

    • @nordcom/cart-core@0.2.0

On this page