@firestartr/cli 1.50.1-snapshot-22 → 1.50.1-snapshot-24

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 +2 -0
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -310334,6 +310334,8 @@ class RepoGithubDecanter extends GithubDecanter {
310334
310334
  const outsideMembers = (await github_0.repo.getCollaborators(this.data.repoDetails.owner.login, this.data.repoDetails.name, 'outside')).map((member) => {
310335
310335
  return { name: member.login, role: member.role_name };
310336
310336
  });
310337
+ console.debug("--- 🚀 Gathered repo's teams and members:");
310338
+ console.dir(this.githubTeams, { depth: null });
310337
310339
  const teams = Object.keys(this.githubTeams).map((teamName) => {
310338
310340
  return {
310339
310341
  name: teamName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.50.1-snapshot-22",
3
+ "version": "1.50.1-snapshot-24",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",