@microsoft/api-extractor 7.57.2 → 7.57.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,39 @@
1
1
  {
2
2
  "name": "@microsoft/api-extractor",
3
3
  "entries": [
4
+ {
5
+ "version": "7.57.4",
6
+ "tag": "@microsoft/api-extractor_v7.57.4",
7
+ "date": "Tue, 24 Feb 2026 01:13:27 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@microsoft/api-extractor-model\" to `7.33.2`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `5.20.2`"
15
+ },
16
+ {
17
+ "comment": "Updating dependency \"@rushstack/terminal\" to `0.22.2`"
18
+ },
19
+ {
20
+ "comment": "Updating dependency \"@rushstack/ts-command-line\" to `5.3.2`"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "version": "7.57.3",
27
+ "tag": "@microsoft/api-extractor_v7.57.3",
28
+ "date": "Mon, 23 Feb 2026 00:42:21 GMT",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "comment": "Add missing \"./extends/*.json\" to the package.json \"exports\" field so that \"@microsoft/api-extractor/extends/tsdoc-base.json\" is importable."
33
+ }
34
+ ]
35
+ }
36
+ },
4
37
  {
5
38
  "version": "7.57.2",
6
39
  "tag": "@microsoft/api-extractor_v7.57.2",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log - @microsoft/api-extractor
2
2
 
3
- This log was last generated on Fri, 20 Feb 2026 16:14:49 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 24 Feb 2026 01:13:27 GMT and should not be manually modified.
4
+
5
+ ## 7.57.4
6
+ Tue, 24 Feb 2026 01:13:27 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 7.57.3
11
+ Mon, 23 Feb 2026 00:42:21 GMT
12
+
13
+ ### Patches
14
+
15
+ - Add missing "./extends/*.json" to the package.json "exports" field so that "@microsoft/api-extractor/extends/tsdoc-base.json" is importable.
4
16
 
5
17
  ## 7.57.2
6
18
  Fri, 20 Feb 2026 16:14:49 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/api-extractor",
3
- "version": "7.57.2",
3
+ "version": "7.57.4",
4
4
  "description": "Analyze the exported API for a TypeScript library and generate reviews, documentation, and .d.ts rollups",
5
5
  "keywords": [
6
6
  "typescript",
@@ -35,6 +35,7 @@
35
35
  "import": "./lib-esm/index.js",
36
36
  "require": "./lib-commonjs/index.js"
37
37
  },
38
+ "./extends/*.json": "./extends/*.json",
38
39
  "./lib/*.schema.json": "./lib-commonjs/*.schema.json",
39
40
  "./lib/*": {
40
41
  "types": "./lib-dts/*.d.ts",
@@ -66,10 +67,10 @@
66
67
  "source-map": "~0.6.1",
67
68
  "typescript": "5.8.2",
68
69
  "@rushstack/rig-package": "0.7.1",
69
- "@microsoft/api-extractor-model": "7.33.1",
70
- "@rushstack/node-core-library": "5.20.1",
71
- "@rushstack/ts-command-line": "5.3.1",
72
- "@rushstack/terminal": "0.22.1"
70
+ "@rushstack/node-core-library": "5.20.2",
71
+ "@rushstack/ts-command-line": "5.3.2",
72
+ "@rushstack/terminal": "0.22.2",
73
+ "@microsoft/api-extractor-model": "7.33.2"
73
74
  },
74
75
  "devDependencies": {
75
76
  "@rushstack/heft": "1.2.0",