@nx/rsbuild 23.3.0-beta.3 → 23.3.0-beta.5
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/package.json +5 -5
- package/readme-template.md +18 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/rsbuild",
|
|
3
3
|
"description": "The Nx Plugin for Rsbuild contains an Nx plugin, executors and utilities that support building applications using Rsbuild.",
|
|
4
|
-
"version": "23.3.0-beta.
|
|
4
|
+
"version": "23.3.0-beta.5",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
@@ -54,14 +54,14 @@
|
|
|
54
54
|
"executors": "./executors.json",
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"tslib": "^2.3.0",
|
|
57
|
+
"@nx/devkit": "23.3.0-beta.5",
|
|
58
|
+
"@nx/js": "23.3.0-beta.5",
|
|
57
59
|
"minimatch": "10.2.5",
|
|
58
60
|
"semver": "^7.6.3",
|
|
59
|
-
"@phenomnomnominal/tsquery": "~6.2.0"
|
|
60
|
-
"@nx/js": "23.3.0-beta.3",
|
|
61
|
-
"@nx/devkit": "23.3.0-beta.3"
|
|
61
|
+
"@phenomnomnominal/tsquery": "~6.2.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"nx": "23.3.0-beta.
|
|
64
|
+
"nx": "23.3.0-beta.5"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"@rsbuild/core": "^1.0.0 || ^2.0.0"
|
|
@@ -0,0 +1,18 @@
|
|
|
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 Monorepos · 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 Monorepos · 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
|
+
This package is a [Rsbuild plugin for Nx](https://nx.dev/nx-api/rsbuild).
|
|
17
|
+
|
|
18
|
+
{{content}}
|