create-better-fullstack 2.1.4 → 2.1.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-better-fullstack",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
4
4
|
"description": "Scaffold production-ready fullstack apps in seconds. Pick your stack from 425 options — the CLI wires everything together.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"algolia",
|
|
@@ -128,8 +128,8 @@
|
|
|
128
128
|
"prepublishOnly": "npm run build"
|
|
129
129
|
},
|
|
130
130
|
"dependencies": {
|
|
131
|
-
"@better-fullstack/template-generator": "^2.1.
|
|
132
|
-
"@better-fullstack/types": "^2.1.
|
|
131
|
+
"@better-fullstack/template-generator": "^2.1.5",
|
|
132
|
+
"@better-fullstack/types": "^2.1.5",
|
|
133
133
|
"@clack/core": "^0.5.0",
|
|
134
134
|
"@clack/prompts": "^1.6.0",
|
|
135
135
|
"@orpc/server": "^1.14.6",
|