@types/simple-peer
Advanced tools
Comparing version 6.1.5 to 6.1.6
@@ -43,2 +43,3 @@ // Type definitions for simple-peer 6.1 | ||
interface SignalData { | ||
type?: "offer" | "pranswer" | "answer" | "rollback"; | ||
sdp?: any; | ||
@@ -45,0 +46,0 @@ candidate?: any; |
{ | ||
"name": "@types/simple-peer", | ||
"version": "6.1.5", | ||
"version": "6.1.6", | ||
"description": "TypeScript definitions for simple-peer", | ||
@@ -14,5 +14,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/simple-peer" | ||
}, | ||
@@ -23,4 +25,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "15f4b2909f9c9754d1cc93afea1ca250244ef678772358ba63d9f6c9831b9c2c", | ||
"typesPublisherContentHash": "d43aecd609303078e9622854f733d79ddc4b9dda749aa811c9d10b401a8d844d", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Sat, 21 Jul 2018 02:05:50 GMT | ||
* Dependencies: stream, node | ||
* Last updated: Wed, 26 Jun 2019 18:32:43 GMT | ||
* Dependencies: @types/node | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
5783
56