release: WRNexusJS 0.3.0

This commit is contained in:
2026-07-22 17:29:08 +05:30
parent 13dfa31d19
commit 07d8fb59d6
145 changed files with 9664 additions and 3881 deletions
+4 -3
View File
@@ -1,6 +1,6 @@
{
"name": "wrnexus",
"version": "0.1.0",
"version": "0.3.0",
"private": true,
"type": "module",
"description": "An SSR-first full-stack web framework with server-rendered reactive components. Bun-first, Node-friendly.",
@@ -24,7 +24,8 @@
"lint:fix": "eslint . --fix",
"format": "prettier . --write",
"format:check": "prettier . --check",
"check": "bun run typecheck && bun run lint && bun run test && 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"
},
"devDependencies": {
"@eslint/js": "latest",
@@ -37,7 +38,7 @@
"typescript-eslint": "latest"
},
"engines": {
"bun": ">=1.1.0"
"bun": ">=1.3.0"
},
"overrides": {
"esbuild": "0.28.1"