@webex/widgets 1.27.1 → 1.27.2
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/webexWidgets.esm.js
CHANGED
@@ -2437,11 +2437,11 @@ var _typeof = {exports: {}};
|
|
2437
2437
|
function _typeof(o) {
|
2438
2438
|
"@babel/helpers - typeof";
|
2439
2439
|
|
2440
|
-
return
|
2440
|
+
return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
|
2441
2441
|
return typeof o;
|
2442
2442
|
} : function (o) {
|
2443
2443
|
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
2444
|
-
}, module.exports.__esModule = true, module.exports["default"] = module.exports
|
2444
|
+
}, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o);
|
2445
2445
|
}
|
2446
2446
|
module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
2447
2447
|
})(_typeof);
|
@@ -55851,7 +55851,7 @@ var defineProperty = defineProperty$1;
|
|
55851
55851
|
exports.INTERNAL_US_INTEGRATION_CLUSTER_NAME = INTERNAL_US_INTEGRATION_CLUSTER_NAME;
|
55852
55852
|
})(constants);
|
55853
55853
|
var name$1 = "@webex/sdk-component-adapter";
|
55854
|
-
var version = "1.112.
|
55854
|
+
var version = "1.112.9";
|
55855
55855
|
const LOG_ARGS$1 = ['SDK-MEMBERSHIPS', `${name$1}-${version}`];
|
55856
55856
|
|
55857
55857
|
// max parameter value must be greater than 0 and less than or equal to 1000
|
@@ -56942,7 +56942,7 @@ var WebexMeetings = Pc(wc(WebexMeetingsWidget), function (props) {
|
|
56942
56942
|
},
|
56943
56943
|
config: {
|
56944
56944
|
appName: appName,
|
56945
|
-
appVersion: "1.27.
|
56945
|
+
appVersion: "1.27.1",
|
56946
56946
|
fedramp: props.fedramp,
|
56947
56947
|
meetings: {
|
56948
56948
|
experimental: {
|