app-migrations
Advanced tools
Comparing version 0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10 to 0.0.0-next-2122563cf622c0d212372dee10ec2a4a664d8006
{ | ||
"name": "app-migrations", | ||
"description": "Helper for application schema migrations.", | ||
"version": "0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10", | ||
"version": "0.0.0-next-2122563cf622c0d212372dee10ec2a4a664d8006", | ||
"scripts": { | ||
@@ -25,3 +25,3 @@ "check": "npm run lint && npm run depcheck", | ||
"dependencies": { | ||
"@mongodb-js/compass-logging": "0.0.0-next-1cb9ea1724d90e58422b33fe089df5b774e0be10", | ||
"@mongodb-js/compass-logging": "0.0.0-next-2122563cf622c0d212372dee10ec2a4a664d8006", | ||
"async": "^3.2.0", | ||
@@ -39,3 +39,3 @@ "debug": "^4.2.0", | ||
"license": "SSPL", | ||
"gitHead": "1cb9ea1724d90e58422b33fe089df5b774e0be10" | ||
"gitHead": "2122563cf622c0d212372dee10ec2a4a664d8006" | ||
} |
85