mongodb-query-util
Advanced tools
Comparing version 0.0.0-next-ce2d840fae1dc45497a70c8e2c0936ca0ee6e507 to 0.0.0-next-d0fe8cf246ab893bfae05a0941840b638672f57b
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/compass", | ||
"version": "0.0.0-next-ce2d840fae1dc45497a70c8e2c0936ca0ee6e507", | ||
"version": "0.0.0-next-d0fe8cf246ab893bfae05a0941840b638672f57b", | ||
"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", | ||
@@ -55,6 +55,6 @@ "typecheck": "tsc -p tsconfig-lint.json --noEmit", | ||
"devDependencies": { | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-ce2d840fae1dc45497a70c8e2c0936ca0ee6e507", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-ce2d840fae1dc45497a70c8e2c0936ca0ee6e507", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-ce2d840fae1dc45497a70c8e2c0936ca0ee6e507", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-ce2d840fae1dc45497a70c8e2c0936ca0ee6e507", | ||
"@mongodb-js/eslint-config-compass": "0.0.0-next-d0fe8cf246ab893bfae05a0941840b638672f57b", | ||
"@mongodb-js/mocha-config-compass": "0.0.0-next-d0fe8cf246ab893bfae05a0941840b638672f57b", | ||
"@mongodb-js/prettier-config-compass": "0.0.0-next-d0fe8cf246ab893bfae05a0941840b638672f57b", | ||
"@mongodb-js/tsconfig-compass": "0.0.0-next-d0fe8cf246ab893bfae05a0941840b638672f57b", | ||
"@types/chai": "^4.2.21", | ||
@@ -77,3 +77,3 @@ "@types/mocha": "^9.0.0", | ||
}, | ||
"gitHead": "ce2d840fae1dc45497a70c8e2c0936ca0ee6e507" | ||
"gitHead": "d0fe8cf246ab893bfae05a0941840b638672f57b" | ||
} |
44650