samanbayaka 0.0.18 → 0.0.19
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 +1 -1
- package/commit-hash.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ This project is a modular, production-ready microservices framework built with M
|
|
|
26
26
|
# Documentation
|
|
27
27
|
|
|
28
28
|
* Dockers
|
|
29
|
-
* [Etcd](docs/dockers/etcd.md)
|
|
29
|
+
* [Etcd](https://gitlab.com/dalal.suvendu/samanbayaka/-/blob/main/docs/dockers/etcd.md?ref_type=heads)
|
|
30
30
|
|
|
31
31
|
# Installation
|
|
32
32
|
|
package/commit-hash.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const COMMIT_HASH = '
|
|
1
|
+
export const COMMIT_HASH = '4fc1d9b';
|