release: WRNexusJS 0.5.10

This commit is contained in:
2026-07-30 13:36:29 +05:30
parent 8fc6f15402
commit d1b0c55b53
159 changed files with 7509 additions and 604 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "wrnexus",
"version": "0.5.1",
"version": "0.5.4",
"private": true,
"type": "module",
"description": "An SSR-first full-stack web framework with server-rendered reactive components. Bun-first, Node-friendly.",
@@ -25,7 +25,7 @@
"lint:fix": "eslint . --fix",
"format": "prettier . --write",
"format:check": "prettier . --check",
"check": "bun run typecheck \u0026\u0026 bun run lint \u0026\u0026 bun run test \u0026\u0026 bun run format:check",
"check": "bun run typecheck && bun run lint && bun run test && bun run format:check",
"verify:0.3": "node scripts/verify-0.3.mjs",
"verify:0.4": "node scripts/verify-0.4.mjs",
"validate:0.4": "node scripts/validate-0.4.mjs",
@@ -44,7 +44,7 @@
"typescript-eslint": "latest"
},
"engines": {
"bun": "\u003e=1.3.0"
"bun": ">=1.3.0"
},
"overrides": {
"esbuild": "0.28.1"