nx 19.7.0-canary.20240831-18e5535 → 19.7.0-canary.20240903-9039e5e

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nx",
3
- "version": "19.7.0-canary.20240831-18e5535",
3
+ "version": "19.7.0-canary.20240903-9039e5e",
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.7.0-canary.20240831-18e5535"
74
+ "@nrwl/tao": "19.7.0-canary.20240903-9039e5e"
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.7.0-canary.20240831-18e5535",
90
- "@nx/nx-darwin-arm64": "19.7.0-canary.20240831-18e5535",
91
- "@nx/nx-linux-x64-gnu": "19.7.0-canary.20240831-18e5535",
92
- "@nx/nx-linux-x64-musl": "19.7.0-canary.20240831-18e5535",
93
- "@nx/nx-win32-x64-msvc": "19.7.0-canary.20240831-18e5535",
94
- "@nx/nx-linux-arm64-gnu": "19.7.0-canary.20240831-18e5535",
95
- "@nx/nx-linux-arm64-musl": "19.7.0-canary.20240831-18e5535",
96
- "@nx/nx-linux-arm-gnueabihf": "19.7.0-canary.20240831-18e5535",
97
- "@nx/nx-win32-arm64-msvc": "19.7.0-canary.20240831-18e5535",
98
- "@nx/nx-freebsd-x64": "19.7.0-canary.20240831-18e5535"
89
+ "@nx/nx-darwin-x64": "19.7.0-canary.20240903-9039e5e",
90
+ "@nx/nx-darwin-arm64": "19.7.0-canary.20240903-9039e5e",
91
+ "@nx/nx-linux-x64-gnu": "19.7.0-canary.20240903-9039e5e",
92
+ "@nx/nx-linux-x64-musl": "19.7.0-canary.20240903-9039e5e",
93
+ "@nx/nx-win32-x64-msvc": "19.7.0-canary.20240903-9039e5e",
94
+ "@nx/nx-linux-arm64-gnu": "19.7.0-canary.20240903-9039e5e",
95
+ "@nx/nx-linux-arm64-musl": "19.7.0-canary.20240903-9039e5e",
96
+ "@nx/nx-linux-arm-gnueabihf": "19.7.0-canary.20240903-9039e5e",
97
+ "@nx/nx-win32-arm64-msvc": "19.7.0-canary.20240903-9039e5e",
98
+ "@nx/nx-freebsd-x64": "19.7.0-canary.20240903-9039e5e"
99
99
  },
100
100
  "nx-migrations": {
101
101
  "migrations": "./migrations.json",
Binary file
@@ -273,7 +273,7 @@ async function startPluginWorker() {
273
273
  socket,
274
274
  });
275
275
  }
276
- else if (attempts > 1000) {
276
+ else if (attempts > 10000) {
277
277
  // daemon fails to start, the process probably exited
278
278
  // we print the logs and exit the client
279
279
  reject('Failed to start plugin worker.');