@microsoft/api-extractor-model 7.13.13 → 7.13.17

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,65 @@
1
1
  {
2
2
  "name": "@microsoft/api-extractor-model",
3
3
  "entries": [
4
+ {
5
+ "version": "7.13.17",
6
+ "tag": "@microsoft/api-extractor-model_v7.13.17",
7
+ "date": "Fri, 03 Dec 2021 03:05:22 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.44.0`"
12
+ }
13
+ ]
14
+ }
15
+ },
16
+ {
17
+ "version": "7.13.16",
18
+ "tag": "@microsoft/api-extractor-model_v7.13.16",
19
+ "date": "Sat, 06 Nov 2021 00:09:13 GMT",
20
+ "comments": {
21
+ "dependency": [
22
+ {
23
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.43.2`"
24
+ }
25
+ ]
26
+ }
27
+ },
28
+ {
29
+ "version": "7.13.15",
30
+ "tag": "@microsoft/api-extractor-model_v7.13.15",
31
+ "date": "Fri, 05 Nov 2021 15:09:18 GMT",
32
+ "comments": {
33
+ "dependency": [
34
+ {
35
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.43.1`"
36
+ },
37
+ {
38
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.5`"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "version": "7.13.14",
45
+ "tag": "@microsoft/api-extractor-model_v7.13.14",
46
+ "date": "Wed, 27 Oct 2021 00:08:15 GMT",
47
+ "comments": {
48
+ "patch": [
49
+ {
50
+ "comment": "Update the package.json repository field to include the directory property."
51
+ }
52
+ ],
53
+ "dependency": [
54
+ {
55
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.43.0`"
56
+ },
57
+ {
58
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.4`"
59
+ }
60
+ ]
61
+ }
62
+ },
4
63
  {
5
64
  "version": "7.13.13",
6
65
  "tag": "@microsoft/api-extractor-model_v7.13.13",
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 Wed, 13 Oct 2021 15:09:54 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 03 Dec 2021 03:05:22 GMT and should not be manually modified.
4
+
5
+ ## 7.13.17
6
+ Fri, 03 Dec 2021 03:05:22 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 7.13.16
11
+ Sat, 06 Nov 2021 00:09:13 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 7.13.15
16
+ Fri, 05 Nov 2021 15:09:18 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 7.13.14
21
+ Wed, 27 Oct 2021 00:08:15 GMT
22
+
23
+ ### Patches
24
+
25
+ - Update the package.json repository field to include the directory property.
4
26
 
5
27
  ## 7.13.13
6
28
  Wed, 13 Oct 2021 15:09:54 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.18.15"
8
+ "packageVersion": "7.18.19"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@microsoft/api-extractor-model",
3
- "version": "7.13.13",
3
+ "version": "7.13.17",
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",
7
- "url": "https://github.com/microsoft/rushstack/tree/master/apps/api-extractor-model"
7
+ "url": "https://github.com/microsoft/rushstack.git",
8
+ "directory": "apps/api-extractor-model"
8
9
  },
9
10
  "homepage": "https://api-extractor.com",
10
11
  "main": "lib/index.js",
@@ -13,12 +14,12 @@
13
14
  "dependencies": {
14
15
  "@microsoft/tsdoc": "0.13.2",
15
16
  "@microsoft/tsdoc-config": "~0.15.2",
16
- "@rushstack/node-core-library": "3.42.3"
17
+ "@rushstack/node-core-library": "3.44.0"
17
18
  },
18
19
  "devDependencies": {
19
- "@rushstack/eslint-config": "2.4.3",
20
- "@rushstack/heft": "0.41.6",
21
- "@rushstack/heft-node-rig": "1.2.25",
20
+ "@rushstack/eslint-config": "2.4.5",
21
+ "@rushstack/heft": "0.42.3",
22
+ "@rushstack/heft-node-rig": "1.2.32",
22
23
  "@types/heft-jest": "1.0.1",
23
24
  "@types/node": "12.20.24"
24
25
  },