app-migrations
Advanced tools
Comparing version 0.0.0-next-c5eba7335c2da0b9754b4e52495c98f48ec15463 to 0.0.0-next-c7e6e3b221454842020aa1a9adedb2461878d995
{ | ||
"name": "app-migrations", | ||
"description": "Helper for application schema migrations", | ||
"version": "0.0.0-next-c5eba7335c2da0b9754b4e52495c98f48ec15463", | ||
"version": "0.0.0-next-c7e6e3b221454842020aa1a9adedb2461878d995", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "check": "npm run lint && npm run depcheck", | ||
"dependencies": { | ||
"@mongodb-js/compass-logging": "0.0.0-next-c5eba7335c2da0b9754b4e52495c98f48ec15463", | ||
"@mongodb-js/compass-logging": "0.0.0-next-c7e6e3b221454842020aa1a9adedb2461878d995", | ||
"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": "c5eba7335c2da0b9754b4e52495c98f48ec15463" | ||
"gitHead": "c7e6e3b221454842020aa1a9adedb2461878d995" | ||
} |
36555