@types/d3-collection
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -7,3 +7,3 @@ // Type definitions for D3JS d3-collection module 1.0 | ||
// Last module patch version validated against: 1.0.4 | ||
// Last module patch version validated against: 1.0.7 | ||
@@ -10,0 +10,0 @@ /** |
{ | ||
"name": "@types/d3-collection", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "TypeScript definitions for D3JS d3-collection module", | ||
@@ -24,11 +24,12 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/d3-collection" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "236935d20c3f91c4dc8f0f2fcd21185cf14039acff52b49eccdbedbf08a30aec", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "4ac65b65ef954d2bae2bb2d98b2a767a00993da33718c32c2c020e65b9789a81", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -5,9 +5,9 @@ # Installation | ||
# Summary | ||
This package contains type definitions for D3JS d3-collection module ( https://github.com/d3/d3-collection/ ). | ||
This package contains type definitions for D3JS d3-collection module (https://github.com/d3/d3-collection/). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-collection | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-collection. | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 17:05:42 GMT | ||
### Additional Details | ||
* Last updated: Tue, 20 Oct 2020 06:39:43 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>. | ||
These definitions were written by [Tom Wanzek](https://github.com/tomwanzek), [Alex Ford](https://github.com/gustavderdrache), and [Boris Yankov](https://github.com/borisyankov). |
Sorry, the diff of this file is not supported yet
25009