springnext 0.1.2 → 0.1.3

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  Scaffold full-stack Next.js applications in seconds with **springnext**.
11
11
 
12
- Get a domain-focused architecture with a contract-first approach out of the box.
12
+ Get a domain-focused architecture with a contract-first approach out of the box. Also comes with DI, logging, in-memory stores, unified errors, and endpoint guards.
13
13
 
14
14
  Batteries included! ✨
15
15
 
@@ -42,7 +42,7 @@ app/api/user/... # api routes
42
42
  ui/shared/queries/user/... # react queries
43
43
  ```
44
44
 
45
- Features DI, logging, in-memory stores, unified errors, and endpoint guards. Everything is ready after a few tweaks — see `Quick start with Prisma` for details.
45
+ Everything is ready after a few tweaks — see `Quick start with Prisma` for details.
46
46
 
47
47
  All code is editable — scaffold parts individually or together. You can also scaffold front-end widgets. CLI commands are listed in `CLI commands glossary`.
48
48
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "springnext",
3
3
  "description": "Production ready Next.JS with domain-focused architecture and scaffolder",
4
- "version": "0.1.2",
4
+ "version": "0.1.3",
5
5
  "homepage": "https://stackblitz.com/edit/springnext-playground",
6
6
  "keywords": ["next", "full-stack", "server", "backend", "cli", "scaffolding", "zod", "rest", "contract programming", "contract-first", "react-query", "domain", "ddd"],
7
7
  "type": "module",