agdi 3.4.1 → 3.4.2
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/README.md +0 -2
- package/dist/index.js +1 -1
- package/package.json +1 -8
package/README.md
CHANGED
|
@@ -85,9 +85,7 @@ agdi config
|
|
|
85
85
|
## Links
|
|
86
86
|
|
|
87
87
|
- **Web IDE**: [agdi-dev.vercel.app](https://agdi-dev.vercel.app)
|
|
88
|
-
- **GitHub**: [github.com/anassagd432/Agdi-dev](https://github.com/anassagd432/Agdi-dev)
|
|
89
88
|
- **Discord**: [discord.gg/pPkZ93Yb](https://discord.gg/pPkZ93Yb)
|
|
90
|
-
- **Issues**: [GitHub Issues](https://github.com/anassagd432/Agdi-dev/issues)
|
|
91
89
|
|
|
92
90
|
## License
|
|
93
91
|
|
package/dist/index.js
CHANGED
|
@@ -7158,7 +7158,7 @@ ${theme.muted("Docs:")} ${docs}
|
|
|
7158
7158
|
}
|
|
7159
7159
|
|
|
7160
7160
|
// src/index.ts
|
|
7161
|
-
var PROGRAM_VERSION = "3.4.
|
|
7161
|
+
var PROGRAM_VERSION = "3.4.2";
|
|
7162
7162
|
var program = new Command();
|
|
7163
7163
|
program.name("agdi").description("").version(PROGRAM_VERSION).option("-y, --yes", "Auto-approve all prompts (headless/CI mode)").option("-m, --minimal", "Generate only the requested file(s), not a full app").option("-d, --dry-run", "Show what would be created without writing files").option("--saas", "Generate a production SaaS blueprint (Next.js + Prisma + Postgres + Stripe)").option("--no-color", "Disable ANSI colors", false);
|
|
7164
7164
|
configureCliDesign(program, PROGRAM_VERSION);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agdi",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.2",
|
|
4
4
|
"description": "AI-powered app generator - build full-stack apps from natural language in your terminal",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -40,14 +40,7 @@
|
|
|
40
40
|
],
|
|
41
41
|
"author": "Agdi Systems Inc.",
|
|
42
42
|
"license": "MIT",
|
|
43
|
-
"repository": {
|
|
44
|
-
"type": "git",
|
|
45
|
-
"url": "git+https://github.com/anassagd432/Agdi-dev.git"
|
|
46
|
-
},
|
|
47
43
|
"homepage": "https://agdi-dev.vercel.app",
|
|
48
|
-
"bugs": {
|
|
49
|
-
"url": "https://github.com/anassagd432/Agdi-dev/issues"
|
|
50
|
-
},
|
|
51
44
|
"engines": {
|
|
52
45
|
"node": ">=20.0.0"
|
|
53
46
|
},
|