mongodb-query-util
Advanced tools
Comparing version 0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3 to 0.0.0-next-8dcf8631c4cfe6ef380bc403864ecec825a0e8ae
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3", | ||
"version": "0.0.0-next-8dcf8631c4cfe6ef380bc403864ecec825a0e8ae", | ||
"repository": { | ||
@@ -44,3 +44,3 @@ "type": "git", | ||
"lint": "npm run eslint . && npm run prettier -- --check .", | ||
"depcheck": "depcheck", | ||
"depcheck": "compass-scripts check-peer-deps && depcheck", | ||
"check": "npm run typecheck && npm run lint && npm run depcheck", | ||
@@ -55,10 +55,9 @@ "check-ci": "npm run check", | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-8d43c9ed459ca8994e20a2e7918e493722e3d7f3", | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-8dcf8631c4cfe6ef380bc403864ecec825a0e8ae", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-8dcf8631c4cfe6ef380bc403864ecec825a0e8ae", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-8dcf8631c4cfe6ef380bc403864ecec825a0e8ae", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-8dcf8631c4cfe6ef380bc403864ecec825a0e8ae", | ||
"@types/chai": "^4.2.21", | ||
"@types/mocha": "^9.0.0", | ||
"@types/sinon-chai": "^3.2.5", | ||
"bson": "^6.2.0", | ||
"chai": "^4.3.6", | ||
@@ -75,5 +74,6 @@ "depcheck": "^1.4.1", | ||
"dependencies": { | ||
"bson": "^6.7.0", | ||
"lodash": "^4.17.21" | ||
}, | ||
"gitHead": "8d43c9ed459ca8994e20a2e7918e493722e3d7f3" | ||
"gitHead": "8dcf8631c4cfe6ef380bc403864ecec825a0e8ae" | ||
} |
44688
16
2
+ Addedbson@^6.7.0
+ Addedbson@6.10.2(transitive)