@firestartr/cli 1.59.2 → 1.59.3-snapshot-01
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
|
@@ -366782,7 +366782,7 @@ class MemberGithubDecanter extends GithubDecanter {
|
|
|
366782
366782
|
this.claim = {
|
|
366783
366783
|
kind: this.claimKind,
|
|
366784
366784
|
version: this.VERSION(),
|
|
366785
|
-
name: this.data.memberDetails.login,
|
|
366785
|
+
name: this.data.memberDetails.login.toLowerCase(),
|
|
366786
366786
|
profile: {
|
|
366787
366787
|
displayName: this.data.memberDetails.login,
|
|
366788
366788
|
email: this.data.memberDetails.email
|
|
@@ -376752,7 +376752,7 @@ const crs_analyzerSubcommand = {
|
|
|
376752
376752
|
};
|
|
376753
376753
|
|
|
376754
376754
|
;// CONCATENATED MODULE: ./package.json
|
|
376755
|
-
const package_namespaceObject = {"i8":"1.59.
|
|
376755
|
+
const package_namespaceObject = JSON.parse('{"i8":"1.59.3-snapshot-01"}');
|
|
376756
376756
|
;// CONCATENATED MODULE: ../../package.json
|
|
376757
376757
|
const package_namespaceObject_1 = {"i8":"1.59.2"};
|
|
376758
376758
|
;// CONCATENATED MODULE: ./src/subcommands/index.ts
|