@microsoft/api-documenter
Advanced tools
Comparing version 1.1.20 to 1.1.21
@@ -5,2 +5,20 @@ { | ||
{ | ||
"version": "1.1.21", | ||
"tag": "@microsoft/api-documenter_v1.1.21", | ||
"date": "Thu, 15 Mar 2018 16:05:43 GMT", | ||
"comments": { | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@microsoft/api-extractor\" from `5.3.8` to `5.3.9`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@microsoft/node-core-library\" from `0.7.3` to `0.8.0`" | ||
}, | ||
{ | ||
"comment": "Updating dependency \"@microsoft/node-library-build\" from `4.3.20` to `4.3.21`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "1.1.20", | ||
@@ -7,0 +25,0 @@ "tag": "@microsoft/api-documenter_v1.1.20", |
# Change Log - @microsoft/api-documenter | ||
This log was last generated on Tue, 13 Mar 2018 23:11:32 GMT and should not be manually modified. | ||
This log was last generated on Thu, 15 Mar 2018 16:05:43 GMT and should not be manually modified. | ||
## 1.1.21 | ||
Thu, 15 Mar 2018 16:05:43 GMT | ||
*Version update only* | ||
## 1.1.20 | ||
@@ -6,0 +11,0 @@ Tue, 13 Mar 2018 23:11:32 GMT |
@@ -296,3 +296,3 @@ "use strict"; | ||
} | ||
const normalized = stringified.split('\n').join('\r\n'); | ||
const normalized = node_core_library_1.Text.convertToCrLf(stringified); | ||
fsx.mkdirsSync(path.dirname(filePath)); | ||
@@ -299,0 +299,0 @@ fsx.writeFileSync(filePath, normalized); |
{ | ||
"name": "@microsoft/api-documenter", | ||
"version": "1.1.20", | ||
"version": "1.1.21", | ||
"description": "Read JSON files from api-extractor, generate documentation pages", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"dependencies": { | ||
"@microsoft/api-extractor": "5.3.8", | ||
"@microsoft/node-core-library": "0.7.3", | ||
"@microsoft/api-extractor": "5.3.9", | ||
"@microsoft/node-core-library": "0.8.0", | ||
"@microsoft/ts-command-line": "3.0.7", | ||
@@ -27,3 +27,3 @@ "colors": "~1.1.2", | ||
"devDependencies": { | ||
"@microsoft/node-library-build": "4.3.20", | ||
"@microsoft/node-library-build": "4.3.21", | ||
"@types/colors": "1.1.3", | ||
@@ -30,0 +30,0 @@ "@types/fs-extra": "0.0.37", |
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
252771
3098
+ Added@microsoft/api-extractor@5.3.9(transitive)
+ Added@microsoft/node-core-library@0.8.0(transitive)
- Removed@microsoft/api-extractor@5.3.8(transitive)
- Removed@microsoft/node-core-library@0.7.3(transitive)