@react-native-windows/cli
Advanced tools
Comparing version 0.67.0 to 0.67.1
@@ -5,2 +5,50 @@ { | ||
{ | ||
"date": "Mon, 21 Feb 2022 16:17:54 GMT", | ||
"tag": "@react-native-windows/cli_v0.67.1", | ||
"version": "0.67.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "jthysell@microsoft.com", | ||
"package": "@react-native-windows/cli", | ||
"commit": "e39dac4d04db1f1f8dd932b7348b37b48cca422b", | ||
"comment": "[0.67] fix(cli): fix cache not being used when there are no dependencies" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 24 Jan 2022 16:13:22 GMT", | ||
"tag": "@react-native-windows/cli_v0.67.0", | ||
"version": "0.67.0", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "jthysell@microsoft.com", | ||
"package": "@react-native-windows/cli", | ||
"commit": "not available", | ||
"comment": "[0.67] Remove ADO NuGet feed from config for new projects" | ||
}, | ||
{ | ||
"author": "ngerlem@microsoft.com", | ||
"package": "@react-native-windows/cli", | ||
"commit": "not available", | ||
"comment": "Promote 0.67 to latest" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@react-native-windows/cli", | ||
"comment": "Bump @react-native-windows/package-utils to v0.67.0", | ||
"commit": "f3ec055a5554558b61b538fcb405719a00249bef" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@react-native-windows/cli", | ||
"comment": "Bump @react-native-windows/telemetry to v0.67.0", | ||
"commit": "f3ec055a5554558b61b538fcb405719a00249bef" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 24 Jan 2022 16:12:31 GMT", | ||
@@ -7,0 +55,0 @@ "tag": "@react-native-windows/cli_v0.67.0", |
# Change Log - @react-native-windows/cli | ||
This log was last generated on Mon, 24 Jan 2022 16:12:31 GMT and should not be manually modified. | ||
This log was last generated on Mon, 21 Feb 2022 16:17:54 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.67.1 | ||
Mon, 21 Feb 2022 16:17:54 GMT | ||
### Patches | ||
- [0.67] fix(cli): fix cache not being used when there are no dependencies (jthysell@microsoft.com) | ||
## 0.67.0 | ||
Mon, 24 Jan 2022 16:13:22 GMT | ||
### Patches | ||
- [0.67] Remove ADO NuGet feed from config for new projects (jthysell@microsoft.com) | ||
- Promote 0.67 to latest (ngerlem@microsoft.com) | ||
- Bump @react-native-windows/package-utils to v0.67.0 | ||
- Bump @react-native-windows/telemetry to v0.67.0 | ||
## 0.67.0 | ||
Mon, 24 Jan 2022 16:12:31 GMT | ||
@@ -10,0 +29,0 @@ |
@@ -49,3 +49,3 @@ /** | ||
/** Cache of dependencies */ | ||
private readonly windowsDependencies; | ||
private windowsDependencies; | ||
private getWindowsDependencies; | ||
@@ -52,0 +52,0 @@ /** |
@@ -51,4 +51,2 @@ "use strict"; | ||
this.options = options; | ||
/** Cache of dependencies */ | ||
this.windowsDependencies = {}; | ||
this.changesNecessary = false; | ||
@@ -261,3 +259,4 @@ if (!('windows' in this.projectConfig) || | ||
getWindowsDependencies() { | ||
if (Object.keys(this.windowsDependencies).length === 0) { | ||
if (!this.windowsDependencies) { | ||
this.windowsDependencies = {}; | ||
for (const dependencyName of Object.keys(this.dependenciesConfig)) { | ||
@@ -264,0 +263,0 @@ const windowsDependency = this |
{ | ||
"name": "@react-native-windows/cli", | ||
"version": "0.67.0", | ||
"version": "0.67.1", | ||
"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
710297
7264
14