@firestartr/cli 1.55.1-snapshot-3 → 1.55.1-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 +2 -2
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -366670,8 +366670,8 @@ class RepoGithubDecanter extends GithubDecanter {
|
|
|
366670
366670
|
name: this.data.branchStrategy.kind,
|
|
366671
366671
|
defaultBranch: this.data.repoDetails.default_branch,
|
|
366672
366672
|
},
|
|
366673
|
+
topics: this.data.repoDetails.topics,
|
|
366673
366674
|
},
|
|
366674
|
-
topics: this.data.repoDetails.topics,
|
|
366675
366675
|
},
|
|
366676
366676
|
path: '/providers',
|
|
366677
366677
|
});
|
|
@@ -376320,7 +376320,7 @@ const crs_analyzerSubcommand = {
|
|
|
376320
376320
|
};
|
|
376321
376321
|
|
|
376322
376322
|
;// CONCATENATED MODULE: ./package.json
|
|
376323
|
-
const package_namespaceObject = JSON.parse('{"i8":"1.55.1-snapshot-
|
|
376323
|
+
const package_namespaceObject = JSON.parse('{"i8":"1.55.1-snapshot-4"}');
|
|
376324
376324
|
;// CONCATENATED MODULE: ../../package.json
|
|
376325
376325
|
const package_namespaceObject_1 = {"i8":"1.55.0"};
|
|
376326
376326
|
;// CONCATENATED MODULE: ./src/subcommands/index.ts
|