@rushstack/typings-generator 0.14.1 → 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 +30 -0
- package/CHANGELOG.md +13 -1
- package/README.md +1 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,36 @@
|
|
|
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
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "0.14.2",
|
|
18
|
+
"tag": "@rushstack/typings-generator_v0.14.2",
|
|
19
|
+
"date": "Fri, 13 Sep 2024 00:11:43 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"dependency": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.9.0`"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "Updating dependency \"@rushstack/terminal\" to `0.14.2`"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"comment": "Updating dependency \"@rushstack/heft\" to `0.67.2`"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
4
34
|
{
|
|
5
35
|
"version": "0.14.1",
|
|
6
36
|
"tag": "@rushstack/typings-generator_v0.14.1",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
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
|
|
11
|
+
|
|
12
|
+
## 0.14.2
|
|
13
|
+
Fri, 13 Sep 2024 00:11:43 GMT
|
|
14
|
+
|
|
15
|
+
_Version update only_
|
|
4
16
|
|
|
5
17
|
## 0.14.1
|
|
6
18
|
Tue, 10 Sep 2024 20:08:11 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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/typings-generator",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.3",
|
|
4
4
|
"description": "This library provides functionality for automatically generating typings for non-TS files.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dts",
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"chokidar": "~3.4.0",
|
|
20
20
|
"fast-glob": "~3.3.1",
|
|
21
|
-
"@rushstack/node-core-library": "5.
|
|
22
|
-
"@rushstack/terminal": "0.14.
|
|
21
|
+
"@rushstack/node-core-library": "5.9.0",
|
|
22
|
+
"@rushstack/terminal": "0.14.2"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/glob": "7.1.1",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
26
|
+
"@rushstack/heft": "0.67.2",
|
|
27
|
+
"local-node-rig": "1.0.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@types/node": "*"
|