@types/bson
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -138,2 +138,4 @@ // Type definitions for bson 1.0.4 | ||
generationTime: number; | ||
/** If true cache the hex string representation of ObjectID */ | ||
static cacheHexString?: boolean; | ||
/** | ||
@@ -140,0 +142,0 @@ * Creates an ObjectID from a hex string representation of an ObjectID. |
{ | ||
"name": "@types/bson", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "TypeScript definitions for bson", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "446b509a8bbad56fdeb664a46fb151eaeffd3f8f698551e31459d64776c314ab", | ||
"typesPublisherContentHash": "5ca27f5eb76e554a404ab53690ed5c02c04a40d1a4aa818b2ace1bdef3314614", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 11 Dec 2017 19:14:19 GMT | ||
* Last updated: Wed, 28 Feb 2018 23:22:44 GMT | ||
* Dependencies: node | ||
@@ -14,0 +14,0 @@ * Global values: none |
10657
218