nx 20.2.0-canary.20241122-a1efb63 → 20.2.0-canary.20241123-128778e

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": "20.2.0-canary.20241122-a1efb63",
3
+ "version": "20.2.0-canary.20241123-128778e",
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": {
@@ -80,16 +80,16 @@
80
80
  }
81
81
  },
82
82
  "optionalDependencies": {
83
- "@nx/nx-darwin-x64": "20.2.0-canary.20241122-a1efb63",
84
- "@nx/nx-darwin-arm64": "20.2.0-canary.20241122-a1efb63",
85
- "@nx/nx-linux-x64-gnu": "20.2.0-canary.20241122-a1efb63",
86
- "@nx/nx-linux-x64-musl": "20.2.0-canary.20241122-a1efb63",
87
- "@nx/nx-win32-x64-msvc": "20.2.0-canary.20241122-a1efb63",
88
- "@nx/nx-linux-arm64-gnu": "20.2.0-canary.20241122-a1efb63",
89
- "@nx/nx-linux-arm64-musl": "20.2.0-canary.20241122-a1efb63",
90
- "@nx/nx-linux-arm-gnueabihf": "20.2.0-canary.20241122-a1efb63",
91
- "@nx/nx-win32-arm64-msvc": "20.2.0-canary.20241122-a1efb63",
92
- "@nx/nx-freebsd-x64": "20.2.0-canary.20241122-a1efb63"
83
+ "@nx/nx-darwin-x64": "20.2.0-canary.20241123-128778e",
84
+ "@nx/nx-darwin-arm64": "20.2.0-canary.20241123-128778e",
85
+ "@nx/nx-linux-x64-gnu": "20.2.0-canary.20241123-128778e",
86
+ "@nx/nx-linux-x64-musl": "20.2.0-canary.20241123-128778e",
87
+ "@nx/nx-win32-x64-msvc": "20.2.0-canary.20241123-128778e",
88
+ "@nx/nx-linux-arm64-gnu": "20.2.0-canary.20241123-128778e",
89
+ "@nx/nx-linux-arm64-musl": "20.2.0-canary.20241123-128778e",
90
+ "@nx/nx-linux-arm-gnueabihf": "20.2.0-canary.20241123-128778e",
91
+ "@nx/nx-win32-arm64-msvc": "20.2.0-canary.20241123-128778e",
92
+ "@nx/nx-freebsd-x64": "20.2.0-canary.20241123-128778e"
93
93
  },
94
94
  "nx-migrations": {
95
95
  "migrations": "./migrations.json",
@@ -115,6 +115,7 @@ const npmPackageToPluginMap = {
115
115
  vite: '@nx/vite',
116
116
  vitest: '@nx/vite',
117
117
  webpack: '@nx/webpack',
118
+ '@rspack/core': '@nx/rspack',
118
119
  rollup: '@nx/rollup',
119
120
  // Testing tools
120
121
  jest: '@nx/jest',