nx 22.1.0-beta.6 → 22.1.0-beta.7

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": "22.1.0-beta.6",
3
+ "version": "22.1.0-beta.7",
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.1.0-beta.6",
87
- "@nx/nx-darwin-x64": "22.1.0-beta.6",
88
- "@nx/nx-freebsd-x64": "22.1.0-beta.6",
89
- "@nx/nx-linux-arm-gnueabihf": "22.1.0-beta.6",
90
- "@nx/nx-linux-arm64-gnu": "22.1.0-beta.6",
91
- "@nx/nx-linux-arm64-musl": "22.1.0-beta.6",
92
- "@nx/nx-linux-x64-gnu": "22.1.0-beta.6",
93
- "@nx/nx-linux-x64-musl": "22.1.0-beta.6",
94
- "@nx/nx-win32-arm64-msvc": "22.1.0-beta.6",
95
- "@nx/nx-win32-x64-msvc": "22.1.0-beta.6"
86
+ "@nx/nx-darwin-arm64": "22.1.0-beta.7",
87
+ "@nx/nx-darwin-x64": "22.1.0-beta.7",
88
+ "@nx/nx-freebsd-x64": "22.1.0-beta.7",
89
+ "@nx/nx-linux-arm-gnueabihf": "22.1.0-beta.7",
90
+ "@nx/nx-linux-arm64-gnu": "22.1.0-beta.7",
91
+ "@nx/nx-linux-arm64-musl": "22.1.0-beta.7",
92
+ "@nx/nx-linux-x64-gnu": "22.1.0-beta.7",
93
+ "@nx/nx-linux-x64-musl": "22.1.0-beta.7",
94
+ "@nx/nx-win32-arm64-msvc": "22.1.0-beta.7",
95
+ "@nx/nx-win32-x64-msvc": "22.1.0-beta.7"
96
96
  },
97
97
  "nx-migrations": {
98
98
  "migrations": "./migrations.json",
@@ -128,6 +128,7 @@
128
128
  "@nx/rsbuild",
129
129
  "@nx/storybook",
130
130
  "@nx/vite",
131
+ "@nx/vitest",
131
132
  "@nx/vue",
132
133
  "@nx/web",
133
134
  "@nx/webpack",
@@ -166,7 +166,7 @@ const npmPackageToPluginMap = {
166
166
  storybook: '@nx/storybook',
167
167
  // Bundlers
168
168
  vite: '@nx/vite',
169
- vitest: '@nx/vite',
169
+ vitest: '@nx/vitest',
170
170
  webpack: '@nx/webpack',
171
171
  '@rspack/core': '@nx/rspack',
172
172
  rollup: '@nx/rollup',