nx 21.3.0-canary.20250619-29b14b1 → 21.3.0-canary.20250624-0ef8857
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": "21.3.0-canary.
|
3
|
+
"version": "21.3.0-canary.20250624-0ef8857",
|
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.3.0-canary.
|
87
|
-
"@nx/nx-darwin-x64": "21.3.0-canary.
|
88
|
-
"@nx/nx-freebsd-x64": "21.3.0-canary.
|
89
|
-
"@nx/nx-linux-arm-gnueabihf": "21.3.0-canary.
|
90
|
-
"@nx/nx-linux-arm64-gnu": "21.3.0-canary.
|
91
|
-
"@nx/nx-linux-arm64-musl": "21.3.0-canary.
|
92
|
-
"@nx/nx-linux-x64-gnu": "21.3.0-canary.
|
93
|
-
"@nx/nx-linux-x64-musl": "21.3.0-canary.
|
94
|
-
"@nx/nx-win32-arm64-msvc": "21.3.0-canary.
|
95
|
-
"@nx/nx-win32-x64-msvc": "21.3.0-canary.
|
86
|
+
"@nx/nx-darwin-arm64": "21.3.0-canary.20250624-0ef8857",
|
87
|
+
"@nx/nx-darwin-x64": "21.3.0-canary.20250624-0ef8857",
|
88
|
+
"@nx/nx-freebsd-x64": "21.3.0-canary.20250624-0ef8857",
|
89
|
+
"@nx/nx-linux-arm-gnueabihf": "21.3.0-canary.20250624-0ef8857",
|
90
|
+
"@nx/nx-linux-arm64-gnu": "21.3.0-canary.20250624-0ef8857",
|
91
|
+
"@nx/nx-linux-arm64-musl": "21.3.0-canary.20250624-0ef8857",
|
92
|
+
"@nx/nx-linux-x64-gnu": "21.3.0-canary.20250624-0ef8857",
|
93
|
+
"@nx/nx-linux-x64-musl": "21.3.0-canary.20250624-0ef8857",
|
94
|
+
"@nx/nx-win32-arm64-msvc": "21.3.0-canary.20250624-0ef8857",
|
95
|
+
"@nx/nx-win32-x64-msvc": "21.3.0-canary.20250624-0ef8857"
|
96
96
|
},
|
97
97
|
"nx-migrations": {
|
98
98
|
"migrations": "./migrations.json",
|
@@ -1,11 +1,12 @@
|
|
1
1
|
"use strict";
|
2
|
+
// TODO(v22): remove this file
|
2
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
4
|
exports.decorateCli = decorateCli;
|
4
5
|
const fs_1 = require("fs");
|
5
6
|
const output_1 = require("../utils/output");
|
6
7
|
function decorateCli() {
|
7
8
|
output_1.output.warn({
|
8
|
-
title: `Decoration of the Angular CLI is deprecated and will be removed in
|
9
|
+
title: `Decoration of the Angular CLI is deprecated and will be removed in Nx v22`,
|
9
10
|
bodyLines: [
|
10
11
|
`Please replace usage of "ng <command>" in any scripts, particularly for CI, with "nx <command>"`,
|
11
12
|
],
|
Binary file
|