@rushstack/operation-graph 0.2.7 → 0.2.9

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -7,6 +7,6 @@ This library contains logic for managing and executing tasks in a directed acycl
7
7
  - [CHANGELOG.md](
8
8
  https://github.com/microsoft/rushstack/blob/main/libraries/operation-graph/CHANGELOG.md) - Find
9
9
  out what's new in the latest version
10
- - [API Reference](https://rushstack.io/pages/api/operation-graph/)
10
+ - [API Reference](https://api.rushstack.io/pages/operation-graph/)
11
11
 
12
12
  `@rushstack/operation-graph` is part of the [Rush Stack](https://rushstack.io/) family of projects.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/operation-graph",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "description": "Library for managing and executing operations in a directed acyclic graph.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "dist/operation-graph.d.ts",
@@ -11,7 +11,7 @@
11
11
  "directory": "libraries/operation-graph"
12
12
  },
13
13
  "dependencies": {
14
- "@rushstack/node-core-library": "3.65.0"
14
+ "@rushstack/node-core-library": "3.66.1"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@rushstack/heft": "0.64.0",