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.
@@ -11804,6 +11804,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
11804
11804
  } else {}
11805
11805
  })(this, function ($, Janus, adapter) {
11806
11806
  console.log(Janus);
11807
+ console.log(adapter);
11807
11808
  "use strict";
11808
11809
 
11809
11810
  window.console = window.console || function () {
@@ -18757,10 +18758,8 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
18757
18758
  /***/ }),
18758
18759
 
18759
18760
  /***/ "c297":
18760
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
18761
+ /***/ (function(module, exports) {
18761
18762
 
18762
- "use strict";
18763
- __webpack_require__.r(__webpack_exports__);
18764
18763
  /*
18765
18764
  The MIT License (MIT)
18766
18765
 
@@ -22734,7 +22733,7 @@ function Janus(gatewayCallbacks) {
22734
22733
  }
22735
22734
 
22736
22735
  ;
22737
- /* harmony default export */ __webpack_exports__["default"] = (Janus);
22736
+ exports.default = Janus;
22738
22737
 
22739
22738
  /***/ }),
22740
22739
 
Binary file