@typescript-tools/monorepo-root
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.3.2](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/monorepo-root@1.3.1...@typescript-tools/monorepo-root@1.3.2) (2021-04-15) | ||
**Note:** Version bump only for package @typescript-tools/monorepo-root | ||
## [1.3.1](https://github.com/typescript-tools/typescript-tools/compare/@typescript-tools/monorepo-root@1.3.0...@typescript-tools/monorepo-root@1.3.1) (2021-02-20) | ||
@@ -8,0 +16,0 @@ |
@@ -39,3 +39,3 @@ "use strict"; | ||
const findup = (target, cwd) => function_1.pipe( | ||
// FIXME: this should be async | ||
// FIXME: this should be async, or at least offer an async version in addition | ||
find_up_1.default.sync(target, { cwd, type: 'file' }), E.fromNullable(err(cwd)), E.map(path.dirname)); | ||
@@ -42,0 +42,0 @@ /** |
{ | ||
"name": "@typescript-tools/monorepo-root", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Find the monorepo root directory", | ||
@@ -98,3 +98,3 @@ "main": "dist/src/monorepo-root.js", | ||
}, | ||
"gitHead": "118dd51722697e77eb92251f8a9e38af1c20c529" | ||
"gitHead": "7939e6eb8ed5b05f49529f9e16cd5242f80c5d58" | ||
} |
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
9992