@react-native-windows/cli
Advanced tools
Comparing version 0.0.0-canary.46 to 0.0.0-canary.47
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Wed, 09 Dec 2020 05:06:51 GMT", | ||
"date": "Sat, 19 Dec 2020 05:06:15 GMT", | ||
"tag": "@react-native-windows/cli_v0.0.0-canary.47", | ||
"version": "0.0.0-canary.47", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "Print error message when missing vswhere/msbuild", | ||
"author": "asklar@winse.microsoft.com", | ||
"commit": "8657f47a22562fc126a29f6a648c2698edb704ce", | ||
"package": "@react-native-windows/cli" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 09 Dec 2020 05:07:19 GMT", | ||
"tag": "@react-native-windows/cli_v0.0.0-canary.46", | ||
@@ -8,0 +23,0 @@ "version": "0.0.0-canary.46", |
# Change Log - @react-native-windows/cli | ||
This log was last generated on Wed, 09 Dec 2020 05:06:51 GMT and should not be manually modified. | ||
This log was last generated on Sat, 19 Dec 2020 05:06:15 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.0.0-canary.47 | ||
Sat, 19 Dec 2020 05:06:15 GMT | ||
### Changes | ||
- Print error message when missing vswhere/msbuild (asklar@winse.microsoft.com) | ||
## 0.0.0-canary.46 | ||
Wed, 09 Dec 2020 05:06:51 GMT | ||
Wed, 09 Dec 2020 05:07:19 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.0.0-canary.46", | ||
"version": "0.0.0-canary.47", | ||
"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
335531
4623