workspace-tools
Advanced tools
Comparing version 0.35.1 to 0.35.2
@@ -5,4 +5,34 @@ { | ||
{ | ||
"date": "Fri, 01 Sep 2023 01:20:40 GMT", | ||
"date": "Tue, 05 Sep 2023 21:12:35 GMT", | ||
"version": "0.35.2", | ||
"tag": "workspace-tools_v0.35.2", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "workspace-tools", | ||
"commit": "91e3c8711a34c140c78cb13ed4e30a43b8cf8e76", | ||
"comment": "searchUp: handle relative cwd" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 01 Sep 2023 08:02:04 GMT", | ||
"version": "0.35.1", | ||
"tag": "workspace-tools_v0.35.1", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "workspace-tools", | ||
"commit": "d72c67ada32cc7580a03ddb6d92aa343c090dfc1", | ||
"comment": "Unpin devDependencies" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 01 Sep 2023 01:20:47 GMT", | ||
"tag": "workspace-tools_v0.35.1", | ||
"version": "0.35.1", | ||
@@ -9,0 +39,0 @@ "comments": { |
# Change Log - workspace-tools | ||
This log was last generated on Fri, 01 Sep 2023 01:20:40 GMT and should not be manually modified. | ||
This log was last generated on Tue, 05 Sep 2023 21:12:35 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.35.2 | ||
Tue, 05 Sep 2023 21:12:35 GMT | ||
### Patches | ||
- searchUp: handle relative cwd (elcraig@microsoft.com) | ||
## 0.35.1 | ||
Fri, 01 Sep 2023 01:20:40 GMT | ||
Fri, 01 Sep 2023 01:20:47 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -19,2 +19,4 @@ "use strict"; | ||
const paths = typeof filePath === "string" ? [filePath] : filePath; | ||
// convert to an absolute path if needed | ||
cwd = path_1.default.resolve(cwd); | ||
const root = path_1.default.parse(cwd).root; | ||
@@ -21,0 +23,0 @@ let foundPath; |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.34.9" | ||
"packageVersion": "7.36.4" | ||
} | ||
] | ||
} |
{ | ||
"name": "workspace-tools", | ||
"version": "0.35.1", | ||
"version": "0.35.2", | ||
"license": "MIT", | ||
@@ -31,5 +31,5 @@ "repository": { | ||
"devDependencies": { | ||
"lodash": "4.17.21", | ||
"lodash": "^4.17.21", | ||
"workspace-tools-scripts": "*" | ||
} | ||
} |
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
255980
4616