release: WRNexusJS 0.8.2
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wrnexus/cli",
|
||||
"version": "0.8.1",
|
||||
"version": "0.8.2",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
||||
@@ -1980,6 +1980,15 @@ const MIGRATIONS: Migration[] = [
|
||||
// Package-managed production optimizations require no application source rewrite.
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.8.2",
|
||||
id: "0.8.2-navigation-and-vitals-stability",
|
||||
description:
|
||||
"Stops scroll-driven route prefetch storms, batches browser vitals, and supports telemetry behind trusted reverse proxies.",
|
||||
apply() {
|
||||
// Runtime stability fixes require no application source rewrite.
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
/** Release tooling uses this to require an explicit migration entry per version. */
|
||||
|
||||
Reference in New Issue
Block a user