@mbc-cqrs-serverless/core 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 @@ This is the core package of the MBC CQRS Serverless framework. It provides the b
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/core",
3
- "version": "0.1.38-beta.0",
3
+ "version": "0.1.40-beta.0",
4
4
  "description": "CQRS and event base core",
5
5
  "keywords": [
6
6
  "mbc",
@@ -86,5 +86,5 @@
86
86
  "serverless-step-functions-local": "^0.5.1",
87
87
  "supertest": "^7.0.0"
88
88
  },
89
- "gitHead": "210ef83a47827221e8f75faa5add893a5894af38"
89
+ "gitHead": "731addb154b186817d1fad66e9dfd3729124da10"
90
90
  }