@types/simple-peer
Advanced tools
Comparing version 9.11.5 to 9.11.6
@@ -58,3 +58,3 @@ // Type definitions for simple-peer 9.11 | ||
*/ | ||
new (opts?: Options): Instance; | ||
new(opts?: Options): Instance; | ||
@@ -97,16 +97,16 @@ /** Detect native WebRTC support in the javascript environment. */ | ||
| { | ||
type: "transceiverRequest"; | ||
transceiverRequest: { | ||
kind: string; | ||
init?: RTCRtpTransceiverInit | undefined; | ||
}; | ||
} | ||
type: "transceiverRequest"; | ||
transceiverRequest: { | ||
kind: string; | ||
init?: RTCRtpTransceiverInit | undefined; | ||
}; | ||
} | ||
| { | ||
type: "renegotiate"; | ||
renegotiate: true; | ||
} | ||
type: "renegotiate"; | ||
renegotiate: true; | ||
} | ||
| { | ||
type: "candidate"; | ||
candidate: RTCIceCandidate; | ||
} | ||
type: "candidate"; | ||
candidate: RTCIceCandidate; | ||
} | ||
| RTCSessionDescriptionInit; | ||
@@ -113,0 +113,0 @@ |
{ | ||
"name": "@types/simple-peer", | ||
"version": "9.11.5", | ||
"version": "9.11.6", | ||
"description": "TypeScript definitions for simple-peer", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/simple-peer", | ||
}, | ||
"typesPublisherContentHash": "d3f575bd70a99052c2f6c76e7b7b818d9951bba44123b9926cac5d86d41bd65d", | ||
"typeScriptVersion": "4.0" | ||
"typesPublisherContentHash": "b82fc534bea9d0da31a0ed2b8561ffe16475ecb7edde49607859d17128d66996", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 10 Aug 2022 14:02:15 GMT | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
15606