@microsoft/api-extractor-model 7.13.18 → 7.14.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.14.0",
6
+ "tag": "@microsoft/api-extractor-model_v7.14.0",
7
+ "date": "Wed, 08 Dec 2021 16:14:05 GMT",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "comment": "Update to TypeScript 4.5"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "7.13.18",
6
18
  "tag": "@microsoft/api-extractor-model_v7.13.18",
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 Mon, 06 Dec 2021 16:08:33 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 08 Dec 2021 16:14:05 GMT and should not be manually modified.
4
+
5
+ ## 7.14.0
6
+ Wed, 08 Dec 2021 16:14:05 GMT
7
+
8
+ ### Minor changes
9
+
10
+ - Update to TypeScript 4.5
4
11
 
5
12
  ## 7.13.18
6
13
  Mon, 06 Dec 2021 16:08:33 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.18.19"
8
+ "packageVersion": "7.18.21"
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.13.18",
3
+ "version": "7.14.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",
@@ -18,10 +18,11 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@rushstack/eslint-config": "2.5.0",
21
- "@rushstack/heft": "0.42.3",
22
- "@rushstack/heft-node-rig": "1.2.32",
21
+ "@rushstack/heft": "0.42.5",
22
+ "@rushstack/heft-node-rig": "1.3.0",
23
23
  "@types/heft-jest": "1.0.1",
24
- "@types/node": "12.20.24"
24
+ "@types/node": "12.20.24",
25
+ "typescript": "~4.5.2"
25
26
  },
26
27
  "scripts": {
27
28
  "build": "heft test --clean"