# v2.0.2 — 2026-06-09

## Overview

v2.0.2 is a package metadata patch for deterministic installs. It keeps the runtime API unchanged while pinning direct dependency declarations to the exact versions already resolved by the lockfile.

---

## Changes

- Pinned direct `dependencies`, `optionalDependencies` and `devDependencies` in `package.json` to exact versions.
- Kept peer metadata unchanged.
- Updated `.npmrc` so future dependency saves keep `package-lock.json` enabled and use exact versions.
- Added this release note to the packaged changelog set.

---

## Validation

- `npm ci`
- `npm run release:preflight`
- `npm pack --dry-run --json`
