homeflowjs 0.13.64 → 0.13.65

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.
@@ -169,6 +169,7 @@ export const signOutUser = () => (dispatch) => (
169
169
  dispatch(setUserCredentials({ email: '', password: '' }));
170
170
  dispatch(setSavedProperties([]));
171
171
  dispatch(setSavedSearches([]));
172
+ Homeflow.kickEvent('user_signed_out');
172
173
  }
173
174
 
174
175
  return response.ok;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homeflowjs",
3
- "version": "0.13.64",
3
+ "version": "0.13.65",
4
4
  "sideEffects": [
5
5
  "modal/**/*",
6
6
  "user/default-profile/**/*",