find-packages
Advanced tools
Comparing version 10.0.1 to 10.0.2
@@ -9,2 +9,3 @@ "use strict"; | ||
const read_project_manifest_1 = require("@pnpm/read-project-manifest"); | ||
const util_lex_comparator_1 = require("@pnpm/util.lex-comparator"); | ||
const fast_glob_1 = __importDefault(require("fast-glob")); | ||
@@ -35,3 +36,3 @@ const p_filter_1 = __importDefault(require("p-filter")); | ||
.map(manifestPath => path_1.default.join(root, manifestPath)) | ||
.sort((path1, path2) => path_1.default.dirname(path1).localeCompare(path_1.default.dirname(path2)))), async (manifestPath) => { | ||
.sort((path1, path2) => (0, util_lex_comparator_1.lexCompare)(path_1.default.dirname(path1), path_1.default.dirname(path2)))), async (manifestPath) => { | ||
try { | ||
@@ -38,0 +39,0 @@ return { |
{ | ||
"name": "find-packages", | ||
"version": "10.0.1", | ||
"version": "10.0.2", | ||
"description": "Find all packages inside a directory", | ||
@@ -26,4 +26,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@pnpm/read-project-manifest": "4.0.1", | ||
"@pnpm/types": "8.8.0", | ||
"@pnpm/read-project-manifest": "4.0.2", | ||
"@pnpm/types": "8.9.0", | ||
"@pnpm/util.lex-comparator": "1.0.0", | ||
"fast-glob": "^3.2.12", | ||
@@ -34,3 +35,3 @@ "p-filter": "^2.1.0" | ||
"devDependencies": { | ||
"find-packages": "10.0.1" | ||
"find-packages": "10.0.2" | ||
}, | ||
@@ -37,0 +38,0 @@ "exports": { |
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
8461
73
5
+ Added@pnpm/read-project-manifest@4.0.2(transitive)
+ Added@pnpm/types@8.9.0(transitive)
+ Added@pnpm/util.lex-comparator@1.0.0(transitive)
+ Added@pnpm/write-project-manifest@4.0.2(transitive)
- Removed@pnpm/read-project-manifest@4.0.1(transitive)
- Removed@pnpm/types@8.8.0(transitive)
- Removed@pnpm/write-project-manifest@4.0.1(transitive)
Updated@pnpm/types@8.9.0