nx 21.2.0-canary.20250522-7e0719c → 21.2.0-canary.20250524-e2b3aca

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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <p style="text-align: center;">
2
2
  <picture>
3
3
  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
4
- <img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
4
+ <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
5
5
  </picture>
6
6
  </p>
7
7
 
@@ -20,7 +20,7 @@
20
20
 
21
21
  <hr>
22
22
 
23
- # Nx: Smart Monorepos · Fast CI
23
+ # Nx: Smart Repos · Fast Builds
24
24
 
25
25
  Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
26
26
 
@@ -62,5 +62,5 @@ npx nx@latest init
62
62
  - [Blog Posts About Nx](https://nx.dev/blog)
63
63
 
64
64
  <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
65
- width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
65
+ width="100%" alt="Nx - Smart Repos · Fast Builds"></a></p>
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nx",
3
- "version": "21.2.0-canary.20250522-7e0719c",
3
+ "version": "21.2.0-canary.20250524-e2b3aca",
4
4
  "private": false,
5
5
  "description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
6
6
  "repository": {
@@ -83,16 +83,16 @@
83
83
  }
84
84
  },
85
85
  "optionalDependencies": {
86
- "@nx/nx-darwin-arm64": "21.2.0-canary.20250522-7e0719c",
87
- "@nx/nx-darwin-x64": "21.2.0-canary.20250522-7e0719c",
88
- "@nx/nx-freebsd-x64": "21.2.0-canary.20250522-7e0719c",
89
- "@nx/nx-linux-arm-gnueabihf": "21.2.0-canary.20250522-7e0719c",
90
- "@nx/nx-linux-arm64-gnu": "21.2.0-canary.20250522-7e0719c",
91
- "@nx/nx-linux-arm64-musl": "21.2.0-canary.20250522-7e0719c",
92
- "@nx/nx-linux-x64-gnu": "21.2.0-canary.20250522-7e0719c",
93
- "@nx/nx-linux-x64-musl": "21.2.0-canary.20250522-7e0719c",
94
- "@nx/nx-win32-arm64-msvc": "21.2.0-canary.20250522-7e0719c",
95
- "@nx/nx-win32-x64-msvc": "21.2.0-canary.20250522-7e0719c"
86
+ "@nx/nx-darwin-arm64": "21.2.0-canary.20250524-e2b3aca",
87
+ "@nx/nx-darwin-x64": "21.2.0-canary.20250524-e2b3aca",
88
+ "@nx/nx-freebsd-x64": "21.2.0-canary.20250524-e2b3aca",
89
+ "@nx/nx-linux-arm-gnueabihf": "21.2.0-canary.20250524-e2b3aca",
90
+ "@nx/nx-linux-arm64-gnu": "21.2.0-canary.20250524-e2b3aca",
91
+ "@nx/nx-linux-arm64-musl": "21.2.0-canary.20250524-e2b3aca",
92
+ "@nx/nx-linux-x64-gnu": "21.2.0-canary.20250524-e2b3aca",
93
+ "@nx/nx-linux-x64-musl": "21.2.0-canary.20250524-e2b3aca",
94
+ "@nx/nx-win32-arm64-msvc": "21.2.0-canary.20250524-e2b3aca",
95
+ "@nx/nx-win32-x64-msvc": "21.2.0-canary.20250524-e2b3aca"
96
96
  },
97
97
  "nx-migrations": {
98
98
  "migrations": "./migrations.json",
@@ -44,7 +44,7 @@ exports.parserConfiguration = {
44
44
  */
45
45
  exports.commandsObject = yargs
46
46
  .parserConfiguration(exports.parserConfiguration)
47
- .usage(chalk.bold('Smart Monorepos · Fast CI'))
47
+ .usage(chalk.bold('Smart Repos · Fast Builds'))
48
48
  .demandCommand(1, '')
49
49
  .command(command_object_1.yargsRegisterCommand)
50
50
  .command(command_object_22.yargsAddCommand)
Binary file
@@ -38,7 +38,7 @@ function readCachedProjectGraph(minimumComputedAt) {
38
38
  ? (0, strip_indents_1.stripIndents) `
39
39
  Make sure invoke 'node ./decorate-angular-cli.js' in your postinstall script.
40
40
  The decorated CLI will compute the project graph.
41
- 'ng --help' should say 'Smart Monorepos · Fast CI'.
41
+ 'ng --help' should say 'Smart Repos · Fast Builds'.
42
42
  `
43
43
  : '';
44
44
  throw new Error((0, strip_indents_1.stripIndents) `