@rushstack/rush-buildxl-graph-plugin 5.169.0 → 5.169.1
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 +9 -0
- package/lib-dts/tsdoc-metadata.json +1 -1
- package/package.json +5 -5
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# @rushstack/rush-buildxl-graph-plugin
|
|
2
|
+
|
|
3
|
+
Rush plugin for generating a BuildXL graph.
|
|
4
|
+
|
|
5
|
+
## Links
|
|
6
|
+
|
|
7
|
+
- [CHANGELOG.md](
|
|
8
|
+
https://github.com/microsoft/rushstack/blob/main/rush-plugins/rush-buildxl-graph-plugin/CHANGELOG.md) - Find
|
|
9
|
+
out what's new in the latest version
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/rush-buildxl-graph-plugin",
|
|
3
|
-
"version": "5.169.
|
|
3
|
+
"version": "5.169.1",
|
|
4
4
|
"description": "Rush plugin for generating a BuildXL graph.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"license": "MIT",
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@rushstack/node-core-library": "5.20.0",
|
|
39
|
-
"@rushstack/
|
|
40
|
-
"@rushstack/
|
|
41
|
-
"@rushstack/
|
|
39
|
+
"@rushstack/rush-sdk": "5.169.1",
|
|
40
|
+
"@rushstack/terminal": "0.22.0",
|
|
41
|
+
"@rushstack/ts-command-line": "5.3.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"eslint": "~9.37.0",
|
|
45
|
-
"@microsoft/rush-lib": "5.169.
|
|
45
|
+
"@microsoft/rush-lib": "5.169.1",
|
|
46
46
|
"@rushstack/heft": "1.2.0",
|
|
47
47
|
"local-node-rig": "1.0.0"
|
|
48
48
|
},
|