@contember/schema-migrations
Advanced tools
Comparing version 0.9.2-alpha.4 to 0.9.2-alpha.5
{ | ||
"name": "@contember/schema-migrations", | ||
"version": "0.9.2-alpha.4", | ||
"version": "0.9.2-alpha.5", | ||
"license": "Apache-2.0", | ||
@@ -11,6 +11,6 @@ "main": "dist/src/index.js", | ||
"dependencies": { | ||
"@contember/database-migrations": "^0.9.2-alpha.4", | ||
"@contember/engine-common": "^0.9.2-alpha.4", | ||
"@contember/schema": "^0.9.2-alpha.4", | ||
"@contember/schema-utils": "^0.9.2-alpha.4", | ||
"@contember/database-migrations": "^0.9.2-alpha.5", | ||
"@contember/engine-common": "^0.9.2-alpha.5", | ||
"@contember/schema": "^0.9.2-alpha.5", | ||
"@contember/schema-utils": "^0.9.2-alpha.5", | ||
"fast-deep-equal": "^2.0.1", | ||
@@ -20,5 +20,8 @@ "rfc6902": "^3.0.4" | ||
"devDependencies": { | ||
"@contember/schema-definition": "^0.9.2-alpha.4", | ||
"@contember/schema-definition": "^0.9.2-alpha.5", | ||
"uvu": "^0.3.3" | ||
}, | ||
"peerDependencies": { | ||
"pg": ">=7.0.0 <8.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1316834
7