hadron-type-checker
Advanced tools
Comparing version 0.0.0-next-4384d1fb0545d3f19fa808079b2b78538a3277a8 to 0.0.0-next-43a2a5a2cb8f7c7515097884b69a4e2be07dec92
@@ -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-4384d1fb0545d3f19fa808079b2b78538a3277a8", | ||
"version": "0.0.0-next-43a2a5a2cb8f7c7515097884b69a4e2be07dec92", | ||
"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": "^6.5.0", | ||
"bson": "^6.7.0", | ||
"lodash": "^4.17.21" | ||
@@ -42,3 +42,3 @@ }, | ||
}, | ||
"gitHead": "4384d1fb0545d3f19fa808079b2b78538a3277a8" | ||
"gitHead": "43a2a5a2cb8f7c7515097884b69a4e2be07dec92" | ||
} |
@@ -0,1 +1,2 @@ | ||
'use strict'; | ||
const { | ||
@@ -2,0 +3,0 @@ isPlainObject, |
40893
380
Updatedbson@^6.7.0