create-ejsx-app
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -32,3 +32,3 @@ #!/usr/bin/env node | ||
"dotenv": "^16.4.5", | ||
"ejsx": "^3.2.0-beta.1", | ||
"@sryden/ejsx": "^3.2.0-beta.1", | ||
"hono": "^4.6.10", | ||
@@ -227,3 +227,3 @@ "jose": "^5.9.6", | ||
pageRoutes: `import { Hono } from 'hono'; | ||
import ejsx from 'ejsx'; | ||
import ejsx from '@sryden/ejsx'; | ||
import { getDb } from '../db/setup.js'; | ||
@@ -230,0 +230,0 @@ |
{ | ||
"name": "create-ejsx-app", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Create a production-ready Hono & EJSX app with authentication and dashboard", | ||
@@ -5,0 +5,0 @@ "type": "module", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16652