@samet-it/be-base-common 1.0.3 → 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 +5 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Samet IT : Base Common
2
- `Component` `Backend`
2
+ `ts` `component` `backend`
3
3
  ```
4
4
  __
5
5
  / /_ ____ _________ _________ ____ ___ ____ ___ ____ ____
@@ -19,7 +19,6 @@
19
19
  - [4 - Create Project Folder](https://github.com/samet-digital/help/blob/main//create-project-folder.MD)
20
20
  - [5 - Bind Projects Folder to Git](https://github.com/samet-digital/help/blob/main//bind-project-folder.MD)
21
21
 
22
-
23
22
  ## Usage
24
23
  - `EN`: How to add into your project?
25
24
  - `TR`: Projene nasıl eklersin?
@@ -49,13 +48,15 @@ npm i @samet-it/be-base-common
49
48
 
50
49
  ### Step 2
51
50
  - `EN`: Clone the project
52
- - `TR`: Projeyi bilgisiyarına çek
51
+ - `TR`: Projeyi bilgisayarına çek
53
52
  ```shell
54
53
  git clone https://github.com/samet-digital/be-base-common.git -b development
55
54
  ```
56
55
 
57
56
  ## Dependencies
58
- - ~~Nothing~~
57
+ - `@leyyo/*`: leyyo utilities
58
+ - `stacktrace-parser`: error stack trace parser
59
+
59
60
 
60
61
  ## Commands
61
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.3",
3
+ "version": "1.0.5",
4
4
  "description": "Backend Base Common",
5
5
  "repository": {
6
6
  "type": "git",