@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.
Files changed (2) hide show
  1. package/build/index.js +1 -0
  2. 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')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.50.1-snapshot-19",
3
+ "version": "1.50.1-snapshot-20",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",