@react-native-windows/cli
Advanced tools
Comparing version 0.64.0-preview.2 to 0.64.0-preview.3
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Thu, 03 Dec 2020 23:33:16 GMT", | ||
"date": "Mon, 21 Dec 2020 15:05:19 GMT", | ||
"tag": "@react-native-windows/cli_v0.64.0-preview.3", | ||
"version": "0.64.0-preview.3", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "Print error message when missing vswhere/msbuild", | ||
"author": "asklar@winse.microsoft.com", | ||
"commit": "99f8d819117d65b3fcd8fc8f0c6b09651b02749e", | ||
"package": "@react-native-windows/cli" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 04 Dec 2020 00:24:03 GMT", | ||
"tag": "@react-native-windows/cli_v0.64.0-preview.2", | ||
@@ -8,0 +23,0 @@ "version": "0.64.0-preview.2", |
# Change Log - @react-native-windows/cli | ||
This log was last generated on Thu, 03 Dec 2020 23:33:16 GMT and should not be manually modified. | ||
This log was last generated on Mon, 21 Dec 2020 15:05:19 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.64.0-preview.3 | ||
Mon, 21 Dec 2020 15:05:19 GMT | ||
### Changes | ||
- Print error message when missing vswhere/msbuild (asklar@winse.microsoft.com) | ||
## 0.64.0-preview.2 | ||
Thu, 03 Dec 2020 23:33:16 GMT | ||
Fri, 04 Dec 2020 00:24:03 GMT | ||
@@ -11,0 +19,0 @@ ### Changes |
@@ -187,3 +187,4 @@ "use strict"; | ||
} | ||
catch (_a) { | ||
catch (e) { | ||
commandWithProgress_1.newError(e.message); | ||
throw error; | ||
@@ -190,0 +191,0 @@ } |
{ | ||
"name": "@react-native-windows/cli", | ||
"version": "0.64.0-preview.2", | ||
"version": "0.64.0-preview.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "lib-commonjs/index.js", |
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
333320
4566