ucservice 1.1.2 → 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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ucservice",
3
3
  "private": false,
4
- "version": "1.1.2",
4
+ "version": "1.1.6",
5
5
  "description": "统一通信服务",
6
6
  "main": "dist/ucservice.common.js",
7
7
  "style": "ucservice.css",
package/src/lib/janus.js CHANGED
@@ -3410,4 +3410,4 @@ function Janus(gatewayCallbacks) {
3410
3410
  }
3411
3411
  };
3412
3412
 
3413
- export default Janus
3413
+ exports.default = Janus