@microsoft/api-extractor-model 7.31.3 → 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 CHANGED
@@ -1,6 +1,21 @@
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
+ },
4
19
  {
5
20
  "version": "7.31.3",
6
21
  "tag": "@microsoft/api-extractor-model_v7.31.3",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # Change Log - @microsoft/api-extractor-model
2
2
 
3
- This log was last generated on Fri, 24 Oct 2025 00:13:38 GMT and should not be manually modified.
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`.
4
12
 
5
13
  ## 7.31.3
6
14
  Fri, 24 Oct 2025 00:13:38 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.1"
8
+ "packageVersion": "7.54.0"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/api-extractor-model",
3
- "version": "7.31.3",
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.15.1",
16
- "@microsoft/tsdoc-config": "~0.17.1",
15
+ "@microsoft/tsdoc": "~0.16.0",
16
+ "@microsoft/tsdoc-config": "~0.18.0",
17
17
  "@rushstack/node-core-library": "5.18.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@rushstack/heft": "1.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
  },