springnext 0.1.0 → 0.1.1
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -305,7 +305,6 @@ Once you done implementing controller methods, just run `nmx sn rq`. This comman
|
|
|
305
305
|
| Boilerplate | ✅ - Low | ✅ | ❌ - High |
|
|
306
306
|
| No framework lock-in | ✅ | ✅ | ❌ |
|
|
307
307
|
| Single source of truth | ✅ (schemas) | ⚠️ | ❌ |
|
|
308
|
-
| Time to first feature | ✅ instant full-stack | ⚡ fast | 🐢 slow |
|
|
309
308
|
| Code ownership | ✅ full (generated, editable) | ✅ | ⚠️ (framework patterns) |
|
|
310
309
|
|
|
311
310
|
|
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.
|
|
4
|
+
"version": "0.1.1",
|
|
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",
|