nx 20.5.0-canary.20250226-202b49b → 20.5.0-canary.20250228-e8647df
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",
|
3
|
-
"version": "20.5.0-canary.
|
3
|
+
"version": "20.5.0-canary.20250228-e8647df",
|
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": {
|
@@ -82,16 +82,16 @@
|
|
82
82
|
}
|
83
83
|
},
|
84
84
|
"optionalDependencies": {
|
85
|
-
"@nx/nx-darwin-arm64": "20.5.0-canary.
|
86
|
-
"@nx/nx-darwin-x64": "20.5.0-canary.
|
87
|
-
"@nx/nx-freebsd-x64": "20.5.0-canary.
|
88
|
-
"@nx/nx-linux-arm-gnueabihf": "20.5.0-canary.
|
89
|
-
"@nx/nx-linux-arm64-gnu": "20.5.0-canary.
|
90
|
-
"@nx/nx-linux-arm64-musl": "20.5.0-canary.
|
91
|
-
"@nx/nx-linux-x64-gnu": "20.5.0-canary.
|
92
|
-
"@nx/nx-linux-x64-musl": "20.5.0-canary.
|
93
|
-
"@nx/nx-win32-arm64-msvc": "20.5.0-canary.
|
94
|
-
"@nx/nx-win32-x64-msvc": "20.5.0-canary.
|
85
|
+
"@nx/nx-darwin-arm64": "20.5.0-canary.20250228-e8647df",
|
86
|
+
"@nx/nx-darwin-x64": "20.5.0-canary.20250228-e8647df",
|
87
|
+
"@nx/nx-freebsd-x64": "20.5.0-canary.20250228-e8647df",
|
88
|
+
"@nx/nx-linux-arm-gnueabihf": "20.5.0-canary.20250228-e8647df",
|
89
|
+
"@nx/nx-linux-arm64-gnu": "20.5.0-canary.20250228-e8647df",
|
90
|
+
"@nx/nx-linux-arm64-musl": "20.5.0-canary.20250228-e8647df",
|
91
|
+
"@nx/nx-linux-x64-gnu": "20.5.0-canary.20250228-e8647df",
|
92
|
+
"@nx/nx-linux-x64-musl": "20.5.0-canary.20250228-e8647df",
|
93
|
+
"@nx/nx-win32-arm64-msvc": "20.5.0-canary.20250228-e8647df",
|
94
|
+
"@nx/nx-win32-x64-msvc": "20.5.0-canary.20250228-e8647df"
|
95
95
|
},
|
96
96
|
"nx-migrations": {
|
97
97
|
"migrations": "./migrations.json",
|
@@ -598,6 +598,7 @@ async function handleNxReleaseConfigError(error) {
|
|
598
598
|
title: `There was an error when resolving the configured changelog renderer at path: ${error.data.workspaceRelativePath}`,
|
599
599
|
bodyLines: [nxJsonMessage],
|
600
600
|
});
|
601
|
+
break;
|
601
602
|
}
|
602
603
|
case 'INVALID_CHANGELOG_CREATE_RELEASE_PROVIDER':
|
603
604
|
{
|