@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.
- package/README.md +4 -4
- 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
|
|
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
|
|
18
|
+
# Nx: Smart Monorepos · Fast CI
|
|
19
19
|
|
|
20
|
-
Nx is a
|
|
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
|
|
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.
|
|
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.
|
|
82
|
-
"@nx/cypress": "17.
|
|
83
|
-
"@nx/jest": "17.
|
|
84
|
-
"@nx/js": "17.
|
|
85
|
-
"@nx/eslint": "17.
|
|
86
|
-
"@nx/webpack": "17.
|
|
87
|
-
"@nx/web": "17.
|
|
88
|
-
"@nx/workspace": "17.
|
|
89
|
-
"@nrwl/angular": "17.
|
|
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",
|