@aprilium/tripsm_global-states 0.0.184 → 0.0.185

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 CHANGED
@@ -73,7 +73,7 @@ export declare const reducers: {
73
73
  passengerGroups: import("immer-reducer").ImmerReducerFunction<typeof import("@aprilium/tripsm_passenger-groups/lib/state").PassengerGroupsState>;
74
74
  };
75
75
  export declare const initialSagas: {
76
- passengersState: typeof passengerSaga;
76
+ passenger: typeof passengerSaga;
77
77
  constants: typeof constantsSaga;
78
78
  trip: typeof TripSaga;
79
79
  group: typeof groupSaga;
package/lib/index.js CHANGED
@@ -150,7 +150,7 @@ exports.reducers = {
150
150
  passengerGroups: state_22.PassengerGroupsReducerFunction,
151
151
  };
152
152
  exports.initialSagas = {
153
- passengersState: effects_2.default,
153
+ passenger: effects_2.default,
154
154
  constants: effects_4.default,
155
155
  trip: effects_5.default,
156
156
  group: effects_6.default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aprilium/tripsm_global-states",
3
- "version": "0.0.184",
3
+ "version": "0.0.185",
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.64",
15
+ "@aprilium/tripsm_passenger": "^0.0.65",
16
16
  "@aprilium/tripsm_common": "^0.0.6",
17
17
  "@aprilium/tripsm_constants": "^0.0.28",
18
18
  "@aprilium/tripsm_trip": "^0.0.19",