mongodb-query-util
Advanced tools
Comparing version 0.0.0-next-c787db5509648c04a843991556d9d2f4af0e3db5 to 0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.0.0-next-c787db5509648c04a843991556d9d2f4af0e3db5", | ||
"version": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0", | ||
"repository": { | ||
@@ -51,13 +51,13 @@ "type": "git", | ||
"test-ci": "npm run test-cov", | ||
"reformat": "npm run prettier -- --write . && npm run eslint . --fix" | ||
"reformat": "npm run eslint . -- --fix && npm run prettier -- --write ." | ||
}, | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-c787db5509648c04a843991556d9d2f4af0e3db5", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-c787db5509648c04a843991556d9d2f4af0e3db5", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-c787db5509648c04a843991556d9d2f4af0e3db5", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-c787db5509648c04a843991556d9d2f4af0e3db5", | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-c7da735c993b0c4bb31311d9c77ff8e9e69d69d0", | ||
"@types/chai": "^4.2.21", | ||
"@types/mocha": "^9.0.0", | ||
"@types/sinon-chai": "^3.2.5", | ||
"bson": "^6.0.0", | ||
"bson": "^6.2.0", | ||
"chai": "^4.3.6", | ||
@@ -76,3 +76,3 @@ "depcheck": "^1.4.1", | ||
}, | ||
"gitHead": "c787db5509648c04a843991556d9d2f4af0e3db5" | ||
"gitHead": "c7da735c993b0c4bb31311d9c77ff8e9e69d69d0" | ||
} |
44653