@microsoft/api-extractor-model 7.29.9 → 7.30.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,18 @@
1
1
  {
2
2
  "name": "@microsoft/api-extractor-model",
3
3
  "entries": [
4
+ {
5
+ "version": "7.30.0",
6
+ "tag": "@microsoft/api-extractor-model_v7.30.0",
7
+ "date": "Sat, 23 Nov 2024 01:18:55 GMT",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "comment": "Update TSDoc dependencies."
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "7.29.9",
6
18
  "tag": "@microsoft/api-extractor-model_v7.29.9",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @microsoft/api-extractor-model
2
2
 
3
- This log was last generated on Fri, 22 Nov 2024 01:10:43 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 23 Nov 2024 01:18:55 GMT and should not be manually modified.
4
+
5
+ ## 7.30.0
6
+ Sat, 23 Nov 2024 01:18:55 GMT
7
+
8
+ ### Minor changes
9
+
10
+ - Update TSDoc dependencies.
4
11
 
5
12
  ## 7.29.9
6
13
  Fri, 22 Nov 2024 01:10:43 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.47.9"
8
+ "packageVersion": "7.47.12"
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.29.9",
3
+ "version": "7.30.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,13 +12,13 @@
12
12
  "typings": "dist/rollup.d.ts",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@microsoft/tsdoc": "~0.15.0",
16
- "@microsoft/tsdoc-config": "~0.17.0",
15
+ "@microsoft/tsdoc": "~0.15.1",
16
+ "@microsoft/tsdoc-config": "~0.17.1",
17
17
  "@rushstack/node-core-library": "5.10.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@rushstack/heft": "0.67.2",
21
- "@rushstack/heft-node-rig": "2.6.31",
20
+ "@rushstack/heft": "0.68.7",
21
+ "@rushstack/heft-node-rig": "2.6.41",
22
22
  "@types/heft-jest": "1.0.1",
23
23
  "@types/node": "18.17.15",
24
24
  "local-eslint-config": "1.0.0"