@wazo/euc-plugins-sdk
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -270,3 +270,3 @@ "use strict"; | ||
this._pluginId = null; | ||
this._isBackground = false; | ||
this._isBackground = !window.name; | ||
this._queuedMessages = []; | ||
@@ -273,0 +273,0 @@ this.context = { |
@@ -259,3 +259,3 @@ // Global | ||
this._pluginId = null; | ||
this._isBackground = false; | ||
this._isBackground = !window.name; | ||
this._queuedMessages = []; | ||
@@ -262,0 +262,0 @@ this.context = { |
{ | ||
"name": "@wazo/euc-plugins-sdk", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Wazo's Unified Enterprise Communication JavaScript Software Development Kit.", | ||
@@ -5,0 +5,0 @@ "author": "Wazo (http://wazo.io)", |
@@ -102,3 +102,3 @@ /* global Wazo */ | ||
this._pluginId = null; | ||
this._isBackground = false; | ||
this._isBackground = !window.name; | ||
this._queuedMessages = []; | ||
@@ -105,0 +105,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
135461