@nx/angular-rspack-compiler 22.0.0-rc.0 → 22.0.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.
Files changed (2) hide show
  1. package/package.json +7 -2
  2. package/README.md__tpl__ +0 -22
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nx/angular-rspack-compiler",
3
3
  "private": false,
4
- "version": "22.0.0-rc.0",
4
+ "version": "22.0.1",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -64,7 +64,12 @@
64
64
  },
65
65
  "targets": {
66
66
  "build": {
67
- "command": "node ./scripts/copy-readme.js angular-rspack-compiler packages/angular-rspack-compiler/README.md__tpl__ packages/angular-rspack-compiler/README.md",
67
+ "command": "node ./scripts/copy-readme.js angular-rspack-compiler packages/angular-rspack-compiler/readme-template.md packages/angular-rspack-compiler/README.md",
68
+ "inputs": [
69
+ "{projectRoot}/readme-template.md",
70
+ "{workspaceRoot}/scripts/copy-readme.js",
71
+ "{workspaceRoot}/scripts/readme-fragments"
72
+ ],
68
73
  "outputs": [
69
74
  "{projectRoot}/README.md"
70
75
  ]
package/README.md__tpl__ DELETED
@@ -1,22 +0,0 @@
1
- <p style="text-align: center;">
2
- <picture>
3
- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
4
- <img alt="Nx - Smart Repos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
5
- </picture>
6
- </p>
7
-
8
- {{links}}
9
-
10
- <hr>
11
-
12
- # Nx: Smart Repos · Fast Builds
13
-
14
- Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
15
-
16
- # @nx/angular-rspack-compiler
17
-
18
- ## Compilation Utilities for Angular with Rspack
19
-
20
- This library provides utilities for compiling Angular applications with Rspack.
21
-
22
- {{content}}