create-ejsx-app
Advanced tools
Comparing version 1.0.0 to 1.0.1
12
index.js
@@ -29,10 +29,10 @@ #!/usr/bin/env node | ||
"dependencies": { | ||
"@hono/node-server": "^1.3.5", | ||
"@hono/node-server": "^1.13.7", | ||
"bcryptjs": "^2.4.3", | ||
"dotenv": "^16.4.1", | ||
"ejsx": "^1.0.0", | ||
"hono": "^3.12.6", | ||
"jose": "^5.2.0", | ||
"dotenv": "^16.4.5", | ||
"ejsx": "^3.2.0-beta1", | ||
"hono": "^4.6.10", | ||
"jose": "^5.9.6", | ||
"sqlite3": "^5.1.7", | ||
"zod": "^3.22.4" | ||
"zod": "^3.23.8" | ||
}, | ||
@@ -39,0 +39,0 @@ "devDependencies": { |
{ | ||
"name": "create-ejsx-app", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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
16635