@twilio/mcs-client 0.6.6 → 0.6.7-rc.1
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/builds/browser.js +13 -9
- package/builds/browser.js.map +1 -1
- package/builds/lib.js +13 -9
- package/builds/lib.js.map +1 -1
- package/builds/twilio-mcs-client.js +13 -9
- package/builds/twilio-mcs-client.min.js +1 -1
- package/dist/logger.js +6 -2
- package/dist/logger.js.map +1 -1
- package/dist/packages/mcs-client/package.json.js +1 -1
- package/package.json +4 -4
|
@@ -4644,11 +4644,13 @@ this.Twilio.McsClient = (function (exports) {
|
|
|
4644
4644
|
value:
|
|
4645
4645
|
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */
|
|
4646
4646
|
function trace() {
|
|
4647
|
-
|
|
4648
|
-
args
|
|
4649
|
-
|
|
4647
|
+
if (loglevel.exports.getLevel() == loglevel.exports.levels.TRACE) {
|
|
4648
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
|
|
4649
|
+
args[_key] = arguments[_key];
|
|
4650
|
+
}
|
|
4650
4651
|
|
|
4651
|
-
|
|
4652
|
+
loglevel.exports.debug.apply(null, prepareLine(this.prefix + "T", args));
|
|
4653
|
+
}
|
|
4652
4654
|
}
|
|
4653
4655
|
}, {
|
|
4654
4656
|
key: "debug",
|
|
@@ -4699,11 +4701,13 @@ this.Twilio.McsClient = (function (exports) {
|
|
|
4699
4701
|
}, {
|
|
4700
4702
|
key: "trace",
|
|
4701
4703
|
value: function trace() {
|
|
4702
|
-
|
|
4703
|
-
args
|
|
4704
|
-
|
|
4704
|
+
if (loglevel.exports.getLevel() == loglevel.exports.levels.TRACE) {
|
|
4705
|
+
for (var _len6 = arguments.length, args = new Array(_len6), _key6 = 0; _key6 < _len6; _key6++) {
|
|
4706
|
+
args[_key6] = arguments[_key6];
|
|
4707
|
+
}
|
|
4705
4708
|
|
|
4706
|
-
|
|
4709
|
+
loglevel.exports.debug.apply(null, prepareLine("T", args));
|
|
4710
|
+
}
|
|
4707
4711
|
}
|
|
4708
4712
|
}, {
|
|
4709
4713
|
key: "debug",
|
|
@@ -8873,7 +8877,7 @@ this.Twilio.McsClient = (function (exports) {
|
|
|
8873
8877
|
return Network;
|
|
8874
8878
|
}();
|
|
8875
8879
|
|
|
8876
|
-
var version = "0.6.
|
|
8880
|
+
var version = "0.6.7-rc.1";
|
|
8877
8881
|
|
|
8878
8882
|
var browser = {};
|
|
8879
8883
|
|