Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "webrtc", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"keywords": ["webrtc", "browser"], | ||
@@ -10,10 +10,10 @@ "repository": { | ||
"main": "./webrtc.js", | ||
"description": "WebRTC abstraction for managing it simple to manage multiple peer connections of various types.", | ||
"description": "WebRTC abstraction for making it simple to manage multiple peer connections of various types.", | ||
"dependencies": { | ||
"webrtcsupport": "0.7.0", | ||
"webrtcsupport": "0.7.1", | ||
"wildemitter": "0.0.5", | ||
"rtcpeerconnection": "1.1.0", | ||
"rtcpeerconnection": "1.1.1", | ||
"getusermedia": "0.2.1", | ||
"hark": "0.1.1", | ||
"mediastream-gain": "0.1.0", | ||
"mediastream-gain": "0.1.1", | ||
"mockconsole": "0.0.1" | ||
@@ -20,0 +20,0 @@ }, |
@@ -436,3 +436,3 @@ (function(e){if("function"==typeof bootstrap)bootstrap("webrtc",e);else if("object"==typeof exports)module.exports=e();else if("function"==typeof define&&define.amd)define(e);else if("undefined"!=typeof ses){if(!ses.ok())return;ses.makeWebRTC=e}else"undefined"!=typeof window?window.WebRTC=e():global.WebRTC=e()})(function(){var define,ses,bootstrap,module,exports; | ||
support: !!PC, | ||
dataChannel: isChrome || isFirefox || (PC.prototype && PC.prototype.createDataChannel), | ||
dataChannel: isChrome || isFirefox || (PC && PC.prototype && PC.prototype.createDataChannel), | ||
prefix: prefix, | ||
@@ -439,0 +439,0 @@ webAudio: !!(AudioContext && AudioContext.prototype.createMediaStreamSource), |
46260
+ Addedmediastream-gain@0.1.1(transitive)
+ Addedrtcpeerconnection@1.1.1(transitive)
+ Addedwebrtcsupport@0.7.1(transitive)
- Removedmediastream-gain@0.1.0(transitive)
- Removedrtcpeerconnection@1.1.0(transitive)
- Removedwebrtcsupport@0.5.00.7.0(transitive)
Updatedmediastream-gain@0.1.1
Updatedrtcpeerconnection@1.1.1
Updatedwebrtcsupport@0.7.1