@nx/angular-rspack-compiler 21.4.0 → 21.4.1

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 CHANGED
@@ -70,14 +70,3 @@ npx nx@latest init
70
70
  <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"
71
71
  width="100%" alt="Nx - Smart Repos · Fast Builds"></a></p>
72
72
 
73
-
74
- ## Documentation & Resources
75
-
76
- - [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
77
- - [Intro to Nx](https://nx.dev/getting-started/intro)
78
- - [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
79
- - [Blog Posts About Nx](https://nx.dev/blog)
80
-
81
- <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"
82
- width="100%" alt="Nx - Smart Repos · Fast Builds"></a></p>
83
-
package/README.md__tpl__ CHANGED
@@ -20,5 +20,3 @@ An AI-first build platform that connects everything from your editor to CI. Help
20
20
  This library provides utilities for compiling Angular applications with Rspack.
21
21
 
22
22
  {{content}}
23
-
24
- {{resources}}
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@nx/angular-rspack-compiler",
3
3
  "private": false,
4
- "version": "21.4.0",
4
+ "version": "21.4.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "description": "Compilation utilities for Angular with Rspack and Rsbuild.",
9
9
  "author": "Victor Savkin",
10
10
  "license": "MIT",
11
+ "homepage": "https://nx.dev",
11
12
  "bugs": {
12
13
  "url": "https://github.com/nrwl/nx/issues"
13
14
  },