@nx/node 23.3.0-pr.37036.2b7abf9 → 23.3.0-pr.37036.f6e3fb2
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 +10 -10
- package/readme-template.md +16 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/node",
|
|
3
|
-
"version": "23.3.0-pr.37036.
|
|
3
|
+
"version": "23.3.0-pr.37036.f6e3fb2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"files": [
|
|
@@ -70,19 +70,19 @@
|
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"tslib": "^2.3.0",
|
|
73
|
+
"@nx/devkit": "23.3.0-pr.37036.f6e3fb2",
|
|
74
|
+
"@nx/jest": "23.3.0-pr.37036.f6e3fb2",
|
|
75
|
+
"@nx/js": "23.3.0-pr.37036.f6e3fb2",
|
|
76
|
+
"@nx/eslint": "23.3.0-pr.37036.f6e3fb2",
|
|
77
|
+
"@nx/docker": "23.3.0-pr.37036.f6e3fb2",
|
|
73
78
|
"semver": "^7.6.3",
|
|
74
79
|
"tcp-port-used": "^1.0.2",
|
|
75
|
-
"kill-port": "^1.6.1"
|
|
76
|
-
"@nx/devkit": "23.3.0-pr.37036.2b7abf9",
|
|
77
|
-
"@nx/jest": "23.3.0-pr.37036.2b7abf9",
|
|
78
|
-
"@nx/js": "23.3.0-pr.37036.2b7abf9",
|
|
79
|
-
"@nx/eslint": "23.3.0-pr.37036.2b7abf9",
|
|
80
|
-
"@nx/docker": "23.3.0-pr.37036.2b7abf9"
|
|
80
|
+
"kill-port": "^1.6.1"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"nx": "23.3.0-pr.37036.
|
|
84
|
-
"@nx/webpack": "23.3.0-pr.37036.
|
|
85
|
-
"@nx/vitest": "23.3.0-pr.37036.
|
|
83
|
+
"nx": "23.3.0-pr.37036.f6e3fb2",
|
|
84
|
+
"@nx/webpack": "23.3.0-pr.37036.f6e3fb2",
|
|
85
|
+
"@nx/vitest": "23.3.0-pr.37036.f6e3fb2"
|
|
86
86
|
},
|
|
87
87
|
"peerDependencies": {
|
|
88
88
|
"express": ">=4.0.0 <6.0.0",
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
{{content}}
|