@mbc-cqrs-serverless/cli 0.1.38-beta.0 → 0.1.40-beta.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@ The MBC CLI is a command-line interface tool that helps you to initialize your m
8
8
 
9
9
  ## Installation
10
10
 
11
- To install `mbc`, run:
11
+ To install `mbc` command, run:
12
12
 
13
13
  ```bash
14
14
  npm install -g @mbc-cqrs-serverless/cli
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mbc-cqrs-serverless/cli",
3
- "version": "0.1.38-beta.0",
3
+ "version": "0.1.40-beta.0",
4
4
  "description": "a CLI to get started with MBC CQRS serverless framework",
5
5
  "keywords": [
6
6
  "mbc",
@@ -49,5 +49,5 @@
49
49
  "devDependencies": {
50
50
  "@faker-js/faker": "^8.3.1"
51
51
  },
52
- "gitHead": "210ef83a47827221e8f75faa5add893a5894af38"
52
+ "gitHead": "731addb154b186817d1fad66e9dfd3729124da10"
53
53
  }