release: WRNexusJS 0.6.0
This commit is contained in:
+3
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "wrnexus",
|
||||
"version": "0.5.4",
|
||||
"version": "0.6.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "An SSR-first full-stack web framework with server-rendered reactive components. Bun-first, Node-friendly.",
|
||||
@@ -31,7 +31,8 @@
|
||||
"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"
|
||||
"validate:auth": "node scripts/validate-auth.mjs",
|
||||
"validate:0.6": "node scripts/validate-0.6.mjs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "latest",
|
||||
|
||||
Reference in New Issue
Block a user