@rushstack/terminal 0.7.23 → 0.7.24

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 CHANGED
@@ -48,6 +48,6 @@ capable of matching substrings that span multiple chunks.
48
48
  - [CHANGELOG.md](
49
49
  https://github.com/microsoft/rushstack/blob/main/libraries/terminal/CHANGELOG.md) - Find
50
50
  out what's new in the latest version
51
- - [API Reference](https://rushstack.io/pages/api/terminal/)
51
+ - [API Reference](https://api.rushstack.io/pages/terminal/)
52
52
 
53
53
  `@rushstack/terminal` is part of the [Rush Stack](https://rushstack.io/) family of projects.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.40.0"
8
+ "packageVersion": "7.40.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/terminal",
3
- "version": "0.7.23",
3
+ "version": "0.7.24",
4
4
  "description": "User interface primitives for console applications",
5
5
  "main": "lib/index.js",
6
6
  "typings": "dist/terminal.d.ts",
@@ -11,12 +11,12 @@
11
11
  "directory": "libraries/terminal"
12
12
  },
13
13
  "dependencies": {
14
- "@rushstack/node-core-library": "3.66.0"
14
+ "@rushstack/node-core-library": "3.66.1"
15
15
  },
16
16
  "devDependencies": {
17
17
  "colors": "~1.2.1",
18
18
  "local-node-rig": "1.0.0",
19
- "@rushstack/heft": "0.64.6"
19
+ "@rushstack/heft": "0.64.7"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@types/node": "*"