release: WRNexusJS 0.5.0
This commit is contained in:
+5
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "wrnexus",
|
||||
"version": "0.4.0",
|
||||
"version": "0.5.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "An SSR-first full-stack web framework with server-rendered reactive components. Bun-first, Node-friendly.",
|
||||
@@ -28,7 +28,10 @@
|
||||
"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"
|
||||
"validate:0.4": "node scripts/validate-0.4.mjs",
|
||||
"auth:dev": "bun run --cwd examples/auth-showcase dev",
|
||||
"auth:check": "bun run --cwd packages/auth check",
|
||||
"validate:auth": "node scripts/validate-auth.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "latest",
|
||||
|
||||
Reference in New Issue
Block a user