@nx/rollup 20.4.0-canary.20250109-0edd110 → 20.4.0-canary.20250111-bbbfd9f

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/rollup",
3
- "version": "20.4.0-canary.20250109-0edd110",
3
+ "version": "20.4.0-canary.20250111-bbbfd9f",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Rollup contains executors and generators that support building applications using Rollup.",
6
6
  "repository": {
@@ -29,8 +29,8 @@
29
29
  "migrations": "./migrations.json"
30
30
  },
31
31
  "dependencies": {
32
- "@nx/devkit": "20.4.0-canary.20250109-0edd110",
33
- "@nx/js": "20.4.0-canary.20250109-0edd110",
32
+ "@nx/devkit": "20.4.0-canary.20250111-bbbfd9f",
33
+ "@nx/js": "20.4.0-canary.20250111-bbbfd9f",
34
34
  "@rollup/plugin-babel": "^6.0.4",
35
35
  "@rollup/plugin-commonjs": "^25.0.7",
36
36
  "@rollup/plugin-image": "^3.0.3",
@@ -187,7 +187,7 @@ dependencies) {
187
187
  commonjs(),
188
188
  (0, analyze_1.analyze)(),
189
189
  options.generatePackageJson && (0, generate_package_json_1.generatePackageJson)(options, packageJson),
190
- ];
190
+ ].filter(Boolean);
191
191
  if (Array.isArray(rollupConfig.plugins)) {
192
192
  finalConfig.plugins.push(...rollupConfig.plugins);
193
193
  }