@dolphinweex/weex-vue-render 0.2.88 → 0.2.89

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.
@@ -4073,7 +4073,7 @@ function initEnv (viewportInfo, envInfo) {
4073
4073
  weexVersion: '1.0.36',
4074
4074
  layoutDirection: 'ltr',
4075
4075
  userAgent: navigator.userAgent,
4076
- appName: device_display.appName,
4076
+ appName: device_display.appName || '',
4077
4077
  appVersion: device_display.appVersion,
4078
4078
  osName: osName,
4079
4079
  osVersion: osVersion,
package/package.json CHANGED
@@ -49,5 +49,5 @@
49
49
  "type": "git",
50
50
  "url": "git+ssh://git@github.com/weexteam/weex-vue-render.git"
51
51
  },
52
- "version": "0.2.88"
52
+ "version": "0.2.89"
53
53
  }