@mbc-cqrs-serverless/cli 1.3.1 → 1.3.2

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/dist/index.js CHANGED
@@ -11,7 +11,7 @@ async function bootstrap() {
11
11
  const program = new commander_1.Command();
12
12
  program
13
13
  .version(
14
- // eslint-disable-next-line @typescript-eslint/no-var-requires
14
+ // eslint-disable-next-line @typescript-eslint/no-var-requires, @typescript-eslint/no-require-imports
15
15
  require('../package.json').version, '-v, --version', 'Output the current version.')
16
16
  .usage('<command> [options]')
17
17
  .helpOption('-h, --help', 'Output usage information.');
@@ -14,7 +14,7 @@ function localBinExists() {
14
14
  return (0, fs_1.existsSync)((0, path_1.join)(...localBinPathSegments));
15
15
  }
16
16
  function loadLocalBinCommandLoader() {
17
- // eslint-disable-next-line @typescript-eslint/no-var-requires
17
+ // eslint-disable-next-line @typescript-eslint/no-var-requires, @typescript-eslint/no-require-imports
18
18
  const commandLoader = require(path_1.posix.join(...localBinPathSegments, 'dist', 'commands'));
19
19
  return commandLoader;
20
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mbc-cqrs-serverless/cli",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "a CLI to get started with MBC CQRS serverless framework",
5
5
  "keywords": [
6
6
  "mbc",
@@ -58,5 +58,5 @@
58
58
  "@faker-js/faker": "^8.3.1",
59
59
  "copyfiles": "^2.4.1"
60
60
  },
61
- "gitHead": "9acc296b83e2120876c13dae8d44175345d3aa98"
61
+ "gitHead": "c6c63e411acc2c60b6748be433f9c0941f6034a9"
62
62
  }