nx 21.3.3 → 21.3.5
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.
|
3
|
+
"version": "21.3.5",
|
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.
|
87
|
-
"@nx/nx-darwin-x64": "21.3.
|
88
|
-
"@nx/nx-freebsd-x64": "21.3.
|
89
|
-
"@nx/nx-linux-arm-gnueabihf": "21.3.
|
90
|
-
"@nx/nx-linux-arm64-gnu": "21.3.
|
91
|
-
"@nx/nx-linux-arm64-musl": "21.3.
|
92
|
-
"@nx/nx-linux-x64-gnu": "21.3.
|
93
|
-
"@nx/nx-linux-x64-musl": "21.3.
|
94
|
-
"@nx/nx-win32-arm64-msvc": "21.3.
|
95
|
-
"@nx/nx-win32-x64-msvc": "21.3.
|
86
|
+
"@nx/nx-darwin-arm64": "21.3.5",
|
87
|
+
"@nx/nx-darwin-x64": "21.3.5",
|
88
|
+
"@nx/nx-freebsd-x64": "21.3.5",
|
89
|
+
"@nx/nx-linux-arm-gnueabihf": "21.3.5",
|
90
|
+
"@nx/nx-linux-arm64-gnu": "21.3.5",
|
91
|
+
"@nx/nx-linux-arm64-musl": "21.3.5",
|
92
|
+
"@nx/nx-linux-x64-gnu": "21.3.5",
|
93
|
+
"@nx/nx-linux-x64-musl": "21.3.5",
|
94
|
+
"@nx/nx-win32-arm64-msvc": "21.3.5",
|
95
|
+
"@nx/nx-win32-x64-msvc": "21.3.5"
|
96
96
|
},
|
97
97
|
"nx-migrations": {
|
98
98
|
"migrations": "./migrations.json",
|
@@ -131,12 +131,11 @@ async function initHandler(options) {
|
|
131
131
|
await (0, utils_1.initCloud)('nx-init');
|
132
132
|
}
|
133
133
|
(0, utils_1.printFinalMessage)({
|
134
|
-
learnMoreLink:
|
135
|
-
? 'https://nx.dev/recipes/adopting-nx/adding-to-monorepo'
|
136
|
-
: 'https://nx.dev/getting-started/adding-to-existing',
|
134
|
+
learnMoreLink: 'https://nx.dev/getting-started/adding-to-existing',
|
137
135
|
appendLines: _isMonorepo
|
138
136
|
? [
|
139
|
-
`-
|
137
|
+
`- Read a detailed guide about adding Nx to NPM/YARN/PNPM workspaces: https://nx.dev/recipes/adopting-nx/adding-to-monorepos`,
|
138
|
+
`- Learn how Nx helps manage your TypeScript monorepo: https://nx.dev/features/maintain-ts-monorepos`,
|
140
139
|
]
|
141
140
|
: [],
|
142
141
|
});
|