mongodb-query-util
Advanced tools
Comparing version 0.0.0-next-6cc3d9a460c4539d3da48d68c1b9c1216b0c3dcc to 0.0.0-next-6f122ee399c9854a658e00f2564aec2053acb041
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.0.0-next-6cc3d9a460c4539d3da48d68c1b9c1216b0c3dcc", | ||
"version": "0.0.0-next-6f122ee399c9854a658e00f2564aec2053acb041", | ||
"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-6cc3d9a460c4539d3da48d68c1b9c1216b0c3dcc", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-6cc3d9a460c4539d3da48d68c1b9c1216b0c3dcc", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-6cc3d9a460c4539d3da48d68c1b9c1216b0c3dcc", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-6cc3d9a460c4539d3da48d68c1b9c1216b0c3dcc", | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-6f122ee399c9854a658e00f2564aec2053acb041", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-6f122ee399c9854a658e00f2564aec2053acb041", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-6f122ee399c9854a658e00f2564aec2053acb041", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-6f122ee399c9854a658e00f2564aec2053acb041", | ||
"@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": "6cc3d9a460c4539d3da48d68c1b9c1216b0c3dcc" | ||
"gitHead": "6f122ee399c9854a658e00f2564aec2053acb041" | ||
} |
44653