# @runderworld/next.js-patches

Dist-level patch overlay for **Next.js v16.3.0-canary.97** — variant `fix-node-options-v16-2`.

This package is published automatically by the patch automation pipeline and contains a single `dist.patch` file that can be applied on top of a matching Next.js install.

## Getting Started

### Install

```bash
npm install @runderworld/next.js-patches@16.3.0-canary.97
```

### Apply the patch

```bash
patch -p1 -d node_modules/next < node_modules/@runderworld/next.js-patches/dist.patch
```

> **Note:** This patch targets Next.js `v16.3.0-canary.97`. Make sure your installed version of `next` matches before applying.

## What's included

| File | Description |
|------|-------------|
| `dist.patch` | Unified diff of patched `next/dist/` output vs the upstream `v16.3.0-canary.97` release |

## Variant

- **Upstream tag:** `v16.3.0-canary.97`
- **Patch name:** `fix-node-options-v16-2`
- **Package version:** `16.3.0-canary.97`

## Source

Patch artifacts are generated and published from [runderworld/next.js-patches](https://github.com/runderworld/next.js-patches).
All patches are fingerprinted, version-locked, and reproducible.
