create-kofi-stack 1.2.16 → 1.2.17

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/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2024,6 +2024,7 @@ async function generateConvexPackageJson(convexDir) {
2024
2024
  "better-auth": "^1.4.9"
2025
2025
  },
2026
2026
  devDependencies: {
2027
+ "@types/node": "^20.0.0",
2027
2028
  typescript: "^5.0.0"
2028
2029
  }
2029
2030
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-kofi-stack",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "description": "Scaffold opinionated full-stack projects with Next.js, Convex, Better-Auth, and more",
5
5
  "type": "module",
6
6
  "bin": {