ucservice 1.1.5 → 1.1.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.
@@ -11795,6 +11795,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
11795
11795
  } else {}
11796
11796
  })(this, function ($, Janus, adapter) {
11797
11797
  console.log(Janus);
11798
+ console.log(adapter);
11798
11799
  "use strict";
11799
11800
 
11800
11801
  window.console = window.console || function () {
@@ -18748,10 +18749,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
18748
18749
  /***/ }),
18749
18750
 
18750
18751
  /***/ "c297":
18751
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
18752
+ /***/ (function(module, exports) {
18752
18753
 
18753
- "use strict";
18754
- __webpack_require__.r(__webpack_exports__);
18755
18754
  /*
18756
18755
  The MIT License (MIT)
18757
18756
 
@@ -22725,7 +22724,7 @@ function Janus(gatewayCallbacks) {
22725
22724
  }
22726
22725
 
22727
22726
  ;
22728
- /* harmony default export */ __webpack_exports__["default"] = (Janus);
22727
+ exports.default = Janus;
22729
22728
 
22730
22729
  /***/ }),
22731
22730
 
Binary file