@aprilium/tripsm_global-states 0.0.178 → 0.0.180
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/lib/index.d.ts +1 -1
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -101,7 +101,7 @@ export declare const initialSagas: {
|
|
|
101
101
|
passengerGroups: typeof PassengerGroupsSaga;
|
|
102
102
|
};
|
|
103
103
|
export type States = {
|
|
104
|
-
|
|
104
|
+
passengersState: passengerState;
|
|
105
105
|
constants: constantState;
|
|
106
106
|
group: groupState;
|
|
107
107
|
trip: TripState;
|
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.180",
|
|
4
4
|
"description": "global states",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"build": "tsc"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@aprilium/tripsm_passenger": "^0.0.
|
|
15
|
+
"@aprilium/tripsm_passenger": "^0.0.61",
|
|
16
16
|
"@aprilium/tripsm_common": "^0.0.6",
|
|
17
17
|
"@aprilium/tripsm_constants": "^0.0.27",
|
|
18
18
|
"@aprilium/tripsm_trip": "^0.0.19",
|