@nx/dotnet 22.0.0 → 22.0.2
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
|
@@ -20,6 +20,8 @@
|
|
|
20
20
|
|
|
21
21
|
<hr>
|
|
22
22
|
|
|
23
|
+
> Note: The `@nx/dotnet` plugin is currently experimental. Features and APIs may change.
|
|
24
|
+
|
|
23
25
|
# Nx: Smart Repos · Fast Builds
|
|
24
26
|
|
|
25
27
|
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.
|
|
Binary file
|
|
Binary file
|
package/dist/readme-template.md
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
|
|
10
10
|
<hr>
|
|
11
11
|
|
|
12
|
+
> Note: The `@nx/dotnet` plugin is currently experimental. Features and APIs may change.
|
|
13
|
+
|
|
12
14
|
# Nx: Smart Repos · Fast Builds
|
|
13
15
|
|
|
14
16
|
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.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/dotnet",
|
|
3
|
-
"version": "22.0.
|
|
3
|
+
"version": "22.0.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nx Plugin for .NET containing graph support for working with .NET projects in an Nx workspace.",
|
|
6
6
|
"keywords": [
|
|
@@ -48,18 +48,18 @@
|
|
|
48
48
|
"!dist/tsconfig.lib.tsbuildinfo"
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@nx/devkit": "22.0.
|
|
51
|
+
"@nx/devkit": "22.0.2",
|
|
52
52
|
"tslib": "^2.3.0",
|
|
53
53
|
"ignore": "^7.0.5"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/jest": "30.0.0",
|
|
57
|
-
"@types/node": "20.
|
|
58
|
-
"jest": "30.0.2",
|
|
57
|
+
"@types/node": "^20.19.10",
|
|
58
|
+
"jest": "^30.0.2",
|
|
59
59
|
"memfs": "^4.9.2",
|
|
60
|
-
"nx": "22.0.
|
|
61
|
-
"ts-jest": "^29.
|
|
62
|
-
"typescript": "
|
|
60
|
+
"nx": "22.0.2",
|
|
61
|
+
"ts-jest": "^29.4.0",
|
|
62
|
+
"typescript": "~5.9.2"
|
|
63
63
|
},
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|