create-better-t-stack 2.29.2 → 2.29.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.
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -4417,7 +4417,7 @@ async function setupWorkersRuntime(serverDir) {
|
|
|
4417
4417
|
};
|
|
4418
4418
|
await fs.writeJson(packageJsonPath, packageJson, { spaces: 2 });
|
|
4419
4419
|
await addPackageDependency({
|
|
4420
|
-
devDependencies: ["wrangler"],
|
|
4420
|
+
devDependencies: ["wrangler", "@types/node"],
|
|
4421
4421
|
projectDir: serverDir
|
|
4422
4422
|
});
|
|
4423
4423
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-better-t-stack",
|
|
3
|
-
"version": "2.29.
|
|
3
|
+
"version": "2.29.3",
|
|
4
4
|
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@clack/prompts": "^0.11.0",
|
|
57
57
|
"consola": "^3.4.2",
|
|
58
58
|
"execa": "^9.6.0",
|
|
59
|
-
"fs-extra": "^11.3.
|
|
59
|
+
"fs-extra": "^11.3.1",
|
|
60
60
|
"globby": "^14.1.0",
|
|
61
61
|
"gradient-string": "^3.0.0",
|
|
62
62
|
"handlebars": "^4.7.8",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"picocolors": "^1.1.1",
|
|
65
65
|
"trpc-cli": "^0.10.2",
|
|
66
66
|
"ts-morph": "^26.0.0",
|
|
67
|
-
"zod": "^4.0.
|
|
67
|
+
"zod": "^4.0.15"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@types/fs-extra": "^11.0.4",
|