@nx/angular 17.2.0 → 17.3.0-canary.20231209-dbeaf92

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 +4 -4
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
1
+ <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart Monorepos · Fast CI"></p>
2
2
 
3
3
  <div style="text-align: center;">
4
4
 
@@ -15,9 +15,9 @@
15
15
 
16
16
  <hr>
17
17
 
18
- # Nx: Smart, Fast and Extensible Build System
18
+ # Nx: Smart Monorepos · Fast CI
19
19
 
20
- Nx is a next generation build system with first class monorepo support and powerful integrations.
20
+ Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
21
21
 
22
22
  This package is an [Angular plugin for Nx](https://nx.dev/packages/angular).
23
23
 
@@ -59,5 +59,5 @@ npx nx@latest init
59
59
  - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
60
60
 
61
61
  <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"
62
- width="100%" alt="Nx - Smart, Fast and Extensible Build System"></a></p>
62
+ width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
63
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "17.2.0",
3
+ "version": "17.3.0-canary.20231209-dbeaf92",
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,15 +78,15 @@
78
78
  "tslib": "^2.3.0",
79
79
  "webpack": "^5.80.0",
80
80
  "webpack-merge": "^5.8.0",
81
- "@nx/devkit": "17.2.0",
82
- "@nx/cypress": "17.2.0",
83
- "@nx/jest": "17.2.0",
84
- "@nx/js": "17.2.0",
85
- "@nx/eslint": "17.2.0",
86
- "@nx/webpack": "17.2.0",
87
- "@nx/web": "17.2.0",
88
- "@nx/workspace": "17.2.0",
89
- "@nrwl/angular": "17.2.0"
81
+ "@nx/devkit": "17.3.0-canary.20231209-dbeaf92",
82
+ "@nx/cypress": "17.3.0-canary.20231209-dbeaf92",
83
+ "@nx/jest": "17.3.0-canary.20231209-dbeaf92",
84
+ "@nx/js": "17.3.0-canary.20231209-dbeaf92",
85
+ "@nx/eslint": "17.3.0-canary.20231209-dbeaf92",
86
+ "@nx/webpack": "17.3.0-canary.20231209-dbeaf92",
87
+ "@nx/web": "17.3.0-canary.20231209-dbeaf92",
88
+ "@nx/workspace": "17.3.0-canary.20231209-dbeaf92",
89
+ "@nrwl/angular": "17.3.0-canary.20231209-dbeaf92"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "@angular-devkit/build-angular": ">= 15.0.0 < 18.0.0",