@microsoft/rush-lib
Advanced tools
Comparing version 3.0.15 to 3.0.16
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "3.0.16", | ||
"tag": "@microsoft/rush-lib_v3.0.16", | ||
"date": "Wed, 6 Sep 2017 18:24:39 GMT", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Fix an issue running 'rush install' after adding a new project" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "3.0.15", | ||
@@ -7,0 +19,0 @@ "tag": "@microsoft/rush-lib_v3.0.15", |
# Change Log - @microsoft/rush-lib | ||
This log was last generated on Wed, 30 Aug 2017 18:46:19 GMT and should not be manually modified. | ||
This log was last generated on Thu, 07 Sep 2017 00:16:44 GMT and should not be manually modified. | ||
## 3.0.16 | ||
Wed, 6 Sep 2017 18:24:39 GMT | ||
### Patches | ||
- Fix an issue running 'rush install' after adding a new project | ||
## 3.0.15 | ||
@@ -6,0 +13,0 @@ Wed, 30 Aug 2017 18:24:39 GMT |
@@ -27,3 +27,3 @@ { | ||
"$schema": { | ||
"description": "The metadata to indicate the JSON schema, required by some editors such as VS2015", | ||
"description": "Part of the JSON Schema standard, this optional keyword declares the URL of the schema that the file conforms to. Editors may download the schema and use it to perform syntax highlighting.", | ||
"type": "string" | ||
@@ -30,0 +30,0 @@ }, |
@@ -9,3 +9,3 @@ { | ||
"$schema": { | ||
"description": "The metadata to indicate the JSON schema, required by some editors such as VS2015", | ||
"description": "Part of the JSON Schema standard, this optional keyword declares the URL of the schema that the file conforms to. Editors may download the schema and use it to perform syntax highlighting.", | ||
"type": "string" | ||
@@ -12,0 +12,0 @@ }, |
@@ -99,3 +99,3 @@ "use strict"; | ||
var maxWaitTimeMs = 7 * 1000; | ||
return Utilities.retryUntilTimeout(function () { return fsx.mkdirSync(folderName); }, maxWaitTimeMs, function (e) { return new Error("Error: " + e + os.EOL + "Often this is caused by a file lock " + | ||
return Utilities.retryUntilTimeout(function () { return fsx.mkdirsSync(folderName); }, maxWaitTimeMs, function (e) { return new Error("Error: " + e + os.EOL + "Often this is caused by a file lock " + | ||
'from a process such as your text editor, command prompt, ' + | ||
@@ -102,0 +102,0 @@ 'or "gulp serve"'); }, 'createFolderWithRetry'); |
{ | ||
"name": "@microsoft/rush-lib", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"description": "A library for writing scripts that interact with the Rush tool", | ||
@@ -19,4 +19,4 @@ "repository": { | ||
"dependencies": { | ||
"@microsoft/node-core-library": "~0.2.0", | ||
"@microsoft/stream-collator": "~2.0.5", | ||
"@microsoft/node-core-library": "~0.2.6", | ||
"@microsoft/stream-collator": "~2.0.6", | ||
"@types/es6-collections": "0.5.29", | ||
@@ -35,3 +35,3 @@ "@types/fs-extra": "0.0.37", | ||
"devDependencies": { | ||
"@microsoft/node-library-build": "~3.4.0", | ||
"@microsoft/node-library-build": "~4.0.4", | ||
"chai": "~3.5.0", | ||
@@ -38,0 +38,0 @@ "gulp": "~3.9.1", |
Sorry, the diff of this file is not supported yet
397976
5048