@react-native-windows/package-utils
Advanced tools
Comparing version 0.0.0-canary.21 to 0.0.0-canary.22
@@ -5,3 +5,24 @@ { | ||
{ | ||
"date": "Wed, 08 Sep 2021 05:06:47 GMT", | ||
"date": "Thu, 21 Oct 2021 05:07:06 GMT", | ||
"tag": "@react-native-windows/package-utils_v0.0.0-canary.22", | ||
"version": "0.0.0-canary.22", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"author": "30809111+acoates-ms@users.noreply.github.com", | ||
"package": "@react-native-windows/package-utils", | ||
"comment": "Update to typescript 4", | ||
"commit": "8a0ffecdcf5e68d950f20380fdf62295edb352b6" | ||
}, | ||
{ | ||
"author": "beachball", | ||
"package": "@react-native-windows/package-utils", | ||
"comment": "Bump @react-native-windows/find-repo-root to v0.0.0-canary.25", | ||
"commit": "8a0ffecdcf5e68d950f20380fdf62295edb352b6" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 08 Sep 2021 05:08:53 GMT", | ||
"tag": "@react-native-windows/package-utils_v0.0.0-canary.21", | ||
@@ -8,0 +29,0 @@ "version": "0.0.0-canary.21", |
# Change Log - @react-native-windows/package-utils | ||
This log was last generated on Wed, 08 Sep 2021 05:06:47 GMT and should not be manually modified. | ||
This log was last generated on Thu, 21 Oct 2021 05:07:06 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.0.0-canary.22 | ||
Thu, 21 Oct 2021 05:07:06 GMT | ||
### Changes | ||
- Update to typescript 4 (30809111+acoates-ms@users.noreply.github.com) | ||
- Bump @react-native-windows/find-repo-root to v0.0.0-canary.25 | ||
## 0.0.0-canary.21 | ||
Wed, 08 Sep 2021 05:06:47 GMT | ||
Wed, 08 Sep 2021 05:08:53 GMT | ||
@@ -11,0 +20,0 @@ ### Patches |
@@ -94,3 +94,3 @@ "use strict"; | ||
async function enumerateRepoPackages(pred = async () => true) { | ||
const repoRoot = await find_repo_root_1.default(); | ||
const repoRoot = await (0, find_repo_root_1.default)(); | ||
const allPackges = getMonorepoPackages(repoRoot).map(pkg => new WritableNpmPackage(pkg.location, pkg.package)); | ||
@@ -97,0 +97,0 @@ const filteredPackages = []; |
{ | ||
"name": "@react-native-windows/package-utils", | ||
"version": "0.0.0-canary.21", | ||
"version": "0.0.0-canary.22", | ||
"license": "MIT", | ||
@@ -14,3 +14,3 @@ "scripts": { | ||
"dependencies": { | ||
"@react-native-windows/find-repo-root": "^0.0.0-canary.24", | ||
"@react-native-windows/find-repo-root": "^0.0.0-canary.25", | ||
"get-monorepo-packages": "^1.2.0", | ||
@@ -28,3 +28,3 @@ "lodash": "^4.17.15" | ||
"prettier": "1.19.1", | ||
"typescript": "^3.8.3" | ||
"typescript": "^4.4.4" | ||
}, | ||
@@ -31,0 +31,0 @@ "beachball": { |
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
30205
543