@types/eventsource
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -10,3 +10,3 @@ // Type definitions for eventsource 1.1 | ||
// eventsource uses DOM dependencies which are absent in browserless envoronment like node.js. | ||
// eventsource uses DOM dependencies which are absent in a browserless environment like node.js. | ||
// to avoid compiler errors this monkey patch is used. See more details in: | ||
@@ -13,0 +13,0 @@ // - sinon: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/11351 |
{ | ||
"name": "@types/eventsource", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "TypeScript definitions for eventsource", | ||
@@ -29,3 +29,10 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"typesVersions": { | ||
">=4.0.0-0": { | ||
"*": [ | ||
"ts4.0/*" | ||
] | ||
} | ||
}, | ||
"repository": { | ||
@@ -38,4 +45,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "573a1280c18bcda48df7068545de50da76431d75cbfc81a9831091e1fee28e13", | ||
"typesPublisherContentHash": "0e1525d06a6f897f31d7d3c5adbf122e2353577f5d375391095a342b33eafa3d", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eventsource | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eventsource. | ||
Additional Details | ||
* Last updated: Wed, 03 Jul 2019 16:08:03 GMT | ||
### Additional Details | ||
* Last updated: Mon, 17 Aug 2020 16:13:16 GMT | ||
* Dependencies: none | ||
* Global values: MessageEvent | ||
* Global values: `MessageEvent` | ||
# Credits | ||
These definitions were written by Scott Lee Davis <https://github.com/scottleedavis>, Ali Afroozeh <https://github.com/afroozeh>, Pedro Gámez <https://github.com/snakedrak>, and Akuukis <https://github.com/Akuukis>. | ||
These definitions were written by [Scott Lee Davis](https://github.com/scottleedavis), [Ali Afroozeh](https://github.com/afroozeh), [Pedro Gámez](https://github.com/snakedrak), and [Akuukis](https://github.com/Akuukis). |
Sorry, the diff of this file is not supported yet
12923
9
260