create-gentiq-app 0.7.15 → 0.7.17

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-gentiq-app",
3
- "version": "0.7.15",
3
+ "version": "0.7.17",
4
4
  "description": "CLI to scaffold a new Gentiq application",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  # Default Backend Application
2
2
 
3
- **Location:** `/templates/default/backend`
3
+ **Location:** `/templates/dev/backend`
4
4
 
5
5
  The production-ready FastAPI backend for the reference implementation application. This project demonstrates how to leverage the Gentiq framework to initialize a complete ai-agent ecosystem in mere lines of code.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Default Frontend Application
2
2
 
3
- **Location:** `/templates/default/frontend`
3
+ **Location:** `/templates/dev/frontend`
4
4
 
5
5
  The conversational React UI built by consuming the Gentiq React library. This project is a world-class reference implementation for building AI chatbots with [Vite](https://vite.dev/) and the [Vercel AI SDK](https://sdk.vercel.ai/).
6
6