gtx-cli 1.1.9 → 1.1.10

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/cli/next.js +1 -1
  2. package/package.json +1 -1
package/dist/cli/next.js CHANGED
@@ -71,7 +71,7 @@ class NextCLI extends react_1.ReactCLI {
71
71
  default: 'app',
72
72
  });
73
73
  if (routerType === 'pages') {
74
- console.log(chalk_1.default.red('\nPlease use gt-react and gt-react-cli instead. gt-next is currently not supported for the Pages router.'));
74
+ console.log(chalk_1.default.red('\nPlease install gt-react instead. gt-next is currently not supported for the Pages router.'));
75
75
  process.exit(0);
76
76
  }
77
77
  const addGTProvider = yield (0, prompts_1.select)({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gtx-cli",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "main": "dist/index.js",
5
5
  "bin": "dist/main.js",
6
6
  "scripts": {