create-better-fullstack 1.5.0 → 1.5.2
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/addons-setup-1jZXP0D3.mjs +1342 -0
- package/dist/addons-setup-AbN693PV.mjs +5 -0
- package/dist/bts-config-BCe8SqYV.mjs +308 -0
- package/dist/cli.mjs +2 -3
- package/dist/index.d.mts +5 -2
- package/dist/index.mjs +7931 -1
- package/dist/mcp-C_X1WfCg.mjs +5 -0
- package/dist/mcp-entry.d.mts +1 -0
- package/dist/mcp-entry.mjs +836 -0
- package/package.json +10 -5
- package/dist/src-DaUU4ThO.mjs +0 -9509
- /package/dist/{chunk-DPg_XC7m.mjs → chunk-CCII7kTE.mjs} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-better-fullstack",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"description": "Scaffold production-ready fullstack apps in seconds. Pick your stack from 270+ options — the CLI wires everything together.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -85,6 +85,10 @@
|
|
|
85
85
|
"./virtual": {
|
|
86
86
|
"types": "./dist/virtual.d.mts",
|
|
87
87
|
"import": "./dist/virtual.mjs"
|
|
88
|
+
},
|
|
89
|
+
"./mcp": {
|
|
90
|
+
"types": "./dist/mcp-entry.d.mts",
|
|
91
|
+
"import": "./dist/mcp-entry.mjs"
|
|
88
92
|
}
|
|
89
93
|
},
|
|
90
94
|
"publishConfig": {
|
|
@@ -108,21 +112,22 @@
|
|
|
108
112
|
"prepublishOnly": "npm run build"
|
|
109
113
|
},
|
|
110
114
|
"dependencies": {
|
|
111
|
-
"@better-fullstack/template-generator": "^1.5.
|
|
112
|
-
"@better-fullstack/types": "^1.5.
|
|
115
|
+
"@better-fullstack/template-generator": "^1.5.2",
|
|
116
|
+
"@better-fullstack/types": "^1.5.2",
|
|
113
117
|
"@clack/core": "^0.5.0",
|
|
114
118
|
"@clack/prompts": "^1.1.0",
|
|
115
|
-
"@orpc/server": "^1.13.
|
|
119
|
+
"@orpc/server": "^1.13.13",
|
|
116
120
|
"consola": "^3.4.2",
|
|
117
121
|
"env-paths": "^4.0.0",
|
|
118
122
|
"execa": "^9.6.1",
|
|
119
123
|
"fs-extra": "^11.3.4",
|
|
120
124
|
"gradient-string": "^3.0.0",
|
|
121
|
-
"handlebars": "^4.7.
|
|
125
|
+
"handlebars": "^4.7.9",
|
|
122
126
|
"jsonc-parser": "^3.3.1",
|
|
123
127
|
"oxfmt": "^0.19.0",
|
|
124
128
|
"picocolors": "^1.1.1",
|
|
125
129
|
"tinyglobby": "^0.2.15",
|
|
130
|
+
"@modelcontextprotocol/sdk": "^1.12.1",
|
|
126
131
|
"trpc-cli": "^0.12.1",
|
|
127
132
|
"ts-morph": "^27.0.2",
|
|
128
133
|
"yaml": "^2.8.3",
|