@lerna/package-graph
Advanced tools
Comparing version 3.0.0-beta.18 to 3.0.0-rc.0
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="3.0.0-rc.0"></a> | ||
# [3.0.0-rc.0](https://github.com/lerna/lerna/compare/v3.0.0-beta.21...v3.0.0-rc.0) (2018-07-27) | ||
### Features | ||
* **package-graph:** Add `rawPackageList` getter ([0ad5faf](https://github.com/lerna/lerna/commit/0ad5faf)) | ||
<a name="3.0.0-beta.18"></a> | ||
@@ -8,0 +20,0 @@ # [3.0.0-beta.18](https://github.com/lerna/lerna/compare/v3.0.0-beta.17...v3.0.0-beta.18) (2018-04-24) |
@@ -101,2 +101,6 @@ "use strict"; | ||
get rawPackageList() { | ||
return Array.from(this.values()).map(node => node.pkg); | ||
} | ||
/** | ||
@@ -103,0 +107,0 @@ * Takes a list of Packages and returns a list of those same Packages with any Packages |
{ | ||
"name": "@lerna/package-graph", | ||
"version": "3.0.0-beta.18", | ||
"description": "TODO", | ||
"version": "3.0.0-rc.0", | ||
"description": "Lerna's internal representation of a package graph", | ||
"keywords": [ | ||
@@ -36,3 +36,3 @@ "lerna", | ||
}, | ||
"gitHead": "7995561e8d010d9fa2e59109b57b9ad8573baba1" | ||
"gitHead": "1ab24c152d3ff5c2b9453bcaafeb4b5e432b2410" | ||
} |
# `@lerna/package-graph` | ||
> description TODO | ||
> Lerna's internal representation of a package graph | ||
## Usage | ||
TODO | ||
You probably shouldn't, at least directly. | ||
Install [lerna](https://www.npmjs.com/package/lerna) for access to the `lerna` CLI. |
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
11733
5
210
10