hadron-type-checker
Advanced tools
Comparing version 0.0.0-next-71516462af839d62ee28dd99ff05de7ed4ce8d8d to 0.0.0-next-71b6a5360885a7ccdba8f20982b2f904c22beffb
@@ -0,1 +1,2 @@ | ||
'use strict'; | ||
module.exports = require('./src/type-checker'); |
@@ -10,3 +10,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.0.0-next-71516462af839d62ee28dd99ff05de7ed4ce8d8d", | ||
"version": "0.0.0-next-71b6a5360885a7ccdba8f20982b2f904c22beffb", | ||
"repository": { | ||
@@ -27,7 +27,7 @@ "type": "git", | ||
"lint": "eslint \"./{src,lib,test,bin}/**/*.{js,jsx,ts,tsx}\" \"./*.js\" --no-error-on-unmatched-pattern", | ||
"depcheck": "depcheck", | ||
"depcheck": "compass-scripts check-peer-deps && depcheck", | ||
"test-ci": "npm run test" | ||
}, | ||
"dependencies": { | ||
"bson": "^5.2.0", | ||
"bson": "^6.7.0", | ||
"lodash": "^4.17.21" | ||
@@ -42,3 +42,3 @@ }, | ||
}, | ||
"gitHead": "71516462af839d62ee28dd99ff05de7ed4ce8d8d" | ||
"gitHead": "71b6a5360885a7ccdba8f20982b2f904c22beffb" | ||
} |
@@ -0,1 +1,2 @@ | ||
'use strict'; | ||
const { | ||
@@ -325,3 +326,3 @@ isPlainObject, | ||
} | ||
return result === OBJECT_TYPE ? EMPTY : result; | ||
return result === OBJECT_TYPE && result !== object ? EMPTY : result; | ||
} | ||
@@ -328,0 +329,0 @@ |
40893
380
+ Addedbson@6.10.3(transitive)
- Removedbson@5.5.1(transitive)
Updatedbson@^6.7.0