@microsoft/api-extractor 7.56.1 → 7.56.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 +24 -0
- package/CHANGELOG.md +15 -1
- package/package.json +7 -7
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/api-extractor",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "7.56.3",
|
|
6
|
+
"tag": "@microsoft/api-extractor_v7.56.3",
|
|
7
|
+
"date": "Sat, 07 Feb 2026 01:13:26 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Upgrade `lodash` dependency from `~4.17.15` to `~4.17.23`."
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "7.56.2",
|
|
18
|
+
"tag": "@microsoft/api-extractor_v7.56.2",
|
|
19
|
+
"date": "Wed, 04 Feb 2026 20:42:47 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"patch": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "Update minimatch dependency from 10.0.3 to 10.1.2"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
}
|
|
27
|
+
},
|
|
4
28
|
{
|
|
5
29
|
"version": "7.56.1",
|
|
6
30
|
"tag": "@microsoft/api-extractor_v7.56.1",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
# Change Log - @microsoft/api-extractor
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Sat, 07 Feb 2026 01:13:26 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 7.56.3
|
|
6
|
+
Sat, 07 Feb 2026 01:13:26 GMT
|
|
7
|
+
|
|
8
|
+
### Patches
|
|
9
|
+
|
|
10
|
+
- Upgrade `lodash` dependency from `~4.17.15` to `~4.17.23`.
|
|
11
|
+
|
|
12
|
+
## 7.56.2
|
|
13
|
+
Wed, 04 Feb 2026 20:42:47 GMT
|
|
14
|
+
|
|
15
|
+
### Patches
|
|
16
|
+
|
|
17
|
+
- Update minimatch dependency from 10.0.3 to 10.1.2
|
|
4
18
|
|
|
5
19
|
## 7.56.1
|
|
6
20
|
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.
|
|
3
|
+
"version": "7.56.3",
|
|
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,21 +35,21 @@
|
|
|
35
35
|
"@microsoft/tsdoc-config": "~0.18.0",
|
|
36
36
|
"@microsoft/tsdoc": "~0.16.0",
|
|
37
37
|
"diff": "~8.0.2",
|
|
38
|
-
"lodash": "~4.17.
|
|
39
|
-
"minimatch": "10.
|
|
38
|
+
"lodash": "~4.17.23",
|
|
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
|
-
"@rushstack/terminal": "0.21.0",
|
|
45
44
|
"@rushstack/node-core-library": "5.19.1",
|
|
46
|
-
"@
|
|
45
|
+
"@microsoft/api-extractor-model": "7.32.2",
|
|
47
46
|
"@rushstack/ts-command-line": "5.2.0",
|
|
48
|
-
"@
|
|
47
|
+
"@rushstack/rig-package": "0.6.0",
|
|
48
|
+
"@rushstack/terminal": "0.21.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@rushstack/heft": "1.1.7",
|
|
52
|
-
"@types/lodash": "4.
|
|
52
|
+
"@types/lodash": "4.17.23",
|
|
53
53
|
"@types/resolve": "1.20.2",
|
|
54
54
|
"@types/semver": "7.5.0",
|
|
55
55
|
"eslint": "~9.37.0",
|