feat: add typed WRN declarations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@wrnexus/cli",
|
||||
"version": "0.2.58",
|
||||
"version": "0.2.59",
|
||||
"type": "module",
|
||||
"main": "src/index.ts",
|
||||
"exports": {
|
||||
|
||||
@@ -593,6 +593,15 @@ const MIGRATIONS: Migration[] = [
|
||||
// UI components remain auto-discovered; no application files require migration.
|
||||
},
|
||||
},
|
||||
{
|
||||
version: "0.2.59",
|
||||
id: "typed-wrn-declarations",
|
||||
description:
|
||||
"Adds explicit prop and state types, local type declarations, and typed component runtime validation.",
|
||||
apply() {
|
||||
// Existing inferred declarations remain compatible; typed syntax is opt-in.
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
/** Release tooling uses this to require an explicit migration entry per version. */
|
||||
|
||||
Reference in New Issue
Block a user