nx 22.4.0-beta.3 → 22.4.0-beta.4

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/bin/init-local.js CHANGED
@@ -119,7 +119,7 @@ function shouldDelegateToAngularCLI() {
119
119
  }
120
120
  async function ensureNxConsoleInstalledViaDaemon() {
121
121
  // Only proceed if daemon is available
122
- if (!client_1.daemonClient.enabled()) {
122
+ if (!client_1.daemonClient.enabled() || !(await client_1.daemonClient.isServerAvailable())) {
123
123
  return;
124
124
  }
125
125
  // Get status from daemon
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nx",
3
- "version": "22.4.0-beta.3",
3
+ "version": "22.4.0-beta.4",
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": "22.4.0-beta.3",
87
- "@nx/nx-darwin-x64": "22.4.0-beta.3",
88
- "@nx/nx-freebsd-x64": "22.4.0-beta.3",
89
- "@nx/nx-linux-arm-gnueabihf": "22.4.0-beta.3",
90
- "@nx/nx-linux-arm64-gnu": "22.4.0-beta.3",
91
- "@nx/nx-linux-arm64-musl": "22.4.0-beta.3",
92
- "@nx/nx-linux-x64-gnu": "22.4.0-beta.3",
93
- "@nx/nx-linux-x64-musl": "22.4.0-beta.3",
94
- "@nx/nx-win32-arm64-msvc": "22.4.0-beta.3",
95
- "@nx/nx-win32-x64-msvc": "22.4.0-beta.3"
86
+ "@nx/nx-darwin-arm64": "22.4.0-beta.4",
87
+ "@nx/nx-darwin-x64": "22.4.0-beta.4",
88
+ "@nx/nx-freebsd-x64": "22.4.0-beta.4",
89
+ "@nx/nx-linux-arm-gnueabihf": "22.4.0-beta.4",
90
+ "@nx/nx-linux-arm64-gnu": "22.4.0-beta.4",
91
+ "@nx/nx-linux-arm64-musl": "22.4.0-beta.4",
92
+ "@nx/nx-linux-x64-gnu": "22.4.0-beta.4",
93
+ "@nx/nx-linux-x64-musl": "22.4.0-beta.4",
94
+ "@nx/nx-win32-arm64-msvc": "22.4.0-beta.4",
95
+ "@nx/nx-win32-x64-msvc": "22.4.0-beta.4"
96
96
  },
97
97
  "nx-migrations": {
98
98
  "migrations": "./migrations.json",