@mbc-cqrs-serverless/cli 0.1.19-beta.0 → 0.1.21-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.
package/README.md CHANGED
@@ -1,3 +1,4 @@
1
+ ![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png)
1
2
  # MBC CQRS serverless framework CLI package
2
3
 
3
4
  ## Documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mbc-cqrs-serverless/cli",
3
- "version": "0.1.19-beta.0",
3
+ "version": "0.1.21-beta.0",
4
4
  "description": "a CLI to get started with MBC CQRS serverless framework",
5
5
  "keywords": [
6
6
  "mbc",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@faker-js/faker": "^8.3.1",
51
- "@mbc-cqrs-serverless/core": "^0.1.19-beta.0"
51
+ "@mbc-cqrs-serverless/core": "^0.1.21-beta.0"
52
52
  },
53
- "gitHead": "37ea15db562f8dcfa7b9efbc60c05895d24fbef5"
53
+ "gitHead": "163e71ab47e27863f7bfd24f8c59f19e1e330e23"
54
54
  }
@@ -1,6 +1,7 @@
1
+ ![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png)
1
2
  ## Description
2
3
 
3
- CQRS framework based on [Nest](https://github.com/nestjs/nest).
4
+ MBC CQRS serverless framework based on [Nest](https://github.com/nestjs/nest).
4
5
 
5
6
  TechStack:
6
7
 
@@ -163,3 +164,7 @@ $ npm run start:repl
163
164
  ```
164
165
 
165
166
  - Ref: https://docs.nestjs.com/recipes/repl
167
+
168
+ ## Documentation
169
+ Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation.
170
+