@runderworld/next.js-patches 16.2.7 → 16.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @runderworld/next.js-patches
|
|
2
2
|
|
|
3
|
-
Dist-level patch overlay for **Next.js v16.2.
|
|
3
|
+
Dist-level patch overlay for **Next.js v16.2.9** — variant `fix-node-options-v16-2`.
|
|
4
4
|
|
|
5
5
|
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.
|
|
6
6
|
|
|
@@ -9,7 +9,7 @@ This package is published automatically by the patch automation pipeline and con
|
|
|
9
9
|
### Install
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
npm install @runderworld/next.js-patches@16.2.
|
|
12
|
+
npm install @runderworld/next.js-patches@16.2.9
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
### Apply the patch
|
|
@@ -18,19 +18,19 @@ npm install @runderworld/next.js-patches@16.2.7
|
|
|
18
18
|
patch -p1 -d node_modules/next < node_modules/@runderworld/next.js-patches/dist.patch
|
|
19
19
|
```
|
|
20
20
|
|
|
21
|
-
> **Note:** This patch targets Next.js `v16.2.
|
|
21
|
+
> **Note:** This patch targets Next.js `v16.2.9`. Make sure your installed version of `next` matches before applying.
|
|
22
22
|
|
|
23
23
|
## What's included
|
|
24
24
|
|
|
25
25
|
| File | Description |
|
|
26
26
|
|------|-------------|
|
|
27
|
-
| `dist.patch` | Unified diff of patched `next/dist/` output vs the upstream `v16.2.
|
|
27
|
+
| `dist.patch` | Unified diff of patched `next/dist/` output vs the upstream `v16.2.9` release |
|
|
28
28
|
|
|
29
29
|
## Variant
|
|
30
30
|
|
|
31
|
-
- **Upstream tag:** `v16.2.
|
|
31
|
+
- **Upstream tag:** `v16.2.9`
|
|
32
32
|
- **Patch name:** `fix-node-options-v16-2`
|
|
33
|
-
- **Package version:** `16.2.
|
|
33
|
+
- **Package version:** `16.2.9`
|
|
34
34
|
|
|
35
35
|
## Source
|
|
36
36
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runderworld/next.js-patches",
|
|
3
|
-
"version": "16.2.
|
|
4
|
-
"description": "Dist patch overlay for Next.js v16.2.
|
|
3
|
+
"version": "16.2.9",
|
|
4
|
+
"description": "Dist patch overlay for Next.js v16.2.9 with fix-node-options-v16-2",
|
|
5
5
|
"main": "dist.patch",
|
|
6
6
|
"files": ["dist.patch", "README.md"],
|
|
7
7
|
"keywords": ["next.js", "patch", "dist", "overlay", "enterprise"],
|