@types/bson
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -71,2 +71,4 @@ // Type definitions for bson 1.0 | ||
constructor(id?: number | string | ObjectId); | ||
toHexString(): string; | ||
getTimestamp(): Date; | ||
} | ||
@@ -73,0 +75,0 @@ export type ObjectID = ObjectId; |
{ | ||
"name": "@types/bson", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for bson", | ||
"license": "MIT", | ||
"author": "Hiroki Horiuchi <https://github.com/horiuchi/>", | ||
"contributors": [ | ||
{ | ||
"name": "Hiroki Horiuchi", | ||
"url": "https://github.com/horiuchi/" | ||
} | ||
], | ||
"main": "", | ||
@@ -17,4 +22,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "55a58365f8701faa1de74f3c34c8c89fb9952ae2536580eeb64e548dd3f037e0", | ||
"typesPublisherContentHash": "a413692ee892ded2ee8c46b95d50068f427336426d9ff22de50cb2b736e44273", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 17 Jan 2017 16:58:54 GMT | ||
* Last updated: Tue, 28 Mar 2017 05:17:58 GMT | ||
* Dependencies: node | ||
@@ -14,0 +14,0 @@ * Global values: none |
4367
3
81