@microsoft/rush-lib
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "1.8.0", | ||
"tag": "@microsoft/rush-lib_v1.8.0", | ||
"date": "Tue, 14 Feb 2017 22:53:30 GMT", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"comment": "Install will error if the temp_modules have drifted out of sync with the package's package.json files" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "1.7.0", | ||
@@ -7,0 +19,0 @@ "tag": "@microsoft/rush-lib_v1.7.0", |
# Change Log - @microsoft/rush-lib | ||
This log was last generated on Tue, 14 Feb 2017 02:31:40 GMT and should not be manually modified. | ||
This log was last generated on Tue, 14 Feb 2017 22:53:30 GMT and should not be manually modified. | ||
## 1.8.0 | ||
Tue, 14 Feb 2017 22:53:30 GMT | ||
### Minor changes | ||
- Install will error if the temp_modules have drifted out of sync with the package's package.json files | ||
## 1.7.0 | ||
@@ -6,0 +13,0 @@ Tue, 14 Feb 2017 02:31:40 GMT |
@@ -28,3 +28,2 @@ /// <reference types='mocha' /> | ||
var mismatchFinder = new VersionMismatchFinder_1.VersionMismatchFinder(projects); | ||
console.log(mismatchFinder.getMismatches()); | ||
chai_1.assert.isNumber(mismatchFinder.numberOfMismatches); | ||
@@ -31,0 +30,0 @@ chai_1.assert.equal(mismatchFinder.numberOfMismatches, 0); |
{ | ||
"name": "@microsoft/rush-lib", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Library support for the Rush tool", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
299580
3260