@nx/workspace 17.3.0-rc.0 → 17.3.0
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/workspace",
|
|
3
|
-
"version": "17.3.0
|
|
3
|
+
"version": "17.3.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",
|
|
6
6
|
"repository": {
|
|
@@ -61,13 +61,13 @@
|
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@nx/devkit": "17.3.0
|
|
64
|
+
"@nx/devkit": "17.3.0",
|
|
65
65
|
"chalk": "^4.1.0",
|
|
66
66
|
"enquirer": "~2.3.6",
|
|
67
67
|
"tslib": "^2.3.0",
|
|
68
68
|
"yargs-parser": "21.1.1",
|
|
69
|
-
"nx": "17.3.0
|
|
70
|
-
"@nrwl/workspace": "17.3.0
|
|
69
|
+
"nx": "17.3.0",
|
|
70
|
+
"@nrwl/workspace": "17.3.0"
|
|
71
71
|
},
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
|
@@ -56,11 +56,11 @@ Nx comes with local caching already built-in (check your `nx.json`). On CI you m
|
|
|
56
56
|
- [Set up task distribution across multiple machines](https://nx.dev/nx-cloud/features/distribute-task-execution)
|
|
57
57
|
- [Learn more how to setup CI](https://nx.dev/recipes/ci)
|
|
58
58
|
|
|
59
|
-
## Explore the Graph
|
|
59
|
+
## Explore the Project Graph
|
|
60
60
|
Run `nx graph` to show the graph of the workspace.
|
|
61
61
|
It will show tasks that you can run with Nx.
|
|
62
62
|
|
|
63
|
-
- [Learn more about Exploring the Graph](https://nx.dev/core-features/explore-graph)
|
|
63
|
+
- [Learn more about Exploring the Project Graph](https://nx.dev/core-features/explore-graph)
|
|
64
64
|
|
|
65
65
|
## Connect with us!
|
|
66
66
|
|