@microsoft/api-extractor 7.56.1 → 7.56.2

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,18 @@
1
1
  {
2
2
  "name": "@microsoft/api-extractor",
3
3
  "entries": [
4
+ {
5
+ "version": "7.56.2",
6
+ "tag": "@microsoft/api-extractor_v7.56.2",
7
+ "date": "Wed, 04 Feb 2026 20:42:47 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Update minimatch dependency from 10.0.3 to 10.1.2"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "7.56.1",
6
18
  "tag": "@microsoft/api-extractor_v7.56.1",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @microsoft/api-extractor
2
2
 
3
- This log was last generated on Wed, 04 Feb 2026 16:13:27 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 04 Feb 2026 20:42:47 GMT and should not be manually modified.
4
+
5
+ ## 7.56.2
6
+ Wed, 04 Feb 2026 20:42:47 GMT
7
+
8
+ ### Patches
9
+
10
+ - Update minimatch dependency from 10.0.3 to 10.1.2
4
11
 
5
12
  ## 7.56.1
6
13
  Wed, 04 Feb 2026 16:13:27 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/api-extractor",
3
- "version": "7.56.1",
3
+ "version": "7.56.2",
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",
@@ -36,16 +36,16 @@
36
36
  "@microsoft/tsdoc": "~0.16.0",
37
37
  "diff": "~8.0.2",
38
38
  "lodash": "~4.17.15",
39
- "minimatch": "10.0.3",
39
+ "minimatch": "10.1.2",
40
40
  "resolve": "~1.22.1",
41
41
  "semver": "~7.5.4",
42
42
  "source-map": "~0.6.1",
43
43
  "typescript": "5.8.2",
44
+ "@microsoft/api-extractor-model": "7.32.2",
44
45
  "@rushstack/terminal": "0.21.0",
45
- "@rushstack/node-core-library": "5.19.1",
46
46
  "@rushstack/rig-package": "0.6.0",
47
47
  "@rushstack/ts-command-line": "5.2.0",
48
- "@microsoft/api-extractor-model": "7.32.2"
48
+ "@rushstack/node-core-library": "5.19.1"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@rushstack/heft": "1.1.7",