workspace-tools
Advanced tools
Comparing version 0.26.2 to 0.26.3
@@ -5,3 +5,26 @@ { | ||
{ | ||
"date": "Fri, 12 Aug 2022 01:57:23 GMT", | ||
"date": "Fri, 12 Aug 2022 05:32:08 GMT", | ||
"tag": "workspace-tools_v0.26.3", | ||
"version": "0.26.3", | ||
"comments": { | ||
"none": [ | ||
{ | ||
"author": "email not defined", | ||
"package": "workspace-tools", | ||
"commit": "addac47344c01ba294f18bee28735c7133a00e82", | ||
"comment": "Update devDependency beachball to v2.30.0" | ||
} | ||
], | ||
"patch": [ | ||
{ | ||
"author": "elcraig@microsoft.com", | ||
"package": "workspace-tools", | ||
"commit": "8fed2362e2531c996d800a8c2aba02ec97508aa2", | ||
"comment": "Fix listAllTrackedFiles if there are no tracked files'" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 12 Aug 2022 01:57:26 GMT", | ||
"tag": "workspace-tools_v0.26.2", | ||
@@ -8,0 +31,0 @@ "version": "0.26.2", |
# Change Log - workspace-tools | ||
This log was last generated on Fri, 12 Aug 2022 01:57:23 GMT and should not be manually modified. | ||
This log was last generated on Fri, 12 Aug 2022 05:32:08 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.26.3 | ||
Fri, 12 Aug 2022 05:32:08 GMT | ||
### Patches | ||
- Fix listAllTrackedFiles if there are no tracked files' (elcraig@microsoft.com) | ||
## 0.26.2 | ||
Fri, 12 Aug 2022 01:57:23 GMT | ||
Fri, 12 Aug 2022 01:57:26 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -260,3 +260,3 @@ "use strict"; | ||
const results = (0, git_1.git)(["ls-files", ...patterns], { cwd }); | ||
return results.success ? results.stdout.split(/\n/) : []; | ||
return results.success && results.stdout.trim() ? results.stdout.trim().split(/\n/) : []; | ||
} | ||
@@ -263,0 +263,0 @@ exports.listAllTrackedFiles = listAllTrackedFiles; |
{ | ||
"name": "workspace-tools", | ||
"version": "0.26.2", | ||
"version": "0.26.3", | ||
"license": "MIT", | ||
@@ -43,3 +43,3 @@ "repository": { | ||
"@types/yarnpkg__lockfile": "1.1.5", | ||
"beachball": "2.26.1", | ||
"beachball": "2.30.0", | ||
"fs-extra": "10.1.0", | ||
@@ -46,0 +46,0 @@ "gh-pages": "4.0.0", |
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
146554
3519