@contember/schema-migrations
Advanced tools
Comparing version 1.3.0-alpha.4 to 1.3.0-alpha.5
{ | ||
"name": "@contember/schema-migrations", | ||
"version": "1.3.0-alpha.4", | ||
"version": "1.3.0-alpha.5", | ||
"license": "Apache-2.0", | ||
"main": "dist/src/index.js", | ||
"typings": "dist/src/index.d.ts", | ||
"exports": { | ||
"typescript": "./src/index.ts", | ||
"default": "./dist/src/index.js" | ||
}, | ||
"scripts": { | ||
@@ -11,7 +15,7 @@ "test": "vitest" | ||
"dependencies": { | ||
"@contember/database": "^1.3.0-alpha.4", | ||
"@contember/database-migrations": "^1.3.0-alpha.4", | ||
"@contember/engine-common": "^1.3.0-alpha.4", | ||
"@contember/schema": "^1.3.0-alpha.4", | ||
"@contember/schema-utils": "^1.3.0-alpha.4", | ||
"@contember/database": "^1.3.0-alpha.5", | ||
"@contember/database-migrations": "^1.3.0-alpha.5", | ||
"@contember/engine-common": "^1.3.0-alpha.5", | ||
"@contember/schema": "^1.3.0-alpha.5", | ||
"@contember/schema-utils": "^1.3.0-alpha.5", | ||
"fast-deep-equal": "^3.1.3", | ||
@@ -21,3 +25,3 @@ "rfc6902": "^5.0.1" | ||
"devDependencies": { | ||
"@contember/schema-definition": "^1.3.0-alpha.4" | ||
"@contember/schema-definition": "^1.3.0-alpha.5" | ||
}, | ||
@@ -24,0 +28,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1118435