@nx/workspace 21.4.0-canary.20250726-64897b7 → 21.4.0-canary.20250730-8ef7d0e

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/workspace",
3
- "version": "21.4.0-canary.20250726-64897b7",
3
+ "version": "21.4.0-canary.20250730-8ef7d0e",
4
4
  "private": false,
5
5
  "description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",
6
6
  "repository": {
@@ -38,17 +38,17 @@
38
38
  }
39
39
  },
40
40
  "dependencies": {
41
- "@nx/devkit": "21.4.0-canary.20250726-64897b7",
41
+ "@nx/devkit": "21.4.0-canary.20250730-8ef7d0e",
42
42
  "@zkochan/js-yaml": "0.0.7",
43
43
  "chalk": "^4.1.0",
44
44
  "enquirer": "~2.3.6",
45
45
  "picomatch": "4.0.2",
46
46
  "tslib": "^2.3.0",
47
47
  "yargs-parser": "21.1.1",
48
- "nx": "21.4.0-canary.20250726-64897b7"
48
+ "nx": "21.4.0-canary.20250730-8ef7d0e"
49
49
  },
50
50
  "devDependencies": {
51
- "nx": "21.4.0-canary.20250726-64897b7"
51
+ "nx": "21.4.0-canary.20250730-8ef7d0e"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public"
@@ -224,7 +224,7 @@ async function createReadme(tree, { name, appName, directory, preset, nxCloud, w
224
224
  generateLibCmd: null,
225
225
  };
226
226
  const nxCloudOnboardingUrl = nxCloudToken
227
- ? await (0, url_shorten_1.createNxCloudOnboardingURL)('readme', nxCloudToken)
227
+ ? await (0, url_shorten_1.createNxCloudOnboardingURL)('readme', nxCloudToken, undefined, false)
228
228
  : null;
229
229
  (0, devkit_1.generateFiles)(tree, (0, path_1.join)(__dirname, './files-readme'), directory, {
230
230
  formattedNames,