@react-native-windows/cli
Advanced tools
Comparing version 0.0.0-canary.50 to 0.0.0-canary.51
@@ -5,3 +5,24 @@ { | ||
{ | ||
"date": "Tue, 05 Jan 2021 05:06:04 GMT", | ||
"date": "Wed, 06 Jan 2021 05:05:50 GMT", | ||
"tag": "@react-native-windows/cli_v0.0.0-canary.51", | ||
"version": "0.0.0-canary.51", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "Print cwd if generator cannot detect project package", | ||
"author": "ngerlem@microsoft.com", | ||
"commit": "e7d58f9ce5566078a44f456d0275b9fcbaadad33", | ||
"package": "@react-native-windows/cli" | ||
}, | ||
{ | ||
"comment": "Move some packages from @rnw-scripts to @react-native-windows", | ||
"author": "ngerlem@microsoft.com", | ||
"commit": "cd49e86e7bb698c318a776fa9b9142792196942f", | ||
"package": "@react-native-windows/cli" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Tue, 05 Jan 2021 05:06:42 GMT", | ||
"tag": "@react-native-windows/cli_v0.0.0-canary.50", | ||
@@ -8,0 +29,0 @@ "version": "0.0.0-canary.50", |
# Change Log - @react-native-windows/cli | ||
This log was last generated on Tue, 05 Jan 2021 05:06:04 GMT and should not be manually modified. | ||
This log was last generated on Wed, 06 Jan 2021 05:05:50 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.0.0-canary.51 | ||
Wed, 06 Jan 2021 05:05:50 GMT | ||
### Changes | ||
- Print cwd if generator cannot detect project package (ngerlem@microsoft.com) | ||
- Move some packages from @rnw-scripts to @react-native-windows (ngerlem@microsoft.com) | ||
## 0.0.0-canary.50 | ||
Tue, 05 Jan 2021 05:06:04 GMT | ||
Tue, 05 Jan 2021 05:06:42 GMT | ||
@@ -11,0 +20,0 @@ ### Changes |
@@ -21,3 +21,3 @@ "use strict"; | ||
const telemetry_1 = require("@react-native-windows/telemetry"); | ||
const package_utils_1 = require("@rnw-scripts/package-utils"); | ||
const package_utils_1 = require("@react-native-windows/package-utils"); | ||
const windowsDir = 'windows'; | ||
@@ -337,3 +337,3 @@ const bundleDir = 'Bundle'; | ||
if (!projectPackage) { | ||
throw new Error('The current directory is not the root of an npm package'); | ||
throw new Error(`The current directory '${process.cwd()}' is not the root of an npm package`); | ||
} | ||
@@ -340,0 +340,0 @@ await projectPackage.mergeProps({ |
{ | ||
"name": "@react-native-windows/cli", | ||
"version": "0.0.0-canary.50", | ||
"version": "0.0.0-canary.51", | ||
"license": "MIT", | ||
@@ -20,4 +20,4 @@ "main": "lib-commonjs/index.js", | ||
"dependencies": { | ||
"@react-native-windows/package-utils": "^0.0.0-canary.12", | ||
"@react-native-windows/telemetry": "^0.0.0-canary.12", | ||
"@rnw-scripts/package-utils": "^0.0.11", | ||
"chalk": "^4.1.0", | ||
@@ -24,0 +24,0 @@ "cli-spinners": "^2.2.0", |
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
344351
4728
+ Added@react-native-windows/find-repo-root@0.0.0-canary.90(transitive)
+ Added@react-native-windows/package-utils@0.0.0-canary.87(transitive)
- Removed@rnw-scripts/package-utils@^0.0.11
- Removed@rnw-scripts/find-repo-root@0.0.14(transitive)
- Removed@rnw-scripts/package-utils@0.0.11(transitive)