@samanbayaka/core 0.0.2 → 0.0.6

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/CHANGELOG.md CHANGED
@@ -1,7 +1,21 @@
1
1
  # @samanbayaka/core
2
2
 
3
+ ## 0.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - fixed
8
+
9
+ ## 0.0.4
10
+
11
+ ### Patch Changes
12
+
13
+ - 627c29b: fixed
14
+
3
15
  ## 0.0.2
4
16
 
5
17
  ### Patch Changes
6
18
 
19
+ - 35a5679: debug
20
+ - 241d050: fixed
7
21
  - d987306: workspace created
@@ -16,6 +16,8 @@ const require = createRequire(import.meta.url)
16
16
  */
17
17
  export const ABSOLUTE_PATH = path.join(__filename.split('/samanbayaka/')[0], "samanbayaka")
18
18
 
19
+ console.log("=================================", ABSOLUTE_PATH)
20
+
19
21
 
20
22
  /**
21
23
  * Demo services directory
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@samanbayaka/core",
3
- "version": "0.0.2",
3
+ "version": "0.0.6",
4
4
  "description": "Moleculer Gateway service with kafka transporter",
5
5
  "homepage": "https://gitlab.com/dalal.suvendu/samanbayaka#readme",
6
6
  "bugs": {