create-nx-workspace 22.1.0-beta.1 → 22.1.0-beta.2

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.
@@ -1058,7 +1058,7 @@ async function determineReactBundler(parsedArgs) {
1058
1058
  choices: [
1059
1059
  {
1060
1060
  name: 'vite',
1061
- message: 'Vite [ https://vitejs.dev/ ]',
1061
+ message: 'Vite [ https://vite.dev/ ]',
1062
1062
  },
1063
1063
  {
1064
1064
  name: 'webpack',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nx-workspace",
3
- "version": "22.1.0-beta.1",
3
+ "version": "22.1.0-beta.2",
4
4
  "private": false,
5
5
  "description": "Smart Repos · Fast Builds",
6
6
  "repository": {