@firestartr/cli 1.56.1-snapshot-5 → 1.56.1-snapshot-6

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 -2
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -366465,7 +366465,7 @@ class GroupGithubDecanter extends GithubDecanter {
366465
366465
  kind: this.claimKind,
366466
366466
  version: this.VERSION(),
366467
366467
  name: this.data.groupDetails.slug,
366468
- description: this.data.groupDetails.description,
366468
+ description: this.data.groupDetails.description || '',
366469
366469
  type: 'business-unit',
366470
366470
  };
366471
366471
  }
@@ -376451,7 +376451,7 @@ const crs_analyzerSubcommand = {
376451
376451
  };
376452
376452
 
376453
376453
  ;// CONCATENATED MODULE: ./package.json
376454
- const package_namespaceObject = JSON.parse('{"i8":"1.56.1-snapshot-5"}');
376454
+ const package_namespaceObject = JSON.parse('{"i8":"1.56.1-snapshot-6"}');
376455
376455
  ;// CONCATENATED MODULE: ../../package.json
376456
376456
  const package_namespaceObject_1 = {"i8":"1.56.0"};
376457
376457
  ;// CONCATENATED MODULE: ./src/subcommands/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firestartr/cli",
3
- "version": "1.56.1-snapshot-5",
3
+ "version": "1.56.1-snapshot-6",
4
4
  "private": false,
5
5
  "description": "Commandline tool",
6
6
  "main": "build/main.js",