express-genix 4.2.0 → 4.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -204,6 +204,7 @@ async function main() {
204
204
  hasGraphQL: features.includes('graphql'),
205
205
  hasMCP: features.includes('mcp'),
206
206
  hasAI: features.includes('ai'),
207
+ aiProvider: answers.aiProvider || 'openai',
207
208
  jwtSecret: generateSecret(),
208
209
  jwtRefreshSecret: generateSecret(),
209
210
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "express-genix",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Production-grade CLI to generate Express apps with JWT, RBAC, GraphQL, TypeScript, Prisma, MongoDB, PostgreSQL, file uploads, email, background jobs, and more",
5
5
  "main": "index.js",
6
6
  "bin": {