release: WRNexusJS 0.3.4

This commit is contained in:
2026-07-22 21:25:53 +05:30
parent e2d9ea1ece
commit d51662826d
73 changed files with 1533 additions and 1125 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@wrnexus/cli",
"version": "0.3.3",
"version": "0.3.4",
"type": "module",
"main": "src/index.ts",
"exports": {
+8
View File
@@ -977,6 +977,14 @@ const MIGRATIONS: Migration[] = [
// Compiler-only fix. Existing WRN source files require no migration.
},
},
{
version: "0.3.4",
id: "component-fix",
description: "UI component fixes.",
apply() {
// Compiler-only fix. Existing WRN source files require no migration.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */