@storm-software/git-tools 2.130.37 → 2.130.38

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/bin/git.cjs CHANGED
@@ -3970,7 +3970,7 @@ async function commitAction({
3970
3970
  );
3971
3971
  await runCommit(config5, dryRun);
3972
3972
  chunkHVR76UIF_cjs.writeSuccess(
3973
- ` \u2714 Storm Commit processing completed successfully!
3973
+ `\u2714 Storm Commit processing completed successfully!
3974
3974
 
3975
3975
  Note: Please run "pnpm push" to upload these changes to the remote ${_config.name ? _config.name : _config.namespace ? _config.namespace : _config.organization ? _config.organization : "Storm-Software"} Git repository at ${_config.repository}
3976
3976
  `,
@@ -3998,7 +3998,7 @@ async function readmeAction(options) {
3998
3998
  );
3999
3999
  await runReadme(options);
4000
4000
  chunkHVR76UIF_cjs.writeSuccess(
4001
- " \u2714 Formatting of the workspace's README.md files is complete\n",
4001
+ "\u2714 Formatting of the workspace's README.md files is complete\n",
4002
4002
  _config
4003
4003
  );
4004
4004
  } catch (error) {
@@ -4027,7 +4027,7 @@ async function releaseAction({
4027
4027
  base,
4028
4028
  head
4029
4029
  });
4030
- chunkHVR76UIF_cjs.writeSuccess(" \u2714 Release completed successfully!\n", _config);
4030
+ chunkHVR76UIF_cjs.writeSuccess("\u2714 Release completed successfully!\n", _config);
4031
4031
  } catch (error) {
4032
4032
  chunkHVR76UIF_cjs.writeFatal(
4033
4033
  `A fatal error occurred while running release action:
@@ -4049,7 +4049,7 @@ async function commitLintAction(options) {
4049
4049
  );
4050
4050
  await runCommitLint(_config, options);
4051
4051
  chunkHVR76UIF_cjs.writeSuccess(
4052
- " \u2714 Linting the commit messages completed successfully!\n",
4052
+ "\u2714 Linting the commit messages completed successfully!\n",
4053
4053
  _config
4054
4054
  );
4055
4055
  } catch (error) {
@@ -4069,7 +4069,7 @@ async function postCheckoutAction({ files }) {
4069
4069
  _config
4070
4070
  );
4071
4071
  await chunkNZCON5HN_cjs.postCheckoutHook(_config, files);
4072
- chunkHVR76UIF_cjs.writeSuccess(" \u2714 Post-checkout hook completed successfully!\n", _config);
4072
+ chunkHVR76UIF_cjs.writeSuccess("\u2714 Post-checkout hook completed successfully!\n", _config);
4073
4073
  } catch (error) {
4074
4074
  chunkHVR76UIF_cjs.writeFatal(
4075
4075
  `A fatal error occurred while running the post-checkout hook:
@@ -4087,7 +4087,7 @@ async function postCommitAction({ files }) {
4087
4087
  _config
4088
4088
  );
4089
4089
  await chunk5Z6RONLO_cjs.postCommitHook(_config, files);
4090
- chunkHVR76UIF_cjs.writeSuccess(" \u2714 Post-commit hook completed successfully!\n", _config);
4090
+ chunkHVR76UIF_cjs.writeSuccess("\u2714 Post-commit hook completed successfully!\n", _config);
4091
4091
  } catch (error) {
4092
4092
  chunkHVR76UIF_cjs.writeFatal(
4093
4093
  `A fatal error occurred while running the post-commit hook:
@@ -4105,7 +4105,7 @@ async function postMergeAction({ files }) {
4105
4105
  _config
4106
4106
  );
4107
4107
  await chunkLOG3DPPQ_cjs.postMergeHook(_config, files);
4108
- chunkHVR76UIF_cjs.writeSuccess(" \u2714 Post-merge hook completed successfully!\n", _config);
4108
+ chunkHVR76UIF_cjs.writeSuccess("\u2714 Post-merge hook completed successfully!\n", _config);
4109
4109
  } catch (error) {
4110
4110
  chunkHVR76UIF_cjs.writeFatal(
4111
4111
  `A fatal error occurred while running the post-merge hook:
@@ -4123,7 +4123,7 @@ async function preCommitAction({ files }) {
4123
4123
  _config
4124
4124
  );
4125
4125
  await chunkL5CIC5RM_cjs.preCommitHook(_config, files);
4126
- chunkHVR76UIF_cjs.writeSuccess(" \u2714 Pre-commit hook completed successfully!\n", _config);
4126
+ chunkHVR76UIF_cjs.writeSuccess("\u2714 Pre-commit hook completed successfully!\n", _config);
4127
4127
  } catch (error) {
4128
4128
  chunkHVR76UIF_cjs.writeFatal(
4129
4129
  `A fatal error occurred while running the pre-commit hook:
@@ -4141,7 +4141,7 @@ async function prePushAction({ files }) {
4141
4141
  _config
4142
4142
  );
4143
4143
  await chunkOVGMWXXJ_cjs.prePushHook(_config, files);
4144
- chunkHVR76UIF_cjs.writeSuccess(" \u2714 Pre-push hook completed successfully!\n", _config);
4144
+ chunkHVR76UIF_cjs.writeSuccess("\u2714 Pre-push hook completed successfully!\n", _config);
4145
4145
  } catch (error) {
4146
4146
  chunkHVR76UIF_cjs.writeFatal(
4147
4147
  `A fatal error occurred while running the pre-push hook:
@@ -4159,7 +4159,7 @@ async function prepareAction() {
4159
4159
  _config
4160
4160
  );
4161
4161
  await chunkPRWPYXMH_cjs.prepareHook(_config);
4162
- chunkHVR76UIF_cjs.writeSuccess(" \u2714 Prepare hook completed successfully!\n", _config);
4162
+ chunkHVR76UIF_cjs.writeSuccess("\u2714 Prepare hook completed successfully!\n", _config);
4163
4163
  } catch (error) {
4164
4164
  chunkHVR76UIF_cjs.writeFatal(
4165
4165
  `A fatal error occurred while running the prepare hook: