@rushstack/typings-generator 0.14.2 → 0.14.3
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/CHANGELOG.json +12 -0
- package/CHANGELOG.md +8 -1
- package/README.md +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/typings-generator",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "0.14.3",
|
|
6
|
+
"tag": "@rushstack/typings-generator_v0.14.3",
|
|
7
|
+
"date": "Sat, 28 Sep 2024 00:11:41 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Fix reference to terminal documentation in README"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
4
16
|
{
|
|
5
17
|
"version": "0.14.2",
|
|
6
18
|
"tag": "@rushstack/typings-generator_v0.14.2",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# Change Log - @rushstack/typings-generator
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 28 Sep 2024 00:11:41 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 0.14.3
|
|
6
|
+
Sat, 28 Sep 2024 00:11:41 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Fix reference to terminal documentation in README
|
|
4
11
|
|
|
5
12
|
## 0.14.2
|
|
6
13
|
Fri, 13 Sep 2024 00:11:43 GMT
|
package/README.md
CHANGED
|
@@ -89,7 +89,7 @@ Use cases include:
|
|
|
89
89
|
|
|
90
90
|
### `terminal`
|
|
91
91
|
|
|
92
|
-
Optionally provide a [Terminal](https://github.com/microsoft/rushstack/blob/main/libraries/
|
|
92
|
+
Optionally provide a [Terminal](https://github.com/microsoft/rushstack/blob/main/libraries/terminal/src/Terminal.ts)
|
|
93
93
|
object for logging. If one isn't provided, logs will go to the console.
|
|
94
94
|
|
|
95
95
|
### `globsToIgnore`
|
package/dist/tsdoc-metadata.json
CHANGED