create-newt-app 0.7.0 → 0.8.1

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.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import chalk from "chalk";
7
7
  // package.json
8
8
  var package_default = {
9
9
  name: "create-newt-app",
10
- version: "0.7.0",
10
+ version: "0.8.1",
11
11
  private: false,
12
12
  type: "module",
13
13
  bin: {
@@ -265,7 +265,7 @@ async function doInit(options) {
265
265
  const allModules = [
266
266
  templates.root,
267
267
  templates.web,
268
- ...nestDiOnly ? [] : [templates.api],
268
+ templates.api,
269
269
  templates.auth,
270
270
  useShadcn ? templates.shadcnUi : templates.ui,
271
271
  templates.eslintConfig,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-newt-app",
3
- "version": "0.7.0",
3
+ "version": "0.8.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "bin": {
@@ -16,7 +16,7 @@
16
16
  "ejs": "^3.1.10",
17
17
  "execa": "^9.6.0",
18
18
  "zod": "^3.25.76",
19
- "@newt-app/templates": "0.7.0"
19
+ "@newt-app/templates": "0.8.1"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/ejs": "^3.1.5",