@nx/node 19.5.0-canary.20240713-6f50d9f → 19.5.0-canary.20240717-039f91d
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 +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
@@ -59,7 +59,7 @@ npx nx@latest init
|
|
59
59
|
- [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
|
60
60
|
- [Intro to Nx](https://nx.dev/getting-started/intro)
|
61
61
|
- [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
|
62
|
-
- [Blog Posts About Nx](https://
|
62
|
+
- [Blog Posts About Nx](https://nx.dev/blog)
|
63
63
|
|
64
64
|
<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"
|
65
65
|
width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@nx/node",
|
3
|
-
"version": "19.5.0-canary.
|
3
|
+
"version": "19.5.0-canary.20240717-039f91d",
|
4
4
|
"private": false,
|
5
5
|
"description": "The Node Plugin for Nx contains generators to manage Node applications within an Nx workspace.",
|
6
6
|
"repository": {
|
@@ -32,11 +32,11 @@
|
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
34
|
"tslib": "^2.3.0",
|
35
|
-
"@nx/devkit": "19.5.0-canary.
|
36
|
-
"@nx/jest": "19.5.0-canary.
|
37
|
-
"@nx/js": "19.5.0-canary.
|
38
|
-
"@nx/eslint": "19.5.0-canary.
|
39
|
-
"@nrwl/node": "19.5.0-canary.
|
35
|
+
"@nx/devkit": "19.5.0-canary.20240717-039f91d",
|
36
|
+
"@nx/jest": "19.5.0-canary.20240717-039f91d",
|
37
|
+
"@nx/js": "19.5.0-canary.20240717-039f91d",
|
38
|
+
"@nx/eslint": "19.5.0-canary.20240717-039f91d",
|
39
|
+
"@nrwl/node": "19.5.0-canary.20240717-039f91d"
|
40
40
|
},
|
41
41
|
"publishConfig": {
|
42
42
|
"access": "public"
|