@microsoft/api-extractor-model 7.31.3 → 7.32.1
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 +27 -0
- package/CHANGELOG.md +14 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/api-extractor-model",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"version": "7.32.1",
|
|
6
|
+
"tag": "@microsoft/api-extractor-model_v7.32.1",
|
|
7
|
+
"date": "Fri, 21 Nov 2025 16:13:56 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"dependency": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.19.0`"
|
|
12
|
+
}
|
|
13
|
+
]
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "7.32.0",
|
|
18
|
+
"tag": "@microsoft/api-extractor-model_v7.32.0",
|
|
19
|
+
"date": "Wed, 12 Nov 2025 01:12:56 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"minor": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "Bump the `@microsoft/tsdoc` dependency to `~0.16.0`."
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "Bump the `@microsoft/tsdoc-config` dependency to `~0.18.0`."
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
4
31
|
{
|
|
5
32
|
"version": "7.31.3",
|
|
6
33
|
"tag": "@microsoft/api-extractor-model_v7.31.3",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
# Change Log - @microsoft/api-extractor-model
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri,
|
|
3
|
+
This log was last generated on Fri, 21 Nov 2025 16:13:56 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 7.32.1
|
|
6
|
+
Fri, 21 Nov 2025 16:13:56 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 7.32.0
|
|
11
|
+
Wed, 12 Nov 2025 01:12:56 GMT
|
|
12
|
+
|
|
13
|
+
### Minor changes
|
|
14
|
+
|
|
15
|
+
- Bump the `@microsoft/tsdoc` dependency to `~0.16.0`.
|
|
16
|
+
- Bump the `@microsoft/tsdoc-config` dependency to `~0.18.0`.
|
|
4
17
|
|
|
5
18
|
## 7.31.3
|
|
6
19
|
Fri, 24 Oct 2025 00:13:38 GMT
|
package/dist/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/api-extractor-model",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.32.1",
|
|
4
4
|
"description": "A helper library for loading and saving the .api.json files created by API Extractor",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"typings": "dist/rollup.d.ts",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@microsoft/tsdoc": "~0.
|
|
16
|
-
"@microsoft/tsdoc-config": "~0.
|
|
17
|
-
"@rushstack/node-core-library": "5.
|
|
15
|
+
"@microsoft/tsdoc": "~0.16.0",
|
|
16
|
+
"@microsoft/tsdoc-config": "~0.18.0",
|
|
17
|
+
"@rushstack/node-core-library": "5.19.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@rushstack/heft": "1.1.
|
|
20
|
+
"@rushstack/heft": "1.1.4",
|
|
21
21
|
"eslint": "~9.37.0",
|
|
22
22
|
"decoupled-local-node-rig": "1.0.0"
|
|
23
23
|
},
|