@tanstack/cta-engine 0.27.1 → 0.28.0

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.
@@ -172,7 +172,7 @@ Use the following commands to start your app:
172
172
  % cd ${options.projectName}
173
173
  % ${formatCommand(getPackageManagerScriptCommand(options.packageManager, ['dev']))}
174
174
 
175
- Please check the README.md for information on testing, styling, adding routes, etc.${errorStatement}`);
175
+ Please read the README.md for information on testing, styling, adding routes, etc.${errorStatement}`);
176
176
  }
177
177
  export async function createApp(environment, options) {
178
178
  environment.startRun();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/cta-engine",
3
- "version": "0.27.1",
3
+ "version": "0.28.0",
4
4
  "description": "Tanstack Application Builder Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/src/create-app.ts CHANGED
@@ -234,7 +234,7 @@ Use the following commands to start your app:
234
234
  getPackageManagerScriptCommand(options.packageManager, ['dev']),
235
235
  )}
236
236
 
237
- Please check the README.md for information on testing, styling, adding routes, etc.${errorStatement}`,
237
+ Please read the README.md for information on testing, styling, adding routes, etc.${errorStatement}`,
238
238
  )
239
239
  }
240
240