sales-frontend-utils 0.0.42 → 0.0.43

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.js CHANGED
@@ -246,7 +246,7 @@ var getDspExecutionEnvironment = () => {
246
246
  if (window.n2Bridge) {
247
247
  return "android-webview";
248
248
  }
249
- if (window.webkit?.messageHandlers) {
249
+ if (window.webkit?.messageHandlers?.n2Bridge) {
250
250
  return "ios-webview";
251
251
  }
252
252
  if (window.self !== window.top) {