esoftplay 0.0.136-l → 0.0.136-m

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.
@@ -120,7 +120,7 @@ export default {
120
120
  },
121
121
  reset(route?: LibNavigationRoutes, ...routes: LibNavigationRoutes[]): void {
122
122
  const user = UserClass.state().get()
123
- let _route = [route || esp.config('home', (user && (user.id || user.user_id)) ? 'member' : 'public')]
123
+ let _route = [route || esp.config('home', (user && (user.id || user.user_id || user.apikey)) ? 'member' : 'public')]
124
124
  if (routes && routes.length > 0) {
125
125
  _route = [..._route, ...routes]
126
126
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.136-l",
3
+ "version": "0.0.136-m",
4
4
  "description": "embedding data from esoftplay framework (web based) into mobile app",
5
5
  "main": "cache/index.js",
6
6
  "types": "../../index.d.ts",