videomail-client 13.12.5 → 13.12.6
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/cjs/index.cjs +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/umd/index.js +2 -2
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -10852,7 +10852,7 @@ var __webpack_exports__ = {};
|
|
|
10852
10852
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10853
10853
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10854
10854
|
var package_namespaceObject = {
|
|
10855
|
-
rE: "13.12.
|
|
10855
|
+
rE: "13.12.6"
|
|
10856
10856
|
};
|
|
10857
10857
|
function isAudioEnabled(options) {
|
|
10858
10858
|
return Boolean(options.audio.enabled);
|
|
@@ -14372,7 +14372,7 @@ var __webpack_exports__ = {};
|
|
|
14372
14372
|
].filter(Boolean).join(", ");
|
|
14373
14373
|
options.logger.debug(`VideomailError: create(${args})`);
|
|
14374
14374
|
const errData = {
|
|
14375
|
-
explanation
|
|
14375
|
+
explanation,
|
|
14376
14376
|
logLines,
|
|
14377
14377
|
err
|
|
14378
14378
|
};
|
package/dist/esm/index.js
CHANGED
|
@@ -3613,7 +3613,7 @@ const constants = {
|
|
|
3613
3613
|
}
|
|
3614
3614
|
};
|
|
3615
3615
|
var package_namespaceObject = {
|
|
3616
|
-
rE: "13.12.
|
|
3616
|
+
rE: "13.12.6"
|
|
3617
3617
|
};
|
|
3618
3618
|
function isAudioEnabled(options) {
|
|
3619
3619
|
return Boolean(options.audio.enabled);
|
|
@@ -3936,7 +3936,7 @@ function createError(errorParams) {
|
|
|
3936
3936
|
].filter(Boolean).join(", ");
|
|
3937
3937
|
options.logger.debug(`VideomailError: create(${args})`);
|
|
3938
3938
|
const errData = {
|
|
3939
|
-
explanation
|
|
3939
|
+
explanation,
|
|
3940
3940
|
logLines,
|
|
3941
3941
|
err
|
|
3942
3942
|
};
|
package/dist/umd/index.js
CHANGED
|
@@ -10858,7 +10858,7 @@
|
|
|
10858
10858
|
var client = __webpack_require__("./node_modules/superagent/lib/client.js");
|
|
10859
10859
|
var client_default = /*#__PURE__*/ __webpack_require__.n(client);
|
|
10860
10860
|
var package_namespaceObject = {
|
|
10861
|
-
rE: "13.12.
|
|
10861
|
+
rE: "13.12.6"
|
|
10862
10862
|
};
|
|
10863
10863
|
function isAudioEnabled(options) {
|
|
10864
10864
|
return Boolean(options.audio.enabled);
|
|
@@ -14361,7 +14361,7 @@
|
|
|
14361
14361
|
].filter(Boolean).join(", ");
|
|
14362
14362
|
options.logger.debug(`VideomailError: create(${args})`);
|
|
14363
14363
|
const errData = {
|
|
14364
|
-
explanation
|
|
14364
|
+
explanation,
|
|
14365
14365
|
logLines,
|
|
14366
14366
|
err
|
|
14367
14367
|
};
|