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

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 +3 -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
  / /_ ____ _________ _________ ____ ___ ____ ___ ____ ____
@@ -7,7 +7,7 @@
7
7
  / /_/ / /_/ (__ / __/ / /__/ /_/ / / / / / / / / / / / /_/ / / / /
8
8
  /_.___/\__,_/____/\___/ \___/\____/_/ /_/ /_/_/ /_/ /_/\____/_/ /_/
9
9
  ```
10
- [*](https://patorjk.com/software/taag/#p=display&f=Slant&t=base+common&x=none&v=4&h=3&w=80&we=false)
10
+ <!-- https://patorjk.com/software/taag/#p=display&f=Slant&t=base+common&x=none&v=4&h=3&w=80&we=false -->
11
11
  - `EN`: It's base component
12
12
  - `TR`: Nodejs projeleri için temel bileşen
13
13
 
@@ -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,7 +48,7 @@ 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
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@samet-it/be-base-common",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Backend Base Common",
5
5
  "repository": {
6
6
  "type": "git",