@types/bson
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -165,3 +165,2 @@ // Type definitions for bson 4.0 | ||
* A class representation of the BSON DBRef type. | ||
* @deprecated | ||
*/ | ||
@@ -168,0 +167,0 @@ export class DBRef { |
{ | ||
"name": "@types/bson", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "TypeScript definitions for bson", | ||
@@ -24,6 +24,7 @@ "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/bson" | ||
}, | ||
@@ -34,4 +35,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "c439910e70a74fd6fc1eca65e9927e3171124fc65fcd99d6fdb15598f7fb8115", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "1fb58b4b27eb6e2f69de9b679040b06a80da4745c5bb14c8f9ad55d1b75915bd", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for bson ( https://github.com/mongodb/js-bson ). | ||
This package contains type definitions for bson (https://github.com/mongodb/js-bson). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bson | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bson. | ||
Additional Details | ||
* Last updated: Tue, 12 Feb 2019 19:47:20 GMT | ||
* Dependencies: @types/node | ||
### Additional Details | ||
* Last updated: Tue, 19 Nov 2019 19:44:52 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Hiroki Horiuchi <https://github.com/horiuchi>, Federico Caselli <https://github.com/CaselIT>, Justin Grant <https://github.com/justingrant>. | ||
These definitions were written by Hiroki Horiuchi (https://github.com/horiuchi), Federico Caselli (https://github.com/CaselIT), and Justin Grant (https://github.com/justingrant). |
25526
534