@firestartr/cli 2.4.0-snapshot-7 → 2.4.0

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 +14 -8
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -305838,27 +305838,33 @@ class EntityCR {
305838
305838
  const MODULES = {
305839
305839
  FirestartrGithubGroup: {
305840
305840
  module: 'git::https://github.com/prefapp/tfm.git//modules/github-team',
305841
- ref: 'github-team-v0.2.0',
305841
+ // github-team-v0.2.0
305842
+ ref: '6f1e31d8573bc614f22a9ac75e622ed970d3725b',
305842
305843
  },
305843
305844
  FirestartrGithubRepositorySecretsSection: {
305844
305845
  module: 'git::https://github.com/prefapp/tfm.git//modules/github-repo-secrets-section',
305845
- ref: 'github-repo-secrets-section-v0.1.0',
305846
+ // github-repo-secrets-section-v0.1.0
305847
+ ref: 'd0f77312682b4ff140b679de5fd824fa2a36ccda',
305846
305848
  },
305847
305849
  FirestartrGithubRepository: {
305848
305850
  module: 'git::https://github.com/prefapp/tfm.git//modules/github-repo',
305849
- ref: 'feat/1195-github-repo-problem-on-github-pages',
305851
+ // github-repo-v0.3.0
305852
+ ref: '7ac2cf2c6348b3b9dfb305b8ff187e1bed0da55c',
305850
305853
  },
305851
305854
  FirestartrGithubRepositoryFeature: {
305852
305855
  module: 'git::https://github.com/prefapp/tfm.git//modules/github-files-set',
305853
- ref: 'github-files-set-v0.1.0',
305856
+ // github-files-set-v0.1.0
305857
+ ref: '2c4f39e995d165297550675b594c6b57812b3847',
305854
305858
  },
305855
305859
  FirestartrGithubMembership: {
305856
305860
  module: 'git::https://github.com/prefapp/tfm.git//modules/github-membership',
305857
- ref: 'github-membership-v0.2.0',
305861
+ // github-membership-v0.2.0
305862
+ ref: '2f58407e00ecde5e242a90c82214535907c9a49b',
305858
305863
  },
305859
305864
  FirestartrGithubOrgWebhook: {
305860
305865
  module: 'git::https://github.com/prefapp/tfm.git//modules/github-org-webhook',
305861
- ref: 'github-org-webhook-v0.2.0',
305866
+ // github-org-webhook-v0.2.0
305867
+ ref: '12d72ba15780647b2f9c2905938913344bfeaa4d',
305862
305868
  },
305863
305869
  };
305864
305870
  function getFirestartrDefaultTFM(kind) {
@@ -309329,9 +309335,9 @@ const crs_analyzerSubcommand = {
309329
309335
  };
309330
309336
 
309331
309337
  ;// CONCATENATED MODULE: ./package.json
309332
- const package_namespaceObject = JSON.parse('{"i8":"2.4.0-snapshot-7"}');
309338
+ const package_namespaceObject = {"i8":"2.4.0"};
309333
309339
  ;// CONCATENATED MODULE: ../../package.json
309334
- const package_namespaceObject_1 = {"i8":"2.3.0"};
309340
+ const package_namespaceObject_1 = {"i8":"2.4.0"};
309335
309341
  ;// CONCATENATED MODULE: ./src/subcommands/index.ts
309336
309342
 
309337
309343
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "2.4.0-snapshot-7",
3
+ "version": "2.4.0",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",