@firestartr/cli 1.50.1-snapshot-31 → 1.50.1-snapshot-32

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
@@ -310295,6 +310295,8 @@ class RepoGithubDecanter extends GithubDecanter {
310295
310295
  .map((team) => {
310296
310296
  return `group:${team.name}`;
310297
310297
  });
310298
+ console.log("--- 🚀 Team writers:");
310299
+ console.dir(teamWriters, { depth: null });
310298
310300
  const writers = directWriters.concat(outsideWriters).concat(teamWriters);
310299
310301
  if (writers && writers.length > 0) {
310300
310302
  overrides['additionalWriters'] = writers;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.50.1-snapshot-31",
3
+ "version": "1.50.1-snapshot-32",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",