@microsoft/api-extractor-model 7.13.15 → 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 +51 -0
- package/CHANGELOG.md +23 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +7 -6
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,57 @@
|
|
|
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
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"version": "7.13.18",
|
|
18
|
+
"tag": "@microsoft/api-extractor-model_v7.13.18",
|
|
19
|
+
"date": "Mon, 06 Dec 2021 16:08:33 GMT",
|
|
20
|
+
"comments": {
|
|
21
|
+
"dependency": [
|
|
22
|
+
{
|
|
23
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.44.1`"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"comment": "Updating dependency \"@rushstack/eslint-config\" to `2.5.0`"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"version": "7.13.17",
|
|
33
|
+
"tag": "@microsoft/api-extractor-model_v7.13.17",
|
|
34
|
+
"date": "Fri, 03 Dec 2021 03:05:22 GMT",
|
|
35
|
+
"comments": {
|
|
36
|
+
"dependency": [
|
|
37
|
+
{
|
|
38
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.44.0`"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"version": "7.13.16",
|
|
45
|
+
"tag": "@microsoft/api-extractor-model_v7.13.16",
|
|
46
|
+
"date": "Sat, 06 Nov 2021 00:09:13 GMT",
|
|
47
|
+
"comments": {
|
|
48
|
+
"dependency": [
|
|
49
|
+
{
|
|
50
|
+
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.43.2`"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
},
|
|
4
55
|
{
|
|
5
56
|
"version": "7.13.15",
|
|
6
57
|
"tag": "@microsoft/api-extractor-model_v7.13.15",
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,28 @@
|
|
|
1
1
|
# Change Log - @microsoft/api-extractor-model
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
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
|
|
11
|
+
|
|
12
|
+
## 7.13.18
|
|
13
|
+
Mon, 06 Dec 2021 16:08:33 GMT
|
|
14
|
+
|
|
15
|
+
_Version update only_
|
|
16
|
+
|
|
17
|
+
## 7.13.17
|
|
18
|
+
Fri, 03 Dec 2021 03:05:22 GMT
|
|
19
|
+
|
|
20
|
+
_Version update only_
|
|
21
|
+
|
|
22
|
+
## 7.13.16
|
|
23
|
+
Sat, 06 Nov 2021 00:09:13 GMT
|
|
24
|
+
|
|
25
|
+
_Version update only_
|
|
4
26
|
|
|
5
27
|
## 7.13.15
|
|
6
28
|
Fri, 05 Nov 2021 15:09:18 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.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",
|
|
@@ -14,14 +14,15 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@microsoft/tsdoc": "0.13.2",
|
|
16
16
|
"@microsoft/tsdoc-config": "~0.15.2",
|
|
17
|
-
"@rushstack/node-core-library": "3.
|
|
17
|
+
"@rushstack/node-core-library": "3.44.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@rushstack/eslint-config": "2.
|
|
21
|
-
"@rushstack/heft": "0.
|
|
22
|
-
"@rushstack/heft-node-rig": "1.
|
|
20
|
+
"@rushstack/eslint-config": "2.5.0",
|
|
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"
|