workspace-tools
Advanced tools
Comparing version 0.9.2 to 0.9.3
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Wed, 19 Aug 2020 22:43:57 GMT", | ||
"date": "Wed, 19 Aug 2020 23:27:26 GMT", | ||
"tag": "workspace-tools_v0.9.3", | ||
"version": "0.9.3", | ||
"comments": { | ||
"patch": [ | ||
{ | ||
"comment": "fixes the case where deps with no dependencies are not added the edges in the subgraph calculation", | ||
"author": "kchau@microsoft.com", | ||
"commit": "fcb692aefd25bab2f6b9e0cda15566fc8021ef85", | ||
"package": "workspace-tools" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Wed, 19 Aug 2020 22:44:02 GMT", | ||
"tag": "workspace-tools_v0.9.2", | ||
@@ -8,0 +23,0 @@ "version": "0.9.2", |
# Change Log - workspace-tools | ||
This log was last generated on Wed, 19 Aug 2020 22:43:57 GMT and should not be manually modified. | ||
This log was last generated on Wed, 19 Aug 2020 23:27:26 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.9.3 | ||
Wed, 19 Aug 2020 23:27:26 GMT | ||
### Patches | ||
- fixes the case where deps with no dependencies are not added the edges in the subgraph calculation (kchau@microsoft.com) | ||
## 0.9.2 | ||
Wed, 19 Aug 2020 22:43:57 GMT | ||
Wed, 19 Aug 2020 22:44:02 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -23,3 +23,3 @@ "use strict"; | ||
const deps = getInternalDeps(info, packages); | ||
if (deps) { | ||
if (deps.length > 0) { | ||
for (const dep of deps) { | ||
@@ -26,0 +26,0 @@ stack.push(dep); |
{ | ||
"name": "workspace-tools", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
77429
1825