@nx/angular 21.2.0-canary.20250522-7e0719c → 21.2.0-canary.20250524-e2b3aca

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <p style="text-align: center;">
2
2
  <picture>
3
3
  <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
4
- <img alt="Nx - Smart Monorepos · Fast CI" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
4
+ <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
5
5
  </picture>
6
6
  </p>
7
7
 
@@ -20,7 +20,7 @@
20
20
 
21
21
  <hr>
22
22
 
23
- # Nx: Smart Monorepos · Fast CI
23
+ # Nx: Smart Repos · Fast Builds
24
24
 
25
25
  Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
26
26
 
@@ -64,5 +64,5 @@ npx nx@latest init
64
64
  - [Blog Posts About Nx](https://nx.dev/blog)
65
65
 
66
66
  <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
67
- width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
67
+ width="100%" alt="Nx - Smart Repos · Fast Builds"></a></p>
68
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "21.2.0-canary.20250522-7e0719c",
3
+ "version": "21.2.0-canary.20250524-e2b3aca",
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": {
@@ -67,14 +67,14 @@
67
67
  "semver": "^7.5.3",
68
68
  "tslib": "^2.3.0",
69
69
  "webpack-merge": "^5.8.0",
70
- "@nx/devkit": "21.2.0-canary.20250522-7e0719c",
71
- "@nx/js": "21.2.0-canary.20250522-7e0719c",
72
- "@nx/eslint": "21.2.0-canary.20250522-7e0719c",
73
- "@nx/webpack": "21.2.0-canary.20250522-7e0719c",
74
- "@nx/rspack": "21.2.0-canary.20250522-7e0719c",
75
- "@nx/module-federation": "21.2.0-canary.20250522-7e0719c",
76
- "@nx/web": "21.2.0-canary.20250522-7e0719c",
77
- "@nx/workspace": "21.2.0-canary.20250522-7e0719c",
70
+ "@nx/devkit": "21.2.0-canary.20250524-e2b3aca",
71
+ "@nx/js": "21.2.0-canary.20250524-e2b3aca",
72
+ "@nx/eslint": "21.2.0-canary.20250524-e2b3aca",
73
+ "@nx/webpack": "21.2.0-canary.20250524-e2b3aca",
74
+ "@nx/rspack": "21.2.0-canary.20250524-e2b3aca",
75
+ "@nx/module-federation": "21.2.0-canary.20250524-e2b3aca",
76
+ "@nx/web": "21.2.0-canary.20250524-e2b3aca",
77
+ "@nx/workspace": "21.2.0-canary.20250524-e2b3aca",
78
78
  "piscina": "^4.4.0"
79
79
  },
80
80
  "peerDependencies": {