@nx/angular 18.1.0-beta.1 → 18.1.0-beta.2

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/angular",
3
- "version": "18.1.0-beta.1",
3
+ "version": "18.1.0-beta.2",
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, 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- Upgrading AngularJS applications \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -78,16 +78,16 @@
78
78
  "tslib": "^2.3.0",
79
79
  "webpack": "^5.80.0",
80
80
  "webpack-merge": "^5.8.0",
81
- "@nx/devkit": "18.1.0-beta.1",
82
- "@nx/cypress": "18.1.0-beta.1",
83
- "@nx/jest": "18.1.0-beta.1",
84
- "@nx/js": "18.1.0-beta.1",
85
- "@nx/eslint": "18.1.0-beta.1",
86
- "@nx/webpack": "18.1.0-beta.1",
87
- "@nx/web": "18.1.0-beta.1",
88
- "@nx/workspace": "18.1.0-beta.1",
81
+ "@nx/devkit": "18.1.0-beta.2",
82
+ "@nx/cypress": "18.1.0-beta.2",
83
+ "@nx/jest": "18.1.0-beta.2",
84
+ "@nx/js": "18.1.0-beta.2",
85
+ "@nx/eslint": "18.1.0-beta.2",
86
+ "@nx/webpack": "18.1.0-beta.2",
87
+ "@nx/web": "18.1.0-beta.2",
88
+ "@nx/workspace": "18.1.0-beta.2",
89
89
  "piscina": "^4.2.1",
90
- "@nrwl/angular": "18.1.0-beta.1"
90
+ "@nrwl/angular": "18.1.0-beta.2"
91
91
  },
92
92
  "peerDependencies": {
93
93
  "@angular-devkit/build-angular": ">= 15.0.0 < 18.0.0",
@@ -122,7 +122,7 @@
122
122
  "items": {
123
123
  "type": "string"
124
124
  },
125
- "description": "List of remote applications to not automatically serve, either statically or in development mode."
125
+ "description": "List of remote applications to not automatically serve, either statically or in development mode. This will not remove the remotes from the `module-federation.config` file, and therefore the application may still try to fetch these remotes.\nThis option is useful for when the `host` application is using a `remote` that does not live in the same workspace as the `host`."
126
126
  },
127
127
  "pathToManifestFile": {
128
128
  "type": "string",