@react-native-windows/package-utils
Advanced tools
Comparing version 0.0.0-canary.44 to 0.0.0-canary.45
@@ -94,5 +94,5 @@ "use strict"; | ||
const repoRoot = await (0, find_repo_root_1.default)(); | ||
const allPackges = getMonorepoPackages(repoRoot).map(pkg => new WritableNpmPackage(pkg.location, pkg.package)); | ||
const allPackages = getMonorepoPackages(repoRoot).map(pkg => new WritableNpmPackage(pkg.location, pkg.package)); | ||
const filteredPackages = []; | ||
for (const pkg of allPackges) { | ||
for (const pkg of allPackages) { | ||
if (await pred(pkg)) { | ||
@@ -113,4 +113,4 @@ filteredPackages.push(pkg); | ||
const repoRoot = find_repo_root_1.default.sync(); | ||
const allPackges = getMonorepoPackages(repoRoot).map(pkg => new WritableNpmPackage(pkg.location, pkg.package)); | ||
return allPackges.filter(pred); | ||
const allPackages = getMonorepoPackages(repoRoot).map(pkg => new WritableNpmPackage(pkg.location, pkg.package)); | ||
return allPackages.filter(pred); | ||
} | ||
@@ -117,0 +117,0 @@ exports.enumerateRepoPackagesSync = enumerateRepoPackagesSync; |
{ | ||
"name": "@react-native-windows/package-utils", | ||
"version": "0.0.0-canary.44", | ||
"version": "0.0.0-canary.45", | ||
"license": "MIT", | ||
@@ -19,4 +19,4 @@ "scripts": { | ||
"dependencies": { | ||
"@react-native-windows/find-repo-root": "^0.0.0-canary.47", | ||
"@react-native-windows/fs": "^0.0.0-canary.18", | ||
"@react-native-windows/find-repo-root": "^0.0.0-canary.48", | ||
"@react-native-windows/fs": "^0.0.0-canary.19", | ||
"get-monorepo-packages": "^1.2.0", | ||
@@ -27,3 +27,3 @@ "lodash": "^4.17.15" | ||
"@rnw-scripts/eslint-config": "1.1.16", | ||
"@rnw-scripts/just-task": "2.3.7", | ||
"@rnw-scripts/just-task": "2.3.8", | ||
"@rnw-scripts/ts-config": "2.0.4", | ||
@@ -30,0 +30,0 @@ "@types/lodash": "^4.14.168", |
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
18147