@types/eventsource
Advanced tools
Comparing version 1.1.12 to 1.1.13
@@ -1,10 +0,1 @@ | ||
// Type definitions for eventsource 1.1 | ||
// Project: https://github.com/EventSource/eventsource | ||
// Definitions by: Scott Lee Davis <https://github.com/scottleedavis> | ||
// Ali Afroozeh <https://github.com/afroozeh> | ||
// Pedro Gámez <https://github.com/snakedrak> | ||
// Akuukis <https://github.com/Akuukis> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// Minimum TypeScript Version: 5.0 | ||
// eventsource uses DOM dependencies which are absent in a browserless environment like node.js. | ||
@@ -11,0 +2,0 @@ // to avoid compiler errors this monkey patch is used. See more details in: |
{ | ||
"name": "@types/eventsource", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"description": "TypeScript definitions for eventsource", | ||
@@ -10,19 +10,19 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eventsource", | ||
"name": "Scott Lee Davis", | ||
"url": "https://github.com/scottleedavis", | ||
"githubUsername": "scottleedavis" | ||
"githubUsername": "scottleedavis", | ||
"url": "https://github.com/scottleedavis" | ||
}, | ||
{ | ||
"name": "Ali Afroozeh", | ||
"url": "https://github.com/afroozeh", | ||
"githubUsername": "afroozeh" | ||
"githubUsername": "afroozeh", | ||
"url": "https://github.com/afroozeh" | ||
}, | ||
{ | ||
"name": "Pedro Gámez", | ||
"url": "https://github.com/snakedrak", | ||
"githubUsername": "snakedrak" | ||
"githubUsername": "snakedrak", | ||
"url": "https://github.com/snakedrak" | ||
}, | ||
{ | ||
"name": "Akuukis", | ||
"url": "https://github.com/Akuukis", | ||
"githubUsername": "Akuukis" | ||
"githubUsername": "Akuukis", | ||
"url": "https://github.com/Akuukis" | ||
} | ||
@@ -39,4 +39,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "26303e7bd7d1e78429d684051cb8548da98ef693d2c19aae2fe047085f010cdd", | ||
"typesPublisherContentHash": "d716ce767991024fb334ddf725e5d29aea5b66988b2a45b32c038540896f8e28", | ||
"typeScriptVersion": "5.0" | ||
} |
@@ -11,7 +11,6 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 23 Sep 2023 17:07:22 GMT | ||
* Last updated: Wed, 18 Oct 2023 01:17:34 GMT | ||
* Dependencies: none | ||
* 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). |
8079
5
128
16