@seip/blue-bird 0.9.4 → 0.9.5

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/core/cli/init.js +1 -0
  2. package/package.json +1 -1
package/core/cli/init.js CHANGED
@@ -104,6 +104,7 @@ class ProjectInit {
104
104
  ".env_example",
105
105
  "AGENTS.md",
106
106
  "index.js",
107
+ ".gitignore"
107
108
  ];
108
109
 
109
110
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seip/blue-bird",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "description": "Express opinionated API framework with built-in JWT auth, validation, and caching",
5
5
  "type": "module",
6
6
  "types": "core/index.d.ts",