@react-native-windows/cli
Advanced tools
Comparing version 0.65.0 to 0.65.1
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Mon, 23 Aug 2021 15:08:33 GMT", | ||
"date": "Mon, 04 Oct 2021 15:06:46 GMT", | ||
"tag": "@react-native-windows/cli_v0.65.1", | ||
"version": "0.65.1", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "Bump the version of xmldom used by @react-native-windows/cli to 0.7.0.", | ||
"author": "yicyao@microsoft.com", | ||
"commit": "c6aee447eb511bd75c22a6781276f920a7809ea8", | ||
"package": "@react-native-windows/cli" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 23 Aug 2021 15:09:39 GMT", | ||
"tag": "@react-native-windows/cli_v0.65.0", | ||
@@ -8,0 +23,0 @@ "version": "0.65.0", |
# Change Log - @react-native-windows/cli | ||
This log was last generated on Mon, 23 Aug 2021 15:08:33 GMT and should not be manually modified. | ||
This log was last generated on Mon, 04 Oct 2021 15:06:46 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.65.1 | ||
Mon, 04 Oct 2021 15:06:46 GMT | ||
### Patches | ||
- Bump the version of xmldom used by @react-native-windows/cli to 0.7.0. (yicyao@microsoft.com) | ||
## 0.65.0 | ||
Mon, 23 Aug 2021 15:08:33 GMT | ||
Mon, 23 Aug 2021 15:09:39 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 telemetry_1 = require("@react-native-windows/telemetry"); |
@@ -6,3 +6,3 @@ "use strict"; | ||
const autolink_1 = require("../runWindows/utils/autolink"); | ||
const xmldom_1 = require("xmldom"); | ||
const xmldom_1 = require("@xmldom/xmldom"); | ||
const projectConfig_utils_1 = require("./projectConfig.utils"); | ||
@@ -9,0 +9,0 @@ test('autolink with no windows project', () => { |
@@ -22,3 +22,3 @@ "use strict"; | ||
const telemetry_1 = require("@react-native-windows/telemetry"); | ||
const xmldom_1 = require("xmldom"); | ||
const xmldom_1 = require("@xmldom/xmldom"); | ||
const formatter = require('xml-formatter'); | ||
@@ -25,0 +25,0 @@ class AutolinkWindows { |
{ | ||
"name": "@react-native-windows/cli", | ||
"version": "0.65.0", | ||
"version": "0.65.1", | ||
"license": "MIT", | ||
@@ -36,3 +36,3 @@ "main": "lib-commonjs/index.js", | ||
"xml-parser": "^1.2.1", | ||
"xmldom": "^0.5.0", | ||
"@xmldom/xmldom": "^0.7.5", | ||
"xpath": "^0.0.27" | ||
@@ -39,0 +39,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
433838
6114
20418
0
+ Added@xmldom/xmldom@^0.7.5
+ Added@xmldom/xmldom@0.7.13(transitive)
- Removedxmldom@^0.5.0
- Removedxmldom@0.5.0(transitive)