@microsoft/api-extractor-model 7.13.12 → 7.13.13

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.13.13",
6
+ "tag": "@microsoft/api-extractor-model_v7.13.13",
7
+ "date": "Wed, 13 Oct 2021 15:09:54 GMT",
8
+ "comments": {
9
+ "dependency": [
10
+ {
11
+ "comment": "Updating dependency \"@rushstack/node-core-library\" to `3.42.3`"
12
+ },
13
+ {
14
+ "comment": "Updating dependency \"@rushstack/eslint-config\" to `2.4.3`"
15
+ }
16
+ ]
17
+ }
18
+ },
4
19
  {
5
20
  "version": "7.13.12",
6
21
  "tag": "@microsoft/api-extractor-model_v7.13.12",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @microsoft/api-extractor-model
2
2
 
3
- This log was last generated on Fri, 08 Oct 2021 08:08:34 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 13 Oct 2021 15:09:54 GMT and should not be manually modified.
4
+
5
+ ## 7.13.13
6
+ Wed, 13 Oct 2021 15:09:54 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 7.13.12
6
11
  Fri, 08 Oct 2021 08:08:34 GMT
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.18.14"
8
+ "packageVersion": "7.18.15"
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.12",
3
+ "version": "7.13.13",
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",
@@ -13,12 +13,12 @@
13
13
  "dependencies": {
14
14
  "@microsoft/tsdoc": "0.13.2",
15
15
  "@microsoft/tsdoc-config": "~0.15.2",
16
- "@rushstack/node-core-library": "3.42.2"
16
+ "@rushstack/node-core-library": "3.42.3"
17
17
  },
18
18
  "devDependencies": {
19
- "@rushstack/eslint-config": "2.4.2",
20
- "@rushstack/heft": "0.41.3",
21
- "@rushstack/heft-node-rig": "1.2.22",
19
+ "@rushstack/eslint-config": "2.4.3",
20
+ "@rushstack/heft": "0.41.6",
21
+ "@rushstack/heft-node-rig": "1.2.25",
22
22
  "@types/heft-jest": "1.0.1",
23
23
  "@types/node": "12.20.24"
24
24
  },