@appweaver/create-weaver-app 1.0.5 → 1.0.6

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/README.md +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  </p>
4
4
 
5
5
  <p align="center">
6
- The AI-first <a href="https://nodejs.org" target="_blank">Node.js</a> framework for quick scaffolding, extending, and shipping APIs with any agent.
6
+ The AI-first <a href="https://nodejs.org" target="_blank">Node.js</a> framework for quick scaffolding, extending, and shipping backends with any agent.
7
7
  </p>
8
8
 
9
9
  <p align="center">
@@ -16,10 +16,10 @@
16
16
 
17
17
  ## Description
18
18
 
19
- Appweaver is a batteries-included framework built on top of **Fastify** and **Prisma**, designed from the ground up to
20
- be developed with AI agents. Instead of writing backend boilerplate from scratch, you describe resources using concise
21
- factory functions and let the framework handle routing, validation, database, auth, migrations, so you can focus
22
- on business logic instead of boilerplate.
19
+ Appweaver is a batteries-included framework built on top of [Fastify](https://fastify.dev) and
20
+ [Prisma](https://prisma.io), designed from the ground up to be developed with AI agents. Instead of writing backend
21
+ boilerplate from scratch, you describe resources using concise factory functions and let the framework handle routing,
22
+ validation, database, auth, migrations, so you can focus on business logic instead of boilerplate.
23
23
 
24
24
  ### Built for agents
25
25
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appweaver/create-weaver-app",
3
- "version": "1.0.5",
4
- "description": "Appweaver - the backend framework for AI-assisted development (@create-weaver-app)",
3
+ "version": "1.0.6",
4
+ "description": "Appweaver - the backend framework for AI-first development (@create-weaver-app)",
5
5
  "author": "Luka Matosevic",
6
6
  "license": "MIT",
7
7
  "main": "./create-weaver-app.js",