summit-registration-lite 3.0.17 → 3.0.18

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/dist/index.js +3 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -848,6 +848,9 @@ const RegistrationLiteReducer = (state = DEFAULT_STATE, action) => {
848
848
  return reducer_objectSpread(reducer_objectSpread({}, state), {}, {
849
849
  reservation: null,
850
850
  checkout: null,
851
+ ticketTypes: [],
852
+ requestedTicketTypes: false,
853
+ taxTypes: [],
851
854
  invitation: null,
852
855
  passwordless: reducer_objectSpread({}, DEFAULT_STATE.passwordless),
853
856
  settings: reducer_objectSpread(reducer_objectSpread({}, DEFAULT_STATE.settings), {}, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "summit-registration-lite",
3
- "version": "3.0.17",
3
+ "version": "3.0.18",
4
4
  "description": "Summit Registration Lite",
5
5
  "main": "index.js",
6
6
  "scripts": {