@mbc-cqrs-serverless/core 0.1.21-beta.0 → 0.1.23-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 +4 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-

|
|
2
|
+
|
|
2
3
|
# MBC CQRS serverless framework CORE package
|
|
3
4
|
|
|
4
5
|
## Documentation
|
|
5
6
|
|
|
6
|
-
Visit https://mbc-
|
|
7
|
+
Visit https://mbc-cqrs-serverless.mbc-net.com/ to view the full documentation.
|
|
7
8
|
|
|
8
9
|
## License
|
|
10
|
+
|
|
9
11
|
Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/
|
|
10
12
|
This project and sub projects are under the MIT License.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mbc-cqrs-serverless/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.23-beta.0",
|
|
4
4
|
"description": "CQRS and event base core",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mbc",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"bugs": {
|
|
46
46
|
"url": "https://github.com/mbc-net/mbc-cqrs-serverless/issues"
|
|
47
47
|
},
|
|
48
|
-
"homepage": "https://mbc-
|
|
48
|
+
"homepage": "https://mbc-cqrs-serverless.mbc-net.com/",
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"serverless-step-functions-local": "^0.5.1",
|
|
87
87
|
"supertest": "^7.0.0"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "7fb8a6963920e0b39cf4d64fafdfd8d68ce6c317"
|
|
90
90
|
}
|