@samanbayaka/core 0.0.2 → 0.0.7

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