@firestartr/cli 1.50.1-snapshot-19 → 1.50.1-snapshot-20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/index.js +1 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -310212,6 +310212,7 @@ class RepoGithubDecanter extends GithubDecanter {
|
|
|
310212
310212
|
}
|
|
310213
310213
|
__decantRelations() {
|
|
310214
310214
|
importer_src_logger.debug("Decanting repo's relations...");
|
|
310215
|
+
console.dir(this.data.teamsAndMembers, { depth: null });
|
|
310215
310216
|
importer_src_logger.debug("Decanting maintainers...");
|
|
310216
310217
|
const directMaintainers = this.data.teamsAndMembers.directMembers
|
|
310217
310218
|
.filter((member) => member.role === 'maintain')
|