nx 19.6.0-canary.20240719-83b88a1 → 19.6.0-canary.20240720-9410164

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": "19.6.0-canary.20240719-83b88a1",
3
+ "version": "19.6.0-canary.20240720-9410164",
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": {
@@ -71,7 +71,7 @@
71
71
  "yargs-parser": "21.1.1",
72
72
  "node-machine-id": "1.1.12",
73
73
  "ora": "5.3.0",
74
- "@nrwl/tao": "19.6.0-canary.20240719-83b88a1"
74
+ "@nrwl/tao": "19.6.0-canary.20240720-9410164"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "@swc-node/register": "^1.8.0",
@@ -86,16 +86,16 @@
86
86
  }
87
87
  },
88
88
  "optionalDependencies": {
89
- "@nx/nx-darwin-x64": "19.6.0-canary.20240719-83b88a1",
90
- "@nx/nx-darwin-arm64": "19.6.0-canary.20240719-83b88a1",
91
- "@nx/nx-linux-x64-gnu": "19.6.0-canary.20240719-83b88a1",
92
- "@nx/nx-linux-x64-musl": "19.6.0-canary.20240719-83b88a1",
93
- "@nx/nx-win32-x64-msvc": "19.6.0-canary.20240719-83b88a1",
94
- "@nx/nx-linux-arm64-gnu": "19.6.0-canary.20240719-83b88a1",
95
- "@nx/nx-linux-arm64-musl": "19.6.0-canary.20240719-83b88a1",
96
- "@nx/nx-linux-arm-gnueabihf": "19.6.0-canary.20240719-83b88a1",
97
- "@nx/nx-win32-arm64-msvc": "19.6.0-canary.20240719-83b88a1",
98
- "@nx/nx-freebsd-x64": "19.6.0-canary.20240719-83b88a1"
89
+ "@nx/nx-darwin-x64": "19.6.0-canary.20240720-9410164",
90
+ "@nx/nx-darwin-arm64": "19.6.0-canary.20240720-9410164",
91
+ "@nx/nx-linux-x64-gnu": "19.6.0-canary.20240720-9410164",
92
+ "@nx/nx-linux-x64-musl": "19.6.0-canary.20240720-9410164",
93
+ "@nx/nx-win32-x64-msvc": "19.6.0-canary.20240720-9410164",
94
+ "@nx/nx-linux-arm64-gnu": "19.6.0-canary.20240720-9410164",
95
+ "@nx/nx-linux-arm64-musl": "19.6.0-canary.20240720-9410164",
96
+ "@nx/nx-linux-arm-gnueabihf": "19.6.0-canary.20240720-9410164",
97
+ "@nx/nx-win32-arm64-msvc": "19.6.0-canary.20240720-9410164",
98
+ "@nx/nx-freebsd-x64": "19.6.0-canary.20240720-9410164"
99
99
  },
100
100
  "nx-migrations": {
101
101
  "migrations": "./migrations.json",
Binary file
@@ -136,7 +136,6 @@ function normalizeTargetDependencyWithStringProjects(dependencyConfig) {
136
136
  else if (dependencyConfig.projects === 'dependencies') {
137
137
  dependencyConfig.dependencies = true;
138
138
  delete dependencyConfig.projects;
139
- return;
140
139
  /** LERNA SUPPORT END - Remove in v20 */
141
140
  }
142
141
  else {