@firestartr/cli 2.6.0 → 2.6.1

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 +5 -4
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -291143,6 +291143,7 @@ class RepoGithubDecanter extends GithubDecanter {
291143
291143
  defaultBranch: this.data.repoDetails.default_branch,
291144
291144
  },
291145
291145
  topics: this.data.repoDetails.topics,
291146
+ hasWiki: this.data.repoDetails.has_wiki,
291146
291147
  },
291147
291148
  },
291148
291149
  path: '/providers',
@@ -299774,8 +299775,8 @@ const MODULES = {
299774
299775
  },
299775
299776
  FirestartrGithubRepository: {
299776
299777
  module: 'git::https://github.com/prefapp/tfm.git//modules/github-repo',
299777
- // github-repo-v0.5.1
299778
- ref: '67c7afaec38c1fdc9f1928090c181ef310fb81ec',
299778
+ // github-repo-v0.6.0
299779
+ ref: '7eaa88e8a55c85bc8b7270a7d72055d8a53d6df1',
299779
299780
  },
299780
299781
  FirestartrGithubRepositoryFeature: {
299781
299782
  module: 'git::https://github.com/prefapp/tfm.git//modules/github-files-set',
@@ -303528,9 +303529,9 @@ const crs_analyzerSubcommand = {
303528
303529
  };
303529
303530
 
303530
303531
  ;// CONCATENATED MODULE: ./package.json
303531
- const package_namespaceObject = {"i8":"2.6.0"};
303532
+ const package_namespaceObject = {"i8":"2.6.1"};
303532
303533
  ;// CONCATENATED MODULE: ../../package.json
303533
- const package_namespaceObject_1 = {"i8":"2.6.0"};
303534
+ const package_namespaceObject_1 = {"i8":"2.6.1"};
303534
303535
  ;// CONCATENATED MODULE: ./src/subcommands/index.ts
303535
303536
 
303536
303537
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",