create-better-fullstack 1.5.3 → 1.5.4

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.mjs +1 -0
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -5106,6 +5106,7 @@ function processFlags(options, projectName) {
5106
5106
  if (options.rustApi !== void 0) config.rustApi = options.rustApi;
5107
5107
  if (options.rustCli !== void 0) config.rustCli = options.rustCli;
5108
5108
  if (options.rustLibraries !== void 0) config.rustLibraries = processArrayOption(options.rustLibraries);
5109
+ if (options.rustLogging !== void 0) config.rustLogging = options.rustLogging;
5109
5110
  if (options.pythonWebFramework !== void 0) config.pythonWebFramework = options.pythonWebFramework;
5110
5111
  if (options.pythonOrm !== void 0) config.pythonOrm = options.pythonOrm;
5111
5112
  if (options.pythonValidation !== void 0) config.pythonValidation = options.pythonValidation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-fullstack",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
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",
@@ -112,8 +112,8 @@
112
112
  "prepublishOnly": "npm run build"
113
113
  },
114
114
  "dependencies": {
115
- "@better-fullstack/template-generator": "^1.5.3",
116
- "@better-fullstack/types": "^1.5.3",
115
+ "@better-fullstack/template-generator": "^1.5.4",
116
+ "@better-fullstack/types": "^1.5.4",
117
117
  "@clack/core": "^0.5.0",
118
118
  "@clack/prompts": "^1.2.0",
119
119
  "@orpc/server": "^1.13.13",