@peektravel/app-utilities 0.3.0 → 0.3.1

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/dist/index.cjs CHANGED
@@ -3085,7 +3085,8 @@ var PeekAccessService = class {
3085
3085
  id: u.id,
3086
3086
  isAdmin: u.is_admin,
3087
3087
  locale: u.locale,
3088
- name: u.name
3088
+ name: u.name,
3089
+ platform: u.platform
3089
3090
  }
3090
3091
  };
3091
3092
  }