nx 22.4.3 → 22.4.4
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
|
|
4
|
+
<img alt="Nx - Smart Monorepos · 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
|
|
23
|
+
# Nx: Smart Monorepos · Fast Builds
|
|
24
24
|
|
|
25
25
|
Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
|
|
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
|
|
65
|
+
width="100%" alt="Nx - Smart Monorepos · Fast Builds"></a></p>
|
|
66
66
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nx",
|
|
3
|
-
"version": "22.4.
|
|
3
|
+
"version": "22.4.4",
|
|
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": "22.4.
|
|
87
|
-
"@nx/nx-darwin-x64": "22.4.
|
|
88
|
-
"@nx/nx-freebsd-x64": "22.4.
|
|
89
|
-
"@nx/nx-linux-arm-gnueabihf": "22.4.
|
|
90
|
-
"@nx/nx-linux-arm64-gnu": "22.4.
|
|
91
|
-
"@nx/nx-linux-arm64-musl": "22.4.
|
|
92
|
-
"@nx/nx-linux-x64-gnu": "22.4.
|
|
93
|
-
"@nx/nx-linux-x64-musl": "22.4.
|
|
94
|
-
"@nx/nx-win32-arm64-msvc": "22.4.
|
|
95
|
-
"@nx/nx-win32-x64-msvc": "22.4.
|
|
86
|
+
"@nx/nx-darwin-arm64": "22.4.4",
|
|
87
|
+
"@nx/nx-darwin-x64": "22.4.4",
|
|
88
|
+
"@nx/nx-freebsd-x64": "22.4.4",
|
|
89
|
+
"@nx/nx-linux-arm-gnueabihf": "22.4.4",
|
|
90
|
+
"@nx/nx-linux-arm64-gnu": "22.4.4",
|
|
91
|
+
"@nx/nx-linux-arm64-musl": "22.4.4",
|
|
92
|
+
"@nx/nx-linux-x64-gnu": "22.4.4",
|
|
93
|
+
"@nx/nx-linux-x64-musl": "22.4.4",
|
|
94
|
+
"@nx/nx-win32-arm64-msvc": "22.4.4",
|
|
95
|
+
"@nx/nx-win32-x64-msvc": "22.4.4"
|
|
96
96
|
},
|
|
97
97
|
"nx-migrations": {
|
|
98
98
|
"migrations": "./migrations.json",
|
|
@@ -51,7 +51,7 @@ exports.parserConfiguration = {
|
|
|
51
51
|
*/
|
|
52
52
|
exports.commandsObject = yargs
|
|
53
53
|
.parserConfiguration(exports.parserConfiguration)
|
|
54
|
-
.usage(chalk.bold('Smart
|
|
54
|
+
.usage(chalk.bold('Smart Monorepos · Fast Builds'))
|
|
55
55
|
.demandCommand(1, '')
|
|
56
56
|
.command(command_object_1.yargsRegisterCommand)
|
|
57
57
|
.command(command_object_22.yargsAddCommand)
|
|
Binary file
|
|
@@ -40,7 +40,7 @@ function readCachedProjectGraph(minimumComputedAt) {
|
|
|
40
40
|
? (0, strip_indents_1.stripIndents) `
|
|
41
41
|
Make sure invoke 'node ./decorate-angular-cli.js' in your postinstall script.
|
|
42
42
|
The decorated CLI will compute the project graph.
|
|
43
|
-
'ng --help' should say 'Smart
|
|
43
|
+
'ng --help' should say 'Smart Monorepos · Fast Builds'.
|
|
44
44
|
`
|
|
45
45
|
: '';
|
|
46
46
|
throw new Error((0, strip_indents_1.stripIndents) `
|