@rushstack/typings-generator 0.14.2 → 0.14.4

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 CHANGED
@@ -1,6 +1,30 @@
1
1
  {
2
2
  "name": "@rushstack/typings-generator",
3
3
  "entries": [
4
+ {
5
+ "version": "0.14.4",
6
+ "tag": "@rushstack/typings-generator_v0.14.4",
7
+ "date": "Mon, 30 Sep 2024 15:12:19 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.68.0`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "0.14.3",
18
+ "tag": "@rushstack/typings-generator_v0.14.3",
19
+ "date": "Sat, 28 Sep 2024 00:11:41 GMT",
20
+ "comments": {
21
+ "patch": [
22
+ {
23
+ "comment": "Fix reference to terminal documentation in README"
24
+ }
25
+ ]
26
+ }
27
+ },
4
28
  {
5
29
  "version": "0.14.2",
6
30
  "tag": "@rushstack/typings-generator_v0.14.2",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @rushstack/typings-generator
2
2
 
3
- This log was last generated on Fri, 13 Sep 2024 00:11:43 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 30 Sep 2024 15:12:19 GMT and should not be manually modified.
4
+
5
+ ## 0.14.4
6
+ Mon, 30 Sep 2024 15:12:19 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.14.3
11
+ Sat, 28 Sep 2024 00:11:41 GMT
12
+
13
+ ### Patches
14
+
15
+ - Fix reference to terminal documentation in README
4
16
 
5
17
  ## 0.14.2
6
18
  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/node-core-library/src/Terminal/Terminal.ts)
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`
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.47.8"
8
+ "packageVersion": "7.47.9"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rushstack/typings-generator",
3
- "version": "0.14.2",
3
+ "version": "0.14.4",
4
4
  "description": "This library provides functionality for automatically generating typings for non-TS files.",
5
5
  "keywords": [
6
6
  "dts",
@@ -18,12 +18,12 @@
18
18
  "dependencies": {
19
19
  "chokidar": "~3.4.0",
20
20
  "fast-glob": "~3.3.1",
21
- "@rushstack/node-core-library": "5.9.0",
22
- "@rushstack/terminal": "0.14.2"
21
+ "@rushstack/terminal": "0.14.2",
22
+ "@rushstack/node-core-library": "5.9.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/glob": "7.1.1",
26
- "@rushstack/heft": "0.67.2",
26
+ "@rushstack/heft": "0.68.0",
27
27
  "local-node-rig": "1.0.0"
28
28
  },
29
29
  "peerDependencies": {