nx 21.3.4 → 21.3.6

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.4",
3
+ "version": "21.3.6",
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.4",
87
- "@nx/nx-darwin-x64": "21.3.4",
88
- "@nx/nx-freebsd-x64": "21.3.4",
89
- "@nx/nx-linux-arm-gnueabihf": "21.3.4",
90
- "@nx/nx-linux-arm64-gnu": "21.3.4",
91
- "@nx/nx-linux-arm64-musl": "21.3.4",
92
- "@nx/nx-linux-x64-gnu": "21.3.4",
93
- "@nx/nx-linux-x64-musl": "21.3.4",
94
- "@nx/nx-win32-arm64-msvc": "21.3.4",
95
- "@nx/nx-win32-x64-msvc": "21.3.4"
86
+ "@nx/nx-darwin-arm64": "21.3.6",
87
+ "@nx/nx-darwin-x64": "21.3.6",
88
+ "@nx/nx-freebsd-x64": "21.3.6",
89
+ "@nx/nx-linux-arm-gnueabihf": "21.3.6",
90
+ "@nx/nx-linux-arm64-gnu": "21.3.6",
91
+ "@nx/nx-linux-arm64-musl": "21.3.6",
92
+ "@nx/nx-linux-x64-gnu": "21.3.6",
93
+ "@nx/nx-linux-x64-musl": "21.3.6",
94
+ "@nx/nx-win32-arm64-msvc": "21.3.6",
95
+ "@nx/nx-win32-x64-msvc": "21.3.6"
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: _isMonorepo
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
- `- Learn how Nx helps manage your TypeScript monorepo at https://nx.dev/features/maintain-ts-monorepos.`,
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
  });