@storm-software/git-tools 2.98.0 → 2.100.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.
@@ -7,7 +7,7 @@ var _chunkMJ243FGHcjs = require('./chunk-MJ243FGH.cjs');
7
7
 
8
8
 
9
9
 
10
- var _chunkLFH4CIZMcjs = require('./chunk-LFH4CIZM.cjs');
10
+ var _chunkGLCRW2R7cjs = require('./chunk-GLCRW2R7.cjs');
11
11
  require('./chunk-P2CHIYIK.cjs');
12
12
  require('./chunk-HI7REZLL.cjs');
13
13
  require('./chunk-LUO23224.cjs');
@@ -21,13 +21,13 @@ var _chunkKK4YC43Scjs = require('./chunk-KK4YC43S.cjs');
21
21
  // bin/version-warning.ts
22
22
  _chunkKK4YC43Scjs.init_cjs_shims.call(void 0, );
23
23
  void (async () => {
24
- const config = await _chunkLFH4CIZMcjs.getConfig.call(void 0, );
24
+ const config = await _chunkGLCRW2R7cjs.getConfig.call(void 0, );
25
25
  try {
26
- _chunkLFH4CIZMcjs.handleProcess.call(void 0, config);
26
+ _chunkGLCRW2R7cjs.handleProcess.call(void 0, config);
27
27
  _chunkMJ243FGHcjs.checkPackageVersion.call(void 0, process.argv.slice(1));
28
28
  } catch (error) {
29
- _chunkLFH4CIZMcjs.writeFatal.call(void 0, `A fatal error occurred while running the program: ${error.message}`, config);
30
- _chunkLFH4CIZMcjs.exitWithError.call(void 0, config);
29
+ _chunkGLCRW2R7cjs.writeFatal.call(void 0, `A fatal error occurred while running the program: ${error.message}`, config);
30
+ _chunkGLCRW2R7cjs.exitWithError.call(void 0, config);
31
31
  process.exit(1);
32
32
  }
33
33
  })();
@@ -7,7 +7,7 @@ import {
7
7
  getConfig,
8
8
  handleProcess,
9
9
  writeFatal
10
- } from "./chunk-7HYXXE5S.js";
10
+ } from "./chunk-6ZE252BR.js";
11
11
  import "./chunk-5L6OQPTU.js";
12
12
  import "./chunk-44NY3AUB.js";
13
13
  import "./chunk-7TOVDNAL.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/git-tools",
3
- "version": "2.98.0",
3
+ "version": "2.100.0",
4
4
  "type": "module",
5
5
  "description": "Tools for managing Git repositories within a Nx workspace.",
6
6
  "repository": {