@rushstack/typings-generator 0.16.1 → 0.16.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 CHANGED
@@ -1,6 +1,30 @@
1
1
  {
2
2
  "name": "@rushstack/typings-generator",
3
3
  "entries": [
4
+ {
5
+ "version": "0.16.3",
6
+ "tag": "@rushstack/typings-generator_v0.16.3",
7
+ "date": "Mon, 23 Feb 2026 00:42:21 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.2.3`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "0.16.2",
18
+ "tag": "@rushstack/typings-generator_v0.16.2",
19
+ "date": "Fri, 20 Feb 2026 16:14:49 GMT",
20
+ "comments": {
21
+ "dependency": [
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/heft\" to `1.2.2`"
24
+ }
25
+ ]
26
+ }
27
+ },
4
28
  {
5
29
  "version": "0.16.1",
6
30
  "tag": "@rushstack/typings-generator_v0.16.1",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # Change Log - @rushstack/typings-generator
2
2
 
3
- This log was last generated on Fri, 20 Feb 2026 00:15:04 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 Feb 2026 00:42:21 GMT and should not be manually modified.
4
+
5
+ ## 0.16.3
6
+ Mon, 23 Feb 2026 00:42:21 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.16.2
11
+ Fri, 20 Feb 2026 16:14:49 GMT
12
+
13
+ _Version update only_
4
14
 
5
15
  ## 0.16.1
6
16
  Fri, 20 Feb 2026 00:15:04 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.57.0"
8
+ "packageVersion": "7.57.2"
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.16.1",
3
+ "version": "0.16.3",
4
4
  "description": "This library provides functionality for automatically generating typings for non-TS files.",
5
5
  "keywords": [
6
6
  "dts",
@@ -46,8 +46,8 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "eslint": "~9.37.0",
49
- "@rushstack/heft": "1.2.1",
50
- "local-node-rig": "1.0.0"
49
+ "local-node-rig": "1.0.0",
50
+ "@rushstack/heft": "1.2.3"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "@types/node": "*"