@entegrasyonapp/lib 1.3.0 → 1.4.0

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 +0 -18
  2. package/package.json +12 -6
package/README.md CHANGED
@@ -1,19 +1 @@
1
1
  # entegrasyonapp/lib
2
-
3
- ## How to?
4
-
5
- ### Run tests
6
-
7
- ```bash
8
- npm run test
9
- ```
10
-
11
- ### Build
12
-
13
- ```bash
14
- npm run build
15
- ```
16
-
17
- ## Examples
18
-
19
- Example usages are in the `examples/` folder.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entegrasyonapp/lib",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "Entegrasyon.app libraries.",
5
5
  "scripts": {
6
6
  "clean": "rimraf ./dist && rimraf *.tsbuildinfo",
@@ -19,7 +19,13 @@
19
19
  "type": "git",
20
20
  "url": "git+ssh://git@github.com/entegrasyonapp/lib.git"
21
21
  },
22
- "author": "Ekin Karadeniz <iamdual@icloud.com> (https://github.com/iamdual)",
22
+ "contributors": [
23
+ {
24
+ "name": "Ekin Karadeniz",
25
+ "email": "iamdual@icloud.com",
26
+ "url": "https://github.com/iamdual"
27
+ }
28
+ ],
23
29
  "engines": {
24
30
  "node": ">= 20"
25
31
  },
@@ -30,15 +36,15 @@
30
36
  "devDependencies": {
31
37
  "@types/crypto-js": "^4.2.2",
32
38
  "@types/jest": "^30.0.0",
33
- "@types/node": "^24.10.0",
39
+ "@types/node": "^25.2.3",
34
40
  "jest": "^30.2.0",
35
- "rimraf": "^6.1.0",
36
- "ts-jest": "^29.4.5",
41
+ "rimraf": "^6.1.2",
42
+ "ts-jest": "^29.4.6",
37
43
  "ts-node": "^10.9.2",
38
44
  "typescript": "^5.9.3"
39
45
  },
40
46
  "dependencies": {
41
- "axios": "^1.13.2",
47
+ "axios": "^1.13.5",
42
48
  "axios-mock-adapter": "^2.1.0",
43
49
  "crypto-js": "^4.2.0"
44
50
  },