@react-native-windows/cli
Advanced tools
Comparing version 0.63.13 to 0.63.14
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Thu, 26 Aug 2021 14:12:07 GMT", | ||
"date": "Thu, 30 Sep 2021 23:54:02 GMT", | ||
"tag": "@react-native-windows/cli_v0.63.14", | ||
"version": "0.63.14", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Bump the version of xmldom used by @react-native-windows/cli to 0.7.0.", | ||
"author": "yicyao@microsoft.com", | ||
"commit": "c2f2b40ccd38366cae2c9ff9428fd3a3f9d8a0ef", | ||
"package": "@react-native-windows/cli" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Thu, 26 Aug 2021 14:12:28 GMT", | ||
"tag": "@react-native-windows/cli_v0.63.13", | ||
@@ -8,0 +23,0 @@ "version": "0.63.13", |
# Change Log - @react-native-windows/cli | ||
This log was last generated on Thu, 26 Aug 2021 14:12:07 GMT and should not be manually modified. | ||
This log was last generated on Thu, 30 Sep 2021 23:54:02 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.63.14 | ||
Thu, 30 Sep 2021 23:54:02 GMT | ||
### Patches | ||
- Bump the version of xmldom used by @react-native-windows/cli to 0.7.0. (yicyao@microsoft.com) | ||
## 0.63.13 | ||
Thu, 26 Aug 2021 14:12:07 GMT | ||
Thu, 26 Aug 2021 14:12:28 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -12,3 +12,3 @@ "use strict"; | ||
const glob = require("glob"); | ||
const xmldom_1 = require("xmldom"); | ||
const xmldom_1 = require("@xmldom/xmldom"); | ||
const xpath = require("xpath"); | ||
@@ -15,0 +15,0 @@ const msbuildSelect = xpath.useNamespaces({ |
{ | ||
"name": "@react-native-windows/cli", | ||
"version": "0.63.13", | ||
"version": "0.63.14", | ||
"license": "MIT", | ||
@@ -33,3 +33,3 @@ "main": "lib-commonjs/index.js", | ||
"uuid": "^3.3.2", | ||
"xmldom": "^0.5.0", | ||
"@xmldom/xmldom": "^0.7.5", | ||
"xml-parser": "^1.2.1", | ||
@@ -36,0 +36,0 @@ "xpath": "^0.0.27" |
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
392592
3944
20418
0
+ Added@xmldom/xmldom@^0.7.5
+ Added@xmldom/xmldom@0.7.13(transitive)
- Removedxmldom@^0.5.0
- Removedxmldom@0.5.0(transitive)