nx 23.0.0-beta.14 → 23.0.0-beta.15

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.
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nx",
3
- "version": "23.0.0-beta.14",
3
+ "version": "23.0.0-beta.15",
4
4
  "private": false,
5
5
  "type": "commonjs",
6
6
  "description": "The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.",
@@ -170,16 +170,16 @@
170
170
  }
171
171
  },
172
172
  "optionalDependencies": {
173
- "@nx/nx-darwin-arm64": "23.0.0-beta.14",
174
- "@nx/nx-darwin-x64": "23.0.0-beta.14",
175
- "@nx/nx-freebsd-x64": "23.0.0-beta.14",
176
- "@nx/nx-linux-arm-gnueabihf": "23.0.0-beta.14",
177
- "@nx/nx-linux-arm64-gnu": "23.0.0-beta.14",
178
- "@nx/nx-linux-arm64-musl": "23.0.0-beta.14",
179
- "@nx/nx-linux-x64-gnu": "23.0.0-beta.14",
180
- "@nx/nx-linux-x64-musl": "23.0.0-beta.14",
181
- "@nx/nx-win32-arm64-msvc": "23.0.0-beta.14",
182
- "@nx/nx-win32-x64-msvc": "23.0.0-beta.14"
173
+ "@nx/nx-darwin-arm64": "23.0.0-beta.15",
174
+ "@nx/nx-darwin-x64": "23.0.0-beta.15",
175
+ "@nx/nx-freebsd-x64": "23.0.0-beta.15",
176
+ "@nx/nx-linux-arm-gnueabihf": "23.0.0-beta.15",
177
+ "@nx/nx-linux-arm64-gnu": "23.0.0-beta.15",
178
+ "@nx/nx-linux-arm64-musl": "23.0.0-beta.15",
179
+ "@nx/nx-linux-x64-gnu": "23.0.0-beta.15",
180
+ "@nx/nx-linux-x64-musl": "23.0.0-beta.15",
181
+ "@nx/nx-win32-arm64-msvc": "23.0.0-beta.15",
182
+ "@nx/nx-win32-x64-msvc": "23.0.0-beta.15"
183
183
  },
184
184
  "nx-migrations": {
185
185
  "migrations": "./migrations.json",