@types/gremlin
Advanced tools
Comparing version 3.4.4 to 3.4.5
// Type definitions for gremlin 3.4 | ||
// Project: https://tinkerpop.apache.org/ | ||
// Definitions by: matt-sungwook <https://github.com/matt-sungwook>, keith1024 <https://github.com/keith1024> | ||
// Definitions by: matt-sungwook <https://github.com/matt-sungwook> | ||
// keith1024 <https://github.com/keith1024> | ||
// Paulo Soares <https://github.com/7jpsan> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -48,2 +50,4 @@ | ||
close(): Promise<void>; | ||
addListener(event: string | symbol, handler: (...args: any[]) => void): void; | ||
removeListener(event: string | symbol, handler: (...args: any[]) => void): void; | ||
} | ||
@@ -50,0 +54,0 @@ |
{ | ||
"name": "@types/gremlin", | ||
"version": "3.4.4", | ||
"version": "3.4.5", | ||
"description": "TypeScript definitions for gremlin", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "keith1024" | ||
}, | ||
{ | ||
"name": "Paulo Soares", | ||
"url": "https://github.com/7jpsan", | ||
"githubUsername": "7jpsan" | ||
} | ||
@@ -28,4 +33,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "d614a0705745805db6b05dcdac558d1aff93a9fb49ddb578e3d746e99cc782ca", | ||
"typesPublisherContentHash": "34c3db583e6ac0a84c22caa661fed18baadc284670a83f9f93a0105012ab7e05", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 19 Feb 2020 22:35:54 GMT | ||
* Last updated: Tue, 25 Feb 2020 00:30:06 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [matt-sungwook](https://github.com/matt-sungwook), and [keith1024](https://github.com/keith1024). | ||
These definitions were written by [matt-sungwook](https://github.com/matt-sungwook), [keith1024](https://github.com/keith1024), and [Paulo Soares](https://github.com/7jpsan). |
18382
488