@samet-it/be-base-common 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Samet IT : Base Common
2
- `ts` `Component` `Backend`
2
+ `ts` `component` `backend`
3
3
  ```
4
4
  __
5
5
  / /_ ____ _________ _________ ____ ___ ____ ___ ____ ____
@@ -54,7 +54,9 @@ git clone https://github.com/samet-digital/be-base-common.git -b development
54
54
  ```
55
55
 
56
56
  ## Dependencies
57
- - ~~Nothing~~
57
+ - `@leyyo/*`: leyyo utilities
58
+ - `stacktrace-parser`: error stack trace parser
59
+
58
60
 
59
61
  ## Commands
60
62
  - [Component Commands](https://github.com/samet-digital/help/blob/main/commands-component.MD)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@samet-it/be-base-common",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Backend Base Common",
5
5
  "repository": {
6
6
  "type": "git",