nx 20.2.0-beta.4 → 20.2.0-beta.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": "20.2.0-beta.4",
3
+ "version": "20.2.0-beta.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": {
@@ -80,16 +80,16 @@
80
80
  }
81
81
  },
82
82
  "optionalDependencies": {
83
- "@nx/nx-darwin-x64": "20.2.0-beta.4",
84
- "@nx/nx-darwin-arm64": "20.2.0-beta.4",
85
- "@nx/nx-linux-x64-gnu": "20.2.0-beta.4",
86
- "@nx/nx-linux-x64-musl": "20.2.0-beta.4",
87
- "@nx/nx-win32-x64-msvc": "20.2.0-beta.4",
88
- "@nx/nx-linux-arm64-gnu": "20.2.0-beta.4",
89
- "@nx/nx-linux-arm64-musl": "20.2.0-beta.4",
90
- "@nx/nx-linux-arm-gnueabihf": "20.2.0-beta.4",
91
- "@nx/nx-win32-arm64-msvc": "20.2.0-beta.4",
92
- "@nx/nx-freebsd-x64": "20.2.0-beta.4"
83
+ "@nx/nx-darwin-x64": "20.2.0-beta.5",
84
+ "@nx/nx-darwin-arm64": "20.2.0-beta.5",
85
+ "@nx/nx-linux-x64-gnu": "20.2.0-beta.5",
86
+ "@nx/nx-linux-x64-musl": "20.2.0-beta.5",
87
+ "@nx/nx-win32-x64-msvc": "20.2.0-beta.5",
88
+ "@nx/nx-linux-arm64-gnu": "20.2.0-beta.5",
89
+ "@nx/nx-linux-arm64-musl": "20.2.0-beta.5",
90
+ "@nx/nx-linux-arm-gnueabihf": "20.2.0-beta.5",
91
+ "@nx/nx-win32-arm64-msvc": "20.2.0-beta.5",
92
+ "@nx/nx-freebsd-x64": "20.2.0-beta.5"
93
93
  },
94
94
  "nx-migrations": {
95
95
  "migrations": "./migrations.json",
@@ -16,9 +16,10 @@ const connect_to_nx_cloud_1 = require("../../../connect/connect-to-nx-cloud");
16
16
  const nxAngularLegacyVersionMap = {
17
17
  14: '~17.0.0',
18
18
  15: '~19.0.0',
19
+ 16: '~20.1.0',
19
20
  };
20
21
  // min major angular version supported in latest Nx
21
- const minMajorAngularVersionSupported = 16;
22
+ const minMajorAngularVersionSupported = 17;
22
23
  // version when the Nx CLI changed from @nrwl/tao & @nrwl/cli to nx
23
24
  const versionWithConsolidatedPackages = '13.9.0';
24
25
  // version when packages were rescoped from @nrwl/* to @nx/*