@nx/angular 22.1.0-beta.4 → 22.1.0-beta.6

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/migrations.json CHANGED
@@ -2230,6 +2230,27 @@
2230
2230
  "alwaysAddToPackageJson": false
2231
2231
  }
2232
2232
  }
2233
+ },
2234
+ "22.2.0": {
2235
+ "version": "22.2.0-beta.0",
2236
+ "packages": {
2237
+ "@module-federation/enhanced": {
2238
+ "version": "^0.21.2",
2239
+ "alwaysAddToPackageJson": false
2240
+ },
2241
+ "@module-federation/runtime": {
2242
+ "version": "^0.21.2",
2243
+ "alwaysAddToPackageJson": false
2244
+ },
2245
+ "@module-federation/sdk": {
2246
+ "version": "^0.21.2",
2247
+ "alwaysAddToPackageJson": false
2248
+ },
2249
+ "@module-federation/node": {
2250
+ "version": "^2.7.21",
2251
+ "alwaysAddToPackageJson": false
2252
+ }
2253
+ }
2233
2254
  }
2234
2255
  }
2235
2256
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "22.1.0-beta.4",
3
+ "version": "22.1.0-beta.6",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: \n\n- Integration with libraries such as Storybook, Jest, ESLint, Tailwind CSS, Playwright and Cypress. \n\n- Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -58,14 +58,14 @@
58
58
  "migrations": "./migrations.json"
59
59
  },
60
60
  "dependencies": {
61
- "@nx/devkit": "22.1.0-beta.4",
62
- "@nx/eslint": "22.1.0-beta.4",
63
- "@nx/js": "22.1.0-beta.4",
64
- "@nx/module-federation": "22.1.0-beta.4",
65
- "@nx/rspack": "22.1.0-beta.4",
66
- "@nx/web": "22.1.0-beta.4",
67
- "@nx/webpack": "22.1.0-beta.4",
68
- "@nx/workspace": "22.1.0-beta.4",
61
+ "@nx/devkit": "22.1.0-beta.6",
62
+ "@nx/eslint": "22.1.0-beta.6",
63
+ "@nx/js": "22.1.0-beta.6",
64
+ "@nx/module-federation": "22.1.0-beta.6",
65
+ "@nx/rspack": "22.1.0-beta.6",
66
+ "@nx/web": "22.1.0-beta.6",
67
+ "@nx/webpack": "22.1.0-beta.6",
68
+ "@nx/workspace": "22.1.0-beta.6",
69
69
  "@phenomnomnominal/tsquery": "~5.0.1",
70
70
  "@typescript-eslint/type-utils": "^8.0.0",
71
71
  "enquirer": "~2.3.6",
@@ -12,8 +12,8 @@ export declare const typesCorsVersion = "~2.8.5";
12
12
  export declare const expressVersion = "^4.21.2";
13
13
  export declare const typesExpressVersion = "^4.17.21";
14
14
  export declare const browserSyncVersion = "^3.0.0";
15
- export declare const moduleFederationNodeVersion = "^2.7.11";
16
- export declare const moduleFederationEnhancedVersion = "^0.18.0";
15
+ export declare const moduleFederationNodeVersion = "^2.7.21";
16
+ export declare const moduleFederationEnhancedVersion = "^0.21.2";
17
17
  export declare const webpackMergeVersion = "^5.8.0";
18
18
  export declare const angularEslintVersion = "^20.3.0";
19
19
  export declare const typescriptEslintVersion = "^7.16.0";
@@ -15,8 +15,8 @@ exports.typesCorsVersion = '~2.8.5';
15
15
  exports.expressVersion = '^4.21.2';
16
16
  exports.typesExpressVersion = '^4.17.21';
17
17
  exports.browserSyncVersion = '^3.0.0';
18
- exports.moduleFederationNodeVersion = '^2.7.11';
19
- exports.moduleFederationEnhancedVersion = '^0.18.0';
18
+ exports.moduleFederationNodeVersion = '^2.7.21';
19
+ exports.moduleFederationEnhancedVersion = '^0.21.2';
20
20
  exports.webpackMergeVersion = '^5.8.0';
21
21
  exports.angularEslintVersion = '^20.3.0';
22
22
  exports.typescriptEslintVersion = '^7.16.0';