Changelog
Release history for @nordcom/commerce-cart-next.
@nordcom/cart-next
0.2.2
Patch Changes
-
67e3ee6Thanks @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
-
29f8582Thanks @filiphsps! - Add npm version and downloads badges to the package READMEs, and point eachhomepageat its live docs page underhttps://nordcom.store/docs/packages/…. -
Updated dependencies [
29f8582]:- @nordcom/cart-core@0.2.1
0.2.0
Minor Changes
- #1945
d5133c3Thanks @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, andnextEventBridgefor kernel-side fire-and-forget effects.
Patch Changes
-
f78ea78Thanks @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. -
518289cThanks @filiphsps! - Fix uncaughtCartProviderErrorescaping the Server Action boundary.resolveContext()was called before the try/catch inrun(), so any context-resolution failure (missing request headers, DB error) bubbled as a raw unhandled exception instead of returning{ ok: false, reason: 'provider-error' }. MovedresolveContextinside the try block so all failure modes are handled uniformly. -
#1992
4ca9f4dThanks @filiphsps! - Add missing @example blocks on Tier-1 functions per review. -
#1990
ffdaa4dThanks @filiphsps! - Backfill JSDoc on public/internal symbols. -
Updated dependencies [
f78ea78,f4500a5,d5133c3,72bdabe]:- @nordcom/cart-core@0.2.0