samanbayaka 0.0.11 → 0.0.12

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/commit-hash.mjs CHANGED
@@ -1 +1 @@
1
- export const COMMIT_HASH = '9ee786f';
1
+ export const COMMIT_HASH = '3290420';
package/index.mjs CHANGED
@@ -82,6 +82,9 @@ export default {
82
82
  Errors,
83
83
  getConfig,
84
84
 
85
+ /**
86
+ * Loading Demo
87
+ */
85
88
  loadDemo: async() => {
86
89
  const gtWy = {...apiGateway}
87
90
  gtWy.settings.routes[0].path = "/api/demo"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "samanbayaka",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Moleculer Gateway service with kafka transporter",
5
5
  "homepage": "https://gitlab.com/dalal.suvendu/samanbayaka#readme",
6
6
  "bugs": {