@newt-app/templates 0.19.2 → 0.19.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.
Files changed (2) hide show
  1. package/dist/index.js +6 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -163,15 +163,15 @@ Open [http://localhost:3000](http://localhost:3000).
163
163
 
164
164
  ## Apps
165
165
 
166
- - **web** \u2014 Next.js frontend (port 3000)
167
- - **api** \u2014 NestJS backend (port 3001)
166
+ - **web**: Next.js frontend (port 3000)
167
+ - **api**: NestJS backend (port 3001)
168
168
 
169
169
  ## Packages
170
170
 
171
- - **\`@<%= projectName %>/auth\`** \u2014 better-auth config
172
- - **\`@<%= projectName %>/ui\`** \u2014 shared React components
173
- - **\`@<%= projectName %>/eslint-config\`** \u2014 shared ESLint config
174
- - **\`@<%= projectName %>/typescript-config\`** \u2014 shared tsconfig
171
+ - **\`@<%= projectName %>/auth\`**: better-auth config
172
+ - **\`@<%= projectName %>/ui\`**: shared React components
173
+ - **\`@<%= projectName %>/eslint-config\`**: shared ESLint config
174
+ - **\`@<%= projectName %>/typescript-config\`**: shared tsconfig
175
175
  `
176
176
  };
177
177
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newt-app/templates",
3
- "version": "0.19.2",
3
+ "version": "0.19.3",
4
4
  "private": false,
5
5
  "description": "Templates for newt-app",
6
6
  "type": "module",