app-migrations
Advanced tools
Comparing version 0.0.0-next-384d29b0a9580a15a106637331eb1fe9f304acba to 0.0.0-next-3871489afff599d3c0e5827b05c6cd97787625bb
{ | ||
"name": "app-migrations", | ||
"description": "Helper for application schema migrations", | ||
"version": "0.0.0-next-384d29b0a9580a15a106637331eb1fe9f304acba", | ||
"version": "0.0.0-next-3871489afff599d3c0e5827b05c6cd97787625bb", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "check": "npm run lint && npm run depcheck", | ||
"dependencies": { | ||
"@mongodb-js/compass-logging": "0.0.0-next-384d29b0a9580a15a106637331eb1fe9f304acba", | ||
"@mongodb-js/compass-logging": "0.0.0-next-3871489afff599d3c0e5827b05c6cd97787625bb", | ||
"async": "^3.2.0", | ||
@@ -36,6 +36,6 @@ "debug": "^4.2.0", | ||
"eslint-config-mongodb-js": "^5.0.3", | ||
"mocha": "^7.0.0" | ||
"mocha": "^10.2.0" | ||
}, | ||
"license": "SSPL", | ||
"gitHead": "384d29b0a9580a15a106637331eb1fe9f304acba" | ||
"gitHead": "3871489afff599d3c0e5827b05c6cd97787625bb" | ||
} |
36555