hadron-type-checker
Advanced tools
Comparing version 0.0.0-next-1b60150d81dce329b2f0f5c76277a455d79933ec to 0.0.0-next-1c2d2b2789f365e985be98026d2088f0bc245153
@@ -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-1b60150d81dce329b2f0f5c76277a455d79933ec", | ||
"version": "0.0.0-next-1c2d2b2789f365e985be98026d2088f0bc245153", | ||
"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": "1b60150d81dce329b2f0f5c76277a455d79933ec" | ||
"gitHead": "1c2d2b2789f365e985be98026d2088f0bc245153" | ||
} |
@@ -0,1 +1,2 @@ | ||
'use strict'; | ||
const { | ||
@@ -2,0 +3,0 @@ isPlainObject, |
40893
380
+ Addedbson@6.10.1(transitive)
- Removedbson@5.5.1(transitive)
Updatedbson@^6.7.0