@microsoft/rush
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "1.8.2", | ||
"tag": "@microsoft/rush_v1.8.2", | ||
"date": "Wed, 15 Feb 2017 08:54:44 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Temporarily reverting the new temp_modules validation feature, because it is incompatible with some usage scenarios" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "1.8.1", | ||
@@ -7,0 +19,0 @@ "tag": "@microsoft/rush_v1.8.1", |
# Change Log - @microsoft/rush | ||
This log was last generated on Tue, 14 Feb 2017 23:40:44 GMT and should not be manually modified. | ||
This log was last generated on Wed, 15 Feb 2017 08:54:44 GMT and should not be manually modified. | ||
## 1.8.2 | ||
Wed, 15 Feb 2017 08:54:44 GMT | ||
### Patches | ||
- Temporarily reverting the new temp_modules validation feature, because it is incompatible with some usage scenarios | ||
## 1.8.1 | ||
@@ -6,0 +13,0 @@ Tue, 14 Feb 2017 23:40:44 GMT |
@@ -118,3 +118,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. | ||
this._tempModulesFiles = glob.sync(globPattern, { nodir: true }); | ||
this._checkThatTempModulesMatch(); | ||
// TEMPORARILY DISABLED DUE TO REGRESSION (VSO 313164) | ||
// this._checkThatTempModulesMatch(); | ||
InstallAction.ensureLocalNpmTool(this._rushConfiguration, this._cleanInstallFull.value); | ||
@@ -121,0 +122,0 @@ this._installCommonModules(); |
{ | ||
"name": "@microsoft/rush", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Manage building/installing of multiple NPM package folders", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
548631
4729