@microsoft/api-extractor-model 7.31.2 → 7.32.0
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.0",
|
|
6
|
+
"tag": "@microsoft/api-extractor-model_v7.32.0",
|
|
7
|
+
"date": "Wed, 12 Nov 2025 01:12:56 GMT",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Bump the `@microsoft/tsdoc` dependency to `~0.16.0`."
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"comment": "Bump the `@microsoft/tsdoc-config` dependency to `~0.18.0`."
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"version": "7.31.3",
|
|
21
|
+
"tag": "@microsoft/api-extractor-model_v7.31.3",
|
|
22
|
+
"date": "Fri, 24 Oct 2025 00:13:38 GMT",
|
|
23
|
+
"comments": {
|
|
24
|
+
"dependency": [
|
|
25
|
+
{
|
|
26
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `5.18.0`"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
4
31
|
{
|
|
5
32
|
"version": "7.31.2",
|
|
6
33
|
"tag": "@microsoft/api-extractor-model_v7.31.2",
|
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 Wed,
|
|
3
|
+
This log was last generated on Wed, 12 Nov 2025 01:12:56 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 7.32.0
|
|
6
|
+
Wed, 12 Nov 2025 01:12:56 GMT
|
|
7
|
+
|
|
8
|
+
### Minor changes
|
|
9
|
+
|
|
10
|
+
- Bump the `@microsoft/tsdoc` dependency to `~0.16.0`.
|
|
11
|
+
- Bump the `@microsoft/tsdoc-config` dependency to `~0.18.0`.
|
|
12
|
+
|
|
13
|
+
## 7.31.3
|
|
14
|
+
Fri, 24 Oct 2025 00:13:38 GMT
|
|
15
|
+
|
|
16
|
+
_Version update only_
|
|
4
17
|
|
|
5
18
|
## 7.31.2
|
|
6
19
|
Wed, 22 Oct 2025 00:57:54 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.0",
|
|
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.18.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
|
},
|