@strav/spring 0.4.0 → 0.4.4
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
CHANGED
|
@@ -41,8 +41,8 @@ my-app/
|
|
|
41
41
|
│ └── services/ # Business logic services
|
|
42
42
|
├── config/ # Configuration files
|
|
43
43
|
├── database/
|
|
44
|
-
│ ├── schemas/
|
|
45
|
-
│ ├── migrations/
|
|
44
|
+
│ ├── schemas/ # Schema definitions
|
|
45
|
+
│ ├── migrations/ # Generated migrations
|
|
46
46
|
│ ├── seeders/ # Database seeders
|
|
47
47
|
│ └── factories/ # Model factories
|
|
48
48
|
├── resources/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strav/spring",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Flagship framework scaffolding tool for the Strav ecosystem.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"README.md"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@strav/kernel": "0.4.
|
|
25
|
+
"@strav/kernel": "0.4.4"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/bun": "latest"
|
|
File without changes
|