hadron-type-checker
Advanced tools
Comparing version 0.5.0 to 0.6.0
@@ -246,2 +246,5 @@ 'use strict'; | ||
if (has(object, BSON_TYPE)) { | ||
if (object._bsontype === 'Long') { | ||
return 'Int64'; | ||
} | ||
return object._bsontype; | ||
@@ -248,0 +251,0 @@ } |
@@ -7,3 +7,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/hadron-type-checker", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"repository": { | ||
@@ -10,0 +10,0 @@ "type": "git", |
17989
245