@contember/database-migrations
Advanced tools
Comparing version 2.0.0-alpha.20 to 2.0.0-alpha.21
@@ -7,5 +7,5 @@ import { MigrationBuilder } from 'node-pg-migrate'; | ||
}; | ||
export declare function escapeValue(value: any): any; | ||
export declare function escapeValue(value: any): string | number; | ||
export declare const timePrefixLength: number; | ||
export declare const checkOrder: (runMigrations: RunMigration[], migrations: Migration<any>[]) => void; | ||
//# sourceMappingURL=helpers.d.ts.map |
{ | ||
"name": "@contember/database-migrations", | ||
"version": "2.0.0-alpha.20", | ||
"version": "2.0.0-alpha.21", | ||
"license": "Apache-2.0", | ||
@@ -26,3 +26,3 @@ "main": "./dist/production/index.js", | ||
"dependencies": { | ||
"@contember/database": "2.0.0-alpha.20", | ||
"@contember/database": "2.0.0-alpha.21", | ||
"node-pg-migrate": "^5.10.0" | ||
@@ -29,0 +29,0 @@ }, |
@@ -19,3 +19,3 @@ import { MigrationBuilder } from 'node-pg-migrate' | ||
export function escapeValue(value: any): any { | ||
export function escapeValue(value: any): string | number { | ||
return pgEscape(value) | ||
@@ -22,0 +22,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
217302
+ Added@contember/database@2.0.0-alpha.21(transitive)
+ Added@contember/queryable@2.0.0-alpha.21(transitive)
- Removed@contember/database@2.0.0-alpha.20(transitive)
- Removed@contember/queryable@2.0.0-alpha.20(transitive)