create-nx-workspace 23.1.0-beta.4 → 23.1.0-beta.6
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.
|
@@ -417,9 +417,6 @@ async function normalizeArgsMiddleware(argv) {
|
|
|
417
417
|
argv.name = ai_output_1.SUGGESTED_WORKSPACE_NAME;
|
|
418
418
|
(0, ai_output_1.logProgress)('starting', `Using workspace name: ${argv.name} (if directory exists, re-run with a different name like my-nx-repo-2)`);
|
|
419
419
|
}
|
|
420
|
-
// Always enable Nx Cloud for AI agents - ignore --nxCloud=skip since the AI
|
|
421
|
-
// may pass it without asking the user. Nx Cloud is required for the full experience.
|
|
422
|
-
argv.nxCloud = 'yes';
|
|
423
420
|
// Skip GitHub push prompts in AI mode - we'll provide instructions in the success output
|
|
424
421
|
argv.skipGitHubPush = true;
|
|
425
422
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-nx-workspace",
|
|
3
|
-
"version": "23.1.0-beta.
|
|
3
|
+
"version": "23.1.0-beta.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Smart Monorepos · Fast Builds",
|
|
6
6
|
"repository": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"homepage": "https://nx.dev",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"axios": "1.16.
|
|
40
|
+
"axios": "1.16.1",
|
|
41
41
|
"chalk": "^4.1.0",
|
|
42
42
|
"enquirer": "~2.3.6",
|
|
43
43
|
"flat": "^5.0.2",
|