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