mts-booking-library 1.4.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mts-booking-library",
3
- "version": "1.4.0",
3
+ "version": "2.0.1",
4
4
  "description": "Library for using MyTicketSolution Booking API",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -16,11 +16,11 @@
16
16
  },
17
17
  "license": "ISC",
18
18
  "devDependencies": {
19
- "@types/jest": "^29.5.12",
19
+ "@types/jest": "^29.5.13",
20
20
  "jest": "^29.7.0",
21
21
  "prettier": "^3.3.3",
22
- "ts-jest": "^29.2.4",
23
- "typescript": "^5.5.4"
22
+ "ts-jest": "^29.2.5",
23
+ "typescript": "^5.6.3"
24
24
  },
25
25
  "files": [
26
26
  "lib/**/*"
@@ -31,8 +31,8 @@
31
31
  ],
32
32
  "author": "Infoservice s.r.l.",
33
33
  "dependencies": {
34
- "@react-native-async-storage/async-storage": "^1.24.0",
35
- "axios": "^1.7.4",
34
+ "@react-native-async-storage/async-storage": "^2.0.0",
35
+ "axios": "^1.7.7",
36
36
  "dotenv": "^16.4.5",
37
37
  "node-localstorage": "^3.0.5",
38
38
  "zustand": "^4.5.5"