@react-native-windows/cli
Advanced tools
Comparing version 0.0.0-canary.25 to 0.0.0-canary.26
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Fri, 30 Oct 2020 05:07:13 GMT", | ||
"date": "Sat, 31 Oct 2020 05:06:14 GMT", | ||
"tag": "@react-native-windows/cli_v0.0.0-canary.26", | ||
"version": "0.0.0-canary.26", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "Fix Generator Failing to Overwrite Template Files", | ||
"author": "ngerlem@microsoft.com", | ||
"commit": "0062f63ad8dd7f9f176fed8d1a4249a8a65c8748", | ||
"package": "@react-native-windows/cli" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 30 Oct 2020 05:07:51 GMT", | ||
"tag": "@react-native-windows/cli_v0.0.0-canary.25", | ||
@@ -8,0 +23,0 @@ "version": "0.0.0-canary.25", |
# Change Log - @react-native-windows/cli | ||
This log was last generated on Fri, 30 Oct 2020 05:07:13 GMT and should not be manually modified. | ||
This log was last generated on Sat, 31 Oct 2020 05:06:14 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.0.0-canary.26 | ||
Sat, 31 Oct 2020 05:06:14 GMT | ||
### Changes | ||
- Fix Generator Failing to Overwrite Template Files (ngerlem@microsoft.com) | ||
## 0.0.0-canary.25 | ||
Fri, 30 Oct 2020 05:07:13 GMT | ||
Fri, 30 Oct 2020 05:07:51 GMT | ||
@@ -11,0 +19,0 @@ ### Changes |
@@ -207,3 +207,3 @@ "use strict"; | ||
`You can see the new version here: ${absoluteSrcFilePath}`); | ||
const { shoudReplace } = await inquirer.prompt([ | ||
const { shouldReplace } = await inquirer.prompt([ | ||
{ | ||
@@ -216,3 +216,3 @@ name: 'shouldReplace', | ||
]); | ||
return shoudReplace ? 'overwrite' : 'keep'; | ||
return shouldReplace ? 'overwrite' : 'keep'; | ||
} | ||
@@ -219,0 +219,0 @@ if (contentChanged === 'identical') { |
{ | ||
"name": "@react-native-windows/cli", | ||
"version": "0.0.0-canary.25", | ||
"version": "0.0.0-canary.26", | ||
"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
282132
3852