@firestartr/cli 2.4.0-snapshot-3 → 2.4.0-snapshot-4

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 CHANGED
@@ -298583,20 +298583,6 @@ class RepoGithubDecanter extends GithubDecanter {
298583
298583
  }
298584
298584
  importer_src_logger.info(`No CODEOWNERS file found for ${this.data.repoDetails.name}, skipping.`);
298585
298585
  }
298586
- async __gatherPagesConfiguration() {
298587
- try {
298588
- const pagesConfig = await github.repo.getPages(this.org, this.data.repoDetails.name);
298589
- this.data['pages'] = pagesConfig;
298590
- }
298591
- catch (e) {
298592
- const status = e?.status ?? e?.response?.status;
298593
- if (status === 404) {
298594
- importer_src_logger.info(`No GitHub Pages configuration found for ${this.data.repoDetails.name}, skipping.`);
298595
- return;
298596
- }
298597
- throw e;
298598
- }
298599
- }
298600
298586
  async __gatherRepoLabels() {
298601
298587
  try {
298602
298588
  const labels = await github.repo.getRepoIssuesLabels(this.org, this.data.repoDetails.name);
@@ -309343,7 +309329,7 @@ const crs_analyzerSubcommand = {
309343
309329
  };
309344
309330
 
309345
309331
  ;// CONCATENATED MODULE: ./package.json
309346
- const package_namespaceObject = JSON.parse('{"i8":"2.4.0-snapshot-3"}');
309332
+ const package_namespaceObject = JSON.parse('{"i8":"2.4.0-snapshot-4"}');
309347
309333
  ;// CONCATENATED MODULE: ../../package.json
309348
309334
  const package_namespaceObject_1 = {"i8":"2.3.0"};
309349
309335
  ;// CONCATENATED MODULE: ./src/subcommands/index.ts
@@ -16,7 +16,6 @@ export default class RepoGithubDecanter extends GithubDecanter {
16
16
  __gatherOIDCSubjectClaim(): Promise<void>;
17
17
  __gatherBranchStrategy(): Promise<void>;
18
18
  __gatherCodeowners(): Promise<void>;
19
- __gatherPagesConfiguration(): Promise<void>;
20
19
  __gatherRepoLabels(): Promise<void>;
21
20
  __adaptInitializerBranchStrategies(_claim: any): Promise<BranchStrategiesInitializer>;
22
21
  __adaptInitializerBase(_claim: any): Promise<InitializerDefault>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "2.4.0-snapshot-3",
3
+ "version": "2.4.0-snapshot-4",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",