mongodb-query-util
Advanced tools
Comparing version 0.0.0-next-a23fde8b4d153893414b717423f0e48e00f69a36 to 0.0.0-next-a2bd0bacdbc2c1b2df6a8954cff7cc30230e5902
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.0.0-next-a23fde8b4d153893414b717423f0e48e00f69a36", | ||
"version": "0.0.0-next-a2bd0bacdbc2c1b2df6a8954cff7cc30230e5902", | ||
"repository": { | ||
@@ -38,3 +38,3 @@ "type": "git", | ||
"bootstrap": "npm run compile", | ||
"prepublishOnly": "npm run compile", | ||
"prepublishOnly": "npm run compile && compass-scripts check-exports-exist", | ||
"compile": "tsc -p tsconfig.json && gen-esm-wrapper . ./dist/.esm-wrapper.mjs", | ||
@@ -52,9 +52,9 @@ "typecheck": "tsc -p tsconfig-lint.json --noEmit", | ||
"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-a23fde8b4d153893414b717423f0e48e00f69a36", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-a23fde8b4d153893414b717423f0e48e00f69a36", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-a23fde8b4d153893414b717423f0e48e00f69a36", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-a23fde8b4d153893414b717423f0e48e00f69a36", | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-a2bd0bacdbc2c1b2df6a8954cff7cc30230e5902", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-a2bd0bacdbc2c1b2df6a8954cff7cc30230e5902", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-a2bd0bacdbc2c1b2df6a8954cff7cc30230e5902", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-a2bd0bacdbc2c1b2df6a8954cff7cc30230e5902", | ||
"@types/chai": "^4.2.21", | ||
@@ -77,3 +77,3 @@ "@types/mocha": "^9.0.0", | ||
}, | ||
"gitHead": "a23fde8b4d153893414b717423f0e48e00f69a36" | ||
"gitHead": "a2bd0bacdbc2c1b2df6a8954cff7cc30230e5902" | ||
} |
44653