@tanstack/cta-engine 0.43.1 → 0.44.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.
@@ -190,7 +190,7 @@ ${environment.getErrors().join('\n')}`;
190
190
  Use the following commands to start your app:
191
191
  ${cdInstruction}% ${formatCommand(getPackageManagerScriptCommand(options.packageManager, ['dev']))}
192
192
 
193
- Please check the README.md for information on testing, styling, adding routes, etc.${errorStatement}`);
193
+ Please read the README.md for information on testing, styling, adding routes, etc.${errorStatement}`);
194
194
  }
195
195
  export async function createApp(environment, options) {
196
196
  environment.startRun();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/cta-engine",
3
- "version": "0.43.1",
3
+ "version": "0.44.0",
4
4
  "description": "Tanstack Application Builder Engine",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/src/create-app.ts CHANGED
@@ -261,7 +261,7 @@ ${cdInstruction}% ${formatCommand(
261
261
  getPackageManagerScriptCommand(options.packageManager, ['dev']),
262
262
  )}
263
263
 
264
- Please check the README.md for information on testing, styling, adding routes, etc.${errorStatement}`,
264
+ Please read the README.md for information on testing, styling, adding routes, etc.${errorStatement}`,
265
265
  )
266
266
  }
267
267