@aprilium/tripsm_global-states 0.0.373 → 0.0.374
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.
- package/package.json +20 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aprilium/tripsm_global-states",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.374",
|
|
4
4
|
"description": "global states",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -12,38 +12,37 @@
|
|
|
12
12
|
"build": "tsc"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@aprilium/tripsm_passenger": "^0.0.80",
|
|
16
15
|
"@aprilium/tripsm_common": "^0.0.8",
|
|
17
16
|
"@aprilium/tripsm_constants": "^0.0.45",
|
|
18
|
-
"@aprilium/
|
|
19
|
-
"@aprilium/tripsm_trip-group": "^0.0.24",
|
|
20
|
-
"@aprilium/tripsm_hotel": "^0.0.10",
|
|
21
|
-
"@aprilium/tripsm_user": "^0.0.23",
|
|
17
|
+
"@aprilium/tripsm_customer": "^0.0.2",
|
|
22
18
|
"@aprilium/tripsm_guest": "^0.0.1",
|
|
23
|
-
"@aprilium/
|
|
24
|
-
"@aprilium/tripsm_identity-type": "^0.0.10",
|
|
25
|
-
"@aprilium/tripsm_trip-hotel": "^0.0.15",
|
|
19
|
+
"@aprilium/tripsm_hotel": "^0.0.10",
|
|
26
20
|
"@aprilium/tripsm_identity": "^0.0.22",
|
|
21
|
+
"@aprilium/tripsm_identity-type": "^0.0.10",
|
|
27
22
|
"@aprilium/tripsm_luggage": "^0.0.10",
|
|
28
23
|
"@aprilium/tripsm_luggage-tracking": "^0.0.8",
|
|
24
|
+
"@aprilium/tripsm_pack": "^0.0.8",
|
|
25
|
+
"@aprilium/tripsm_passenger": "^0.0.80",
|
|
29
26
|
"@aprilium/tripsm_passenger-group": "^0.0.12",
|
|
30
|
-
"@aprilium/tripsm_passenger-
|
|
27
|
+
"@aprilium/tripsm_passenger-hotel": "^0.0.11",
|
|
28
|
+
"@aprilium/tripsm_passenger-pack": "^0.0.10",
|
|
29
|
+
"@aprilium/tripsm_passenger-pathology": "^0.0.5",
|
|
30
|
+
"@aprilium/tripsm_payment": "^0.0.7",
|
|
31
|
+
"@aprilium/tripsm_payment-history": "^0.0.4",
|
|
32
|
+
"@aprilium/tripsm_relation": "^0.0.8",
|
|
33
|
+
"@aprilium/tripsm_reservation": "^0.0.11",
|
|
34
|
+
"@aprilium/tripsm_room": "^0.0.7",
|
|
31
35
|
"@aprilium/tripsm_ticket": "^0.0.26",
|
|
36
|
+
"@aprilium/tripsm_trip": "^0.0.28",
|
|
37
|
+
"@aprilium/tripsm_trip-group": "^0.0.24",
|
|
38
|
+
"@aprilium/tripsm_trip-hotel": "^0.0.15",
|
|
39
|
+
"@aprilium/tripsm_trip-transportation": "^0.0.3",
|
|
40
|
+
"@aprilium/tripsm_user": "^0.0.23",
|
|
32
41
|
"@aprilium/tripsm_visa": "^0.0.12",
|
|
33
42
|
"@aprilium/tripsm_visa-category": "^0.0.6",
|
|
43
|
+
"@aprilium/tripsm_visa-request": "^0.0.12",
|
|
34
44
|
"@aprilium/tripsm_visa-status": "^0.0.8",
|
|
35
45
|
"@aprilium/tripsm_visa-type": "^0.0.6",
|
|
36
|
-
"@aprilium/tripsm_visa-request": "^0.0.12",
|
|
37
|
-
"@aprilium/tripsm_relation": "^0.0.8",
|
|
38
|
-
"@aprilium/tripsm_payment": "^0.0.7",
|
|
39
|
-
"@aprilium/tripsm_reservation": "^0.0.11",
|
|
40
|
-
"@aprilium/tripsm_payment-history": "^0.0.4",
|
|
41
|
-
"@aprilium/tripsm_passenger-pathology": "^0.0.5",
|
|
42
|
-
"@aprilium/tripsm_customer": "^0.0.2",
|
|
43
|
-
"@aprilium/tripsm_trip-transportation": "^0.0.3",
|
|
44
|
-
"@aprilium/tripsm_room": "^0.0.7",
|
|
45
|
-
"@aprilium/tripsm_pack": "^0.0.8",
|
|
46
|
-
|
|
47
46
|
"@types/react": "^17.0.0",
|
|
48
47
|
"axios": "^0.21.1",
|
|
49
48
|
"immer": "^9.0.15",
|