nx 20.1.0-canary.20241022-e57b851 → 20.1.0-canary.20241023-12cbfc3
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "nx",
|
3
|
-
"version": "20.1.0-canary.
|
3
|
+
"version": "20.1.0-canary.20241023-12cbfc3",
|
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": {
|
@@ -80,16 +80,16 @@
|
|
80
80
|
}
|
81
81
|
},
|
82
82
|
"optionalDependencies": {
|
83
|
-
"@nx/nx-darwin-x64": "20.1.0-canary.
|
84
|
-
"@nx/nx-darwin-arm64": "20.1.0-canary.
|
85
|
-
"@nx/nx-linux-x64-gnu": "20.1.0-canary.
|
86
|
-
"@nx/nx-linux-x64-musl": "20.1.0-canary.
|
87
|
-
"@nx/nx-win32-x64-msvc": "20.1.0-canary.
|
88
|
-
"@nx/nx-linux-arm64-gnu": "20.1.0-canary.
|
89
|
-
"@nx/nx-linux-arm64-musl": "20.1.0-canary.
|
90
|
-
"@nx/nx-linux-arm-gnueabihf": "20.1.0-canary.
|
91
|
-
"@nx/nx-win32-arm64-msvc": "20.1.0-canary.
|
92
|
-
"@nx/nx-freebsd-x64": "20.1.0-canary.
|
83
|
+
"@nx/nx-darwin-x64": "20.1.0-canary.20241023-12cbfc3",
|
84
|
+
"@nx/nx-darwin-arm64": "20.1.0-canary.20241023-12cbfc3",
|
85
|
+
"@nx/nx-linux-x64-gnu": "20.1.0-canary.20241023-12cbfc3",
|
86
|
+
"@nx/nx-linux-x64-musl": "20.1.0-canary.20241023-12cbfc3",
|
87
|
+
"@nx/nx-win32-x64-msvc": "20.1.0-canary.20241023-12cbfc3",
|
88
|
+
"@nx/nx-linux-arm64-gnu": "20.1.0-canary.20241023-12cbfc3",
|
89
|
+
"@nx/nx-linux-arm64-musl": "20.1.0-canary.20241023-12cbfc3",
|
90
|
+
"@nx/nx-linux-arm-gnueabihf": "20.1.0-canary.20241023-12cbfc3",
|
91
|
+
"@nx/nx-win32-arm64-msvc": "20.1.0-canary.20241023-12cbfc3",
|
92
|
+
"@nx/nx-freebsd-x64": "20.1.0-canary.20241023-12cbfc3"
|
93
93
|
},
|
94
94
|
"nx-migrations": {
|
95
95
|
"migrations": "./migrations.json",
|
@@ -101,7 +101,7 @@ function createMissingConformanceCommand(command) {
|
|
101
101
|
bodyLines: [
|
102
102
|
`In order to use the \`nx ${command}\` command you must have an active Powerpack license and the \`@nx/powerpack-conformance\` plugin installed.`,
|
103
103
|
'',
|
104
|
-
'To learn more, visit https://nx.dev/
|
104
|
+
'To learn more, visit https://nx.dev/nx-enterprise/powerpack/conformance',
|
105
105
|
],
|
106
106
|
});
|
107
107
|
process.exit(1);
|
Binary file
|
@@ -522,7 +522,7 @@ function getRunner(nxArgs, nxJson) {
|
|
522
522
|
title: `Custom task runners will no longer be supported in Nx 21.`,
|
523
523
|
bodyLines: [
|
524
524
|
`Use Nx Cloud or the Nx Powerpack caches instead.`,
|
525
|
-
`For more information, see https://nx.dev/
|
525
|
+
`For more information, see https://nx.dev/nx-enterprise/powerpack/custom-caching`,
|
526
526
|
],
|
527
527
|
});
|
528
528
|
}
|