base44 0.0.9 → 0.0.11

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.
@@ -2,14 +2,14 @@
2
2
  "templates": [
3
3
  {
4
4
  "id": "backend-only",
5
- "name": "Init a basic project",
6
- "description": "Minimal Base44 backend setup for creating entities",
5
+ "name": "Create a basic project",
6
+ "description": "Minimal Base44 backend for defining your data models and logic",
7
7
  "path": "backend-only"
8
8
  },
9
9
  {
10
10
  "id": "backend-and-client",
11
- "name": "Bootstrap from an example",
12
- "description": "Full-stack example with Base44 backend and a Vite + React client application",
11
+ "name": "Start from a template",
12
+ "description": "Full-stack example with a Base44 backend and a Vite + React client application",
13
13
  "path": "backend-and-client"
14
14
  }
15
15
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "base44",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "Base44 CLI - Unified interface for managing Base44 applications",
5
5
  "type": "module",
6
6
  "main": "./dist/cli/index.js",