homeflowjs 0.13.16 → 0.13.17

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homeflowjs",
3
- "version": "0.13.16",
3
+ "version": "0.13.17",
4
4
  "sideEffects": [
5
5
  "modal/**/*",
6
6
  "user/default-profile/**/*",
@@ -33,6 +33,7 @@ export const INITIAL_USER_DATA = {
33
33
  marketing_preferences: {},
34
34
  // honeypot
35
35
  body: '',
36
+ agency_website_vip: false,
36
37
  };
37
38
 
38
39
  // set both currentUser and localUser to same initial data