samanbayaka 0.0.16 → 0.0.18

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
@@ -23,7 +23,10 @@ This project is a modular, production-ready microservices framework built with M
23
23
  - Config-driven initialization
24
24
  - Metrics and Log shipping for Grafana
25
25
 
26
+ # Documentation
26
27
 
28
+ * Dockers
29
+ * [Etcd](docs/dockers/etcd.md)
27
30
 
28
31
  # Installation
29
32
 
@@ -436,10 +439,6 @@ Run the service, demo
436
439
  node demo.mjs
437
440
  ```
438
441
 
439
- ## Documentation
440
-
441
- - [docker](docs/dockers.md)
442
-
443
442
  <p align="center" style="margin-top: 100px;">
444
443
  <img src="https://moleculer.services/images/banner.png" alt="Moleculer Logo" width="600">
445
444
  </p>
package/commit-hash.mjs CHANGED
@@ -1 +1 @@
1
- export const COMMIT_HASH = '6442e51';
1
+ export const COMMIT_HASH = 'ac68364';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "samanbayaka",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "description": "Moleculer Gateway service with kafka transporter",
5
5
  "homepage": "https://gitlab.com/dalal.suvendu/samanbayaka#readme",
6
6
  "bugs": {