@microsoft/api-extractor-model
Advanced tools
Comparing version 7.5.3 to 7.5.4
@@ -5,2 +5,19 @@ { | ||
{ | ||
"version": "7.5.4", | ||
"tag": "@microsoft/api-extractor-model_v7.5.4", | ||
"date": "Tue, 05 Nov 2019 06:49:28 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Fix an issue where API reports sometimes were ordered differently depending on the version of NodeJS (GitHub #1552)" | ||
} | ||
], | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@microsoft/node-core-library\" from `3.16.0` to `3.17.0`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "7.5.3", | ||
@@ -7,0 +24,0 @@ "tag": "@microsoft/api-extractor-model_v7.5.3", |
# Change Log - @microsoft/api-extractor-model | ||
This log was last generated on Tue, 05 Nov 2019 01:08:39 GMT and should not be manually modified. | ||
This log was last generated on Tue, 05 Nov 2019 06:49:28 GMT and should not be manually modified. | ||
## 7.5.4 | ||
Tue, 05 Nov 2019 06:49:28 GMT | ||
### Patches | ||
- Fix an issue where API reports sometimes were ordered differently depending on the version of NodeJS (GitHub #1552) | ||
## 7.5.3 | ||
@@ -6,0 +13,0 @@ Tue, 05 Nov 2019 01:08:39 GMT |
@@ -45,3 +45,3 @@ "use strict"; | ||
if (!this[_membersSorted]) { | ||
this[_members].sort((x, y) => x.getSortKey().localeCompare(y.getSortKey())); | ||
node_core_library_1.LegacyAdapters.sortStable(this[_members], (x, y) => x.getSortKey().localeCompare(y.getSortKey())); | ||
this[_membersSorted] = true; | ||
@@ -48,0 +48,0 @@ } |
{ | ||
"name": "@microsoft/api-extractor-model", | ||
"version": "7.5.3", | ||
"version": "7.5.4", | ||
"description": "A helper library for loading and saving the .api.json files created by API Extractor", | ||
@@ -17,3 +17,3 @@ "repository": { | ||
"dependencies": { | ||
"@microsoft/node-core-library": "3.16.0", | ||
"@microsoft/node-core-library": "3.17.0", | ||
"@microsoft/tsdoc": "0.12.14" | ||
@@ -20,0 +20,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
582633
7692
+ Added@microsoft/node-core-library@3.17.0(transitive)
+ Addedsemver@5.3.0(transitive)
+ Addedtimsort@0.3.0(transitive)
- Removed@microsoft/node-core-library@3.16.0(transitive)