create-better-t-stack 2.33.1 → 2.33.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/cli.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{src-T8rBM5gC.js → src-Bkn3LM_8.js} +2 -2
- package/package.json +1 -1
- package/templates/addons/biome/biome.json.hbs +1 -1
- package/templates/addons/ultracite/biome.json.hbs +1 -1
- /package/templates/addons/{vibe-rules → ruler}/.ruler/bts.md.hbs +0 -0
- /package/templates/addons/{vibe-rules → ruler}/.ruler/mcp.json.hbs +0 -0
- /package/templates/addons/{vibe-rules → ruler}/.ruler/ruler.toml.hbs +0 -0
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -66,7 +66,7 @@ const dependencyVersionMap = {
|
|
|
66
66
|
"vite-plugin-pwa": "^1.0.1",
|
|
67
67
|
"@vite-pwa/assets-generator": "^1.0.0",
|
|
68
68
|
"@tauri-apps/cli": "^2.4.0",
|
|
69
|
-
"@biomejs/biome": "^2.
|
|
69
|
+
"@biomejs/biome": "^2.2.0",
|
|
70
70
|
oxlint: "^1.8.0",
|
|
71
71
|
ultracite: "5.1.1",
|
|
72
72
|
husky: "^9.1.7",
|
|
@@ -136,7 +136,7 @@ const ADDON_COMPATIBILITY = {
|
|
|
136
136
|
turborepo: [],
|
|
137
137
|
starlight: [],
|
|
138
138
|
ultracite: [],
|
|
139
|
-
|
|
139
|
+
ruler: [],
|
|
140
140
|
oxlint: [],
|
|
141
141
|
fumadocs: [],
|
|
142
142
|
none: []
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-better-t-stack",
|
|
3
|
-
"version": "2.33.
|
|
3
|
+
"version": "2.33.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",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|