@types/cometd
Advanced tools
Comparing version 4.0.2 to 4.0.3
// Type definitions for CometD 4.0 | ||
// Project: https://cometd.org | ||
// Definitions by: Derek Cicerone <https://github.com/derekcicerone>, Daniel Perez Alvarez <https://github.com/unindented>, Alex Henry <https://github.com/alxHenry> | ||
// Definitions by: Derek Cicerone <https://github.com/derekcicerone> | ||
// Daniel Perez Alvarez <https://github.com/unindented> | ||
// Alex Henry <https://github.com/alxHenry> | ||
// Harald Gliebe <https://github.com/hagl> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -91,2 +94,4 @@ // TypeScript Version: 2.3 | ||
outgoing?: Listener; | ||
registered?: (name: string, cometd: CometD) => void; | ||
unregistered?: () => void; | ||
} | ||
@@ -93,0 +98,0 @@ |
{ | ||
"name": "@types/cometd", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "TypeScript definitions for CometD", | ||
@@ -21,2 +21,7 @@ "license": "MIT", | ||
"githubUsername": "alxHenry" | ||
}, | ||
{ | ||
"name": "Harald Gliebe", | ||
"url": "https://github.com/hagl", | ||
"githubUsername": "hagl" | ||
} | ||
@@ -32,4 +37,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "3bb412accaa46ee7d8808ebfc49ebf5628800f7dddef29ea20edb6d41c7b240d", | ||
"typesPublisherContentHash": "9e6a4e6b1c1e63d5796d44effbe41fef24cdb4c3c442b4a536ad3c7aeae3e112", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 16:16:48 GMT | ||
* Last updated: Thu, 14 Feb 2019 21:40:00 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Derek Cicerone <https://github.com/derekcicerone>, Daniel Perez Alvarez <https://github.com/unindented>, Alex Henry <https://github.com/alxHenry>. | ||
These definitions were written by Derek Cicerone <https://github.com/derekcicerone>, Daniel Perez Alvarez <https://github.com/unindented>, Alex Henry <https://github.com/alxHenry>, Harald Gliebe <https://github.com/hagl>. |
22332
6
476